Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Body

application/json

Request body for POST /v1/loops/checkpoints/validate.

checkpoint_path
string
required

bt:// URI of a sampler checkpoint. Form: bt://loops:<run_id>/sampler_weights/<checkpoint_name>.

Example:

"bt://loops:k4q95w5/sampler_weights/step-100"

Response

200 - application/json

Response for POST /v1/loops/checkpoints/validate. Empty on success; inaccessible or malformed paths raise 400.