API Documentation
Integrate Vozzo.AI's powerful capabilities into your applications with our comprehensive REST API.
Quick Navigation
Authentication
All API requests require authentication using your API key. Include your API key in the Authorization header.
curl -X POST https://api.vozzo.ai/v1/auth \
-H "Content-Type: application/json" \
-d '{
"api_key": "your_api_key",
"client_id": "your_client_id"
}'Always use HTTPS
Store API keys securely
Rotate keys regularly
