Skip to main content
POST
/
development
/
run_remote
Call the development deployment of a chain.
curl --request POST \
  --url https://model-{model_id}.api.baseten.co/development/run_remote \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

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.

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.