Welcome to the Meetzy API
The Meetzy API allows you to programmatically trigger calls, retrieve call data, and integrate AI-powered voice agents with your existing systems.Base URL
All API requests are made to:Authentication
All API requests require authentication using a Bearer token.Getting Your API Token
- Log in to your Meetzy Dashboard
- Navigate to Account → API Tokens
- Copy your API token
Using Your Token
Include the token in theAuthorization header:
Request Format
All requests should include theContent-Type: application/json header when sending data.
Response Format
All responses are returned in JSON format:Error Responses
Errors include an error code and message:HTTP Status Codes
| Code | Description |
|---|---|
| 200 | Success |
| 201 | Created |
| 400 | Bad Request - Invalid parameters |
| 401 | Unauthorized - Invalid or missing token |
| 403 | Forbidden - Insufficient permissions |
| 404 | Not Found - Resource doesn’t exist |
| 429 | Too Many Requests - Rate limited |
| 500 | Internal Server Error |
Rate Limiting
API requests are rate limited to ensure fair usage:- Standard: 100 requests per minute
- Burst: 10 requests per second
429 response with retry information.
SDKs and Libraries
Official SDKs coming soon. In the meantime, use any HTTP client:Need Help?
Create a Call
Learn how to initiate calls via API.
Create a Campaign
Launch outbound call campaigns from a contact list.
Get Call Details
Retrieve detailed call information.
List Calls
Retrieve your call history.
Support
Contact our support team.

