cURL
curl --request POST \ --url https://model-{model_id}.api.baseten.co/development/run_remote \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{}'
{}
API key with the Api-Key prefix, e.g. Authorization: Api-Key abcd1234.abcd1234.
Api-Key
Authorization: Api-Key abcd1234.abcd1234
JSON input matching the chain's run_remote method signature.
run_remote
Successful synchronous chain execution.
JSON-serializable output. The shape is defined by the chain.
Was this page helpful?