API reference
V2Sequence Agents

Create sequence agent

Creates a sequence agent.

POST
/api/v2/agents

Creates a sequence agent.

Authorization

access_token
Authorization<token>

In: header

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/v2/agents"
{  "status": "ok",  "data": {}}