Endpoints
Last updated
Last updated
Search for PDB IDs in the database.
This endpoint searches through the pdb_ids.pkl file and returns a list of matching PDB IDs. The search uses simple substring matching to find PDB IDs that contain the query string. Results are sorted by position of the match (matches at the beginning rank higher).
Each PDB ID is returned with its source (rcsb or pdbe). Supports pagination through page and page_size parameters.
Search query for PDB IDs
Page number to return (1-based)
1
Number of results per page
100
Retrieve detailed information about a PDB structure from RCSB.
This endpoint queries the RCSB PDB GraphQL API to get information about a specific PDB entry.
Retrieve the PDB file for a given PDB ID. First checks the S3 bucket, if not found falls back to RCSB or PDBe sources.
The source of the PDB file to download
No content
Retrieve the status of the job pool.
Filter jobs by their status and optionally by specific job IDs. Search for jobs with specific PDB IDs using substring matching. Supports pagination through page and page_size parameters.
List of specific job IDs to filter by
Search query for PDB IDs
Page number to return (1-based)
1
Number of results per page
100
Fold with the Bittensor network using a PDB ID from RCSB or PDBE.
This endpoint is for folding proteins that are already available in the RCSB or PDBE databases. The PDB ID must be specified in the query parameters.
Represents a request to a validator.
The PDB identifier for the selected response source.
1ubq
The source of the folding request from two recognized databases.
rcsb
Possible values: The force field for the selected response source.
charmm36.xml
The water model for the selected response source.
charmm36/water.xml
The box type for the selected response source.
The temperature for the selected response source.
The friction coefficient for the selected response source.
The base epsilon that should be used for the challenge. Represented in %/100
The validator identifier for the selected response source.
The time to live for the job in seconds.
The number of validators to sample.
The time in seconds to wait for a response.
5
Fold with the Bittensor network using a custom PDB file.
This endpoint is for folding proteins using a custom PDB file that you provide. The file must be uploaded as part of the request.