Predict (async)
Asynchronously call a specific deployment of a chain.
POST
Asynchronously call a specific deployment 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.
Path Parameters
The alphanumeric ID of the deployment.
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.
Previous
Websocket environmentConnect via WebSocket to the deployment associated with an environment.
Next
Asynchronously call a specific deployment of a chain.