Regional endpoints
Asynchronously call a regional environment of a chain.
Enqueues an asynchronous run_remote request via a regional hostname. The environment is determined by the hostname, not the path.
POST
Asynchronously call a regional environment of a chain.
Authorizations
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
Async run remote request enqueued.
The ID of the async request.
Asynchronously call a regional environment of a chain.