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.
API key with the Api-Key prefix, e.g. Authorization: Api-Key abcd1234.abcd1234.
JSON input matching the chain's run_remote method signature.
Successful synchronous chain execution.
JSON-serializable output. The shape is defined by the chain.