Overview
The Conversales AI API provides a comprehensive set of endpoints for managing WhatsApp messaging operations, including:- Chat Operations: Send text, images, videos, documents, audio, and location messages
- Template Operations: Create, manage, and deploy message templates
https://backend.conversales.in/api/v1
Authentication
The API uses API Key authentication for all requests.API Key Authentication
For all API endpoints, use theX-API-Key header:
Quick Start
1
Generate API Key
Visit the Dashboard to generate your API
key
2
Configure Headers
Add the
X-API-Key header to all your API requests3
Start Sending Messages
Use the Chat Operations endpoints to send messages
Response Format
All API responses follow a consistent structure:Error Codes
| Status Code | Description |
|---|---|
| 200 | Success - Request completed successfully |
| 400 | Bad Request - Invalid parameters or missing required fields |
| 401 | Unauthorized - Invalid or missing API key/token |
| 403 | Forbidden - API key is disabled or insufficient permissions |
| 404 | Not Found - Resource doesn’t exist |
| 500 | Internal Server Error - Server-side error |
Support
Need help? Contact our support team at [email protected]Rate Limiting
The API implements rate limiting to ensure fair usage. If you exceed the rate limit, you’ll receive a429 Too Many Requests response.
Store your API keys securely and never expose them in client-side code or
public repositories.