Skip to content
Go to Boltz API

Predictions

Run prediction models on molecular inputs. Each application is available as its own endpoint with application-specific inputs and outputs.

PredictionsStructure And Binding

Predict 3D structure coordinates, per-residue confidence scores, and binding metrics for a molecular complex.

Start a structure and binding prediction
$ boltz-api predictions:structure-and-binding start
POST/compute/v1/predictions/structure-and-binding
List structure and binding predictions
$ boltz-api predictions:structure-and-binding list
GET/compute/v1/predictions/structure-and-binding
Retrieve a structure and binding prediction
$ boltz-api predictions:structure-and-binding retrieve
GET/compute/v1/predictions/structure-and-binding/{id}
Delete prediction data
$ boltz-api predictions:structure-and-binding delete-data
POST/compute/v1/predictions/structure-and-binding/{id}/delete-data
Estimate cost for a structure and binding prediction
$ boltz-api predictions:structure-and-binding estimate-cost
POST/compute/v1/predictions/structure-and-binding/estimate-cost