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
client.Predictions.StructureAndBinding.Start(ctx, body) (*PredictionStructureAndBindingStartResponse, error)
POST/compute/v1/predictions/structure-and-binding
List structure and binding predictions
client.Predictions.StructureAndBinding.List(ctx, query) (*CursorPage[PredictionStructureAndBindingListResponse], error)
GET/compute/v1/predictions/structure-and-binding
Retrieve a structure and binding prediction
client.Predictions.StructureAndBinding.Get(ctx, id, query) (*PredictionStructureAndBindingGetResponse, error)
GET/compute/v1/predictions/structure-and-binding/{id}
Delete prediction data
client.Predictions.StructureAndBinding.DeleteData(ctx, id) (*PredictionStructureAndBindingDeleteDataResponse, error)
POST/compute/v1/predictions/structure-and-binding/{id}/delete-data
Estimate cost for a structure and binding prediction
client.Predictions.StructureAndBinding.EstimateCost(ctx, body) (*PredictionStructureAndBindingEstimateCostResponse, error)
POST/compute/v1/predictions/structure-and-binding/estimate-cost