Skip to main content
Submit a run

Authorizations

Authorization
string
header
required

Live API key minted in the dashboard. Pass as Authorization: Bearer sk_live_…. Keys are scoped to a single environment (staging / prod).

Headers

Idempotency-Key
string | null
Required string length: 1 - 255

Path Parameters

model_id
string
required

Body

application/json

The body is of type Payload · object.

Response

Successful Response

Acknowledgement returned the moment a run is queued and its credits held.

The estimate is echoed back because the reservation has already been taken against the organization's balance by the time this is returned.

created_at
string<date-time>
required
credit_estimate
CreditEstimateView · object
required
id
string
required
model
string
required
model_revision
string
required
operation
string
required
queue_position
integer | null
required
response_url
string
required
status
string
required
status_url
string
required
object
string
default:run
Allowed value: "run"