Skip to content
Go to Boltz API

Structure And Binding

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

Start a structure and binding prediction
predictions.structure_and_binding.start(StructureAndBindingStartParams**kwargs) -> StructureAndBindingStartResponse
POST/compute/v1/predictions/structure-and-binding
List structure and binding predictions
predictions.structure_and_binding.list(StructureAndBindingListParams**kwargs) -> SyncCursorPage[StructureAndBindingListResponse]
GET/compute/v1/predictions/structure-and-binding
Retrieve a structure and binding prediction
predictions.structure_and_binding.retrieve(strid, StructureAndBindingRetrieveParams**kwargs) -> StructureAndBindingRetrieveResponse
GET/compute/v1/predictions/structure-and-binding/{id}
Delete prediction data
predictions.structure_and_binding.delete_data(strid) -> StructureAndBindingDeleteDataResponse
POST/compute/v1/predictions/structure-and-binding/{id}/delete-data
Estimate cost for a structure and binding prediction
predictions.structure_and_binding.estimate_cost(StructureAndBindingEstimateCostParams**kwargs) -> StructureAndBindingEstimateCostResponse
POST/compute/v1/predictions/structure-and-binding/estimate-cost