Call
Create a call
Create a new call with recording, transcript, agents, and customers
post/v1/call
Request body
Response
Call created successfully
Example response
{
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"projectId": "660e8400-e29b-41d4-a716-446655440001",
"callDirection": "INBOUND",
"startedAt": "2024-01-15T10:00:00Z"
}
}