Aex Brain
ReferenceAPI

The turn routes: Brain's five turn services, for the Environment running a turn outside this process. Each answers only while that activation is open and only with its token.

POST
/v1/sessions/{session_id}/executions/{sequence}/call

Path Parameters

session_id*string
Match^ses_[A-Za-z0-9]{20,32}$
sequence*integer
Formatint64
Range0 <= value

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/sessions/string/executions/0/call" \  -H "Content-Type: application/json" \  -d '{    "input": true,    "method": "string"  }'
null