Skip to content
Go to Boltz API

Adme

Predict Tier 1 ADME summary values for a batch of small molecules specified by SMILES.

Start an ADME prediction
client.Predictions.Adme.Start(ctx, body) (*PredictionAdmeStartResponse, error)
POST/compute/v1/predictions/adme
List ADME predictions
client.Predictions.Adme.List(ctx, query) (*CursorPage[PredictionAdmeListResponse], error)
GET/compute/v1/predictions/adme
Retrieve an ADME prediction
client.Predictions.Adme.Get(ctx, id, query) (*PredictionAdmeGetResponse, error)
GET/compute/v1/predictions/adme/{id}
Delete ADME prediction data
client.Predictions.Adme.DeleteData(ctx, id) (*PredictionAdmeDeleteDataResponse, error)
POST/compute/v1/predictions/adme/{id}/delete-data
Estimate cost for an ADME prediction
client.Predictions.Adme.EstimateCost(ctx, body) (*PredictionAdmeEstimateCostResponse, error)
POST/compute/v1/predictions/adme/estimate-cost