cURL
curl --request POST \ --url https://model-{model_id}.api.baseten.co/development/async_run_remote \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "request_id": "<string>" }
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
Async run remote request enqueued.
The ID of the async request.
Was this page helpful?