Predict (sync)
Call a specific chain deployment by deployment ID.
POST
Call a specific chain deployment by deployment ID.
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
Successful synchronous chain execution.
JSON-serializable output. The shape is defined by the chain.
Previous
Asynchronously call the production environment of a model.Enqueues an asynchronous predict request for the deployment promoted to the production environment. Returns a request ID that can be used to poll for status or cancel the request.
Next
Call a specific chain deployment by deployment ID.