ReferenceAPI
Call Environment
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
Length
1 <= length <= 128Request 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}