API Overview
The Voicy API provides RESTful endpoints for managing calls.Base URL
{base_url}/{function-name}.
Endpoints
Calls
Agents
Authentication
Include your API key in the Authorization header:Request Format
- Use
Content-Type: application/jsonfor request bodies - Include
Authorization: Bearer <api_key>header - Send JSON-encoded request bodies
Response Format
Successful responses return the requested data directly as JSON. Error responses:HTTP Status Codes
Pagination
/call-list supports cursor-based pagination:
total_count for displaying total results.