Aex Brain
ReferenceAPI

Call Environment

POST
/v1/sessions/{session_id}/environments/{environment_id}/calls/{name}

Path Parameters

session_id*string
Match^ses_[A-Za-z0-9]{20,32}$
environment_id*string
Match^[A-Za-z0-9][A-Za-z0-9._:-]{0,127}$
name*string
Match^[A-Za-z0-9][A-Za-z0-9._:-]{0,127}$

Header Parameters

Idempotency-Key*string
Length1 <= length <= 128

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/environments/string/calls/string" \  -H "Idempotency-Key: string" \  -H "Content-Type: application/json" \  -d '{    "input": null  }'
{  "output": null}