Non-Regional

Call the development deployment of a chain.

post/development/run_remote

Request body

object required

JSON input matching the chain's run_remote method signature.

Response

Successful synchronous chain execution.

object required

JSON-serializable output. The shape is defined by the chain.

Changes