Get generated small molecule designs
GET/compute/v1/small-molecule/design/{id}/results
Retrieve paginated results from a design run
Query Parameters
Get generated small molecule designs
curl https://api.boltz.bio/compute/v1/small-molecule/design/$ID/results \
-H "x-api-key: $BOLTZ_API_KEY"{
"data": [
{
"id": "id",
"artifacts": {
"archive": {
"url": "https://example.com",
"url_expires_at": "2019-12-27T18:11:19.117Z"
},
"structure": {
"url": "https://example.com",
"url_expires_at": "2019-12-27T18:11:19.117Z"
},
"ligand_structure": {
"url": "https://example.com",
"url_expires_at": "2019-12-27T18:11:19.117Z"
}
},
"created_at": "2019-12-27T18:11:19.117Z",
"metrics": {
"binding_confidence": 0,
"complex_iplddt": 0,
"complex_plddt": 0,
"iptm": 0,
"optimization_score": 0,
"ptm": 0,
"structure_confidence": 0
},
"smiles": "smiles",
"adme": {
"lipophilicity": 0,
"permeability": 0,
"solubility": "high-confidence"
},
"warnings": [
{
"code": "code",
"message": "message"
}
]
}
],
"first_id": "first_id",
"has_more": true,
"last_id": "last_id"
}Returns Examples
{
"data": [
{
"id": "id",
"artifacts": {
"archive": {
"url": "https://example.com",
"url_expires_at": "2019-12-27T18:11:19.117Z"
},
"structure": {
"url": "https://example.com",
"url_expires_at": "2019-12-27T18:11:19.117Z"
},
"ligand_structure": {
"url": "https://example.com",
"url_expires_at": "2019-12-27T18:11:19.117Z"
}
},
"created_at": "2019-12-27T18:11:19.117Z",
"metrics": {
"binding_confidence": 0,
"complex_iplddt": 0,
"complex_plddt": 0,
"iptm": 0,
"optimization_score": 0,
"ptm": 0,
"structure_confidence": 0
},
"smiles": "smiles",
"adme": {
"lipophilicity": 0,
"permeability": 0,
"solubility": "high-confidence"
},
"warnings": [
{
"code": "code",
"message": "message"
}
]
}
],
"first_id": "first_id",
"has_more": true,
"last_id": "last_id"
}