Chains Inference API
Published deployment
Use this endpoint to call any published deployment of your chain.
Parameters
The ID of the chain you want to call.
The ID of the specific deployment you want to call.
Your Baseten API key, formatted with prefix Api-Key
(e.g. {"Authorization": "Api-Key abcd1234.abcd1234"}
).
Body
JSON-serializable chain input. The input schema corresponds to the
signature of the entrypointβs run_remote
method. I.e. The top-level keys
are the argument names. The values are the corresponding JSON representation of
the types.