Predict (sync)
Call the production environment of a chain.
Sends a synchronous request to the chain deployment promoted to the production environment. The request body is forwarded to the chain’s run_remote entrypoint.
POST
Call the production 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
Successful synchronous chain execution.
JSON-serializable output. The shape is defined by the chain.
Call the production environment of a chain.