Skip to main content

API Overview

The Voicy API provides RESTful endpoints for managing calls.

Base URL

Each endpoint is an individual edge function at {base_url}/{function-name}.

Endpoints

Calls

Agents

Authentication

Include your API key in the Authorization header:

Request Format

  • Use Content-Type: application/json for 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:
The response includes total_count for displaying total results.

Filtering

Filter calls by various criteria: