Skip to main content

Welcome to Voicy API

Voicy is a voice agent platform that enables you to build and deploy AI-powered phone agents. Our API provides programmatic access to manage calls, retrieve transcripts, and integrate voice AI into your applications.

What can you do with the Voicy API?

Make Outbound Calls

Initiate AI-powered phone calls to any number programmatically

Retrieve Call Data

Access transcripts, recordings, and summaries for all your calls

Manage Calls

List, filter, and organize calls with powerful query options

Custom Metadata

Attach custom data to calls for CRM integration

Base URL

All API requests should be made to:
https://api.voicy.co

Getting Started

1

Get your API key

Log in to the Voicy Dashboard and navigate to Account Settings to create an API key.
2

Make your first request

Use the API key to authenticate and list your calls:
curl -X POST https://api.voicy.co/v1/list-calls \
  -H "Authorization: Bearer voicy_sk_live_xxx" \
  -H "Content-Type: application/json" \
  -d '{"limit": 10}'
3

Explore the API

Check out the API Reference for all available endpoints.

Need Help?