Skip to main content
POST
Call a specific chain deployment by deployment ID.

Authorizations

Authorization
string
header
required

Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.

Path Parameters

deployment_id
string
required

The alphanumeric ID of the deployment.

Body

application/json

JSON input matching the chain's run_remote method signature.

Response

Successful synchronous chain execution.

JSON-serializable output. The shape is defined by the chain.