Support & Help
Get assistance with the YourVoic API. We're here to help you succeed.
Contact Us
Response Times
Expected response times based on your plan:
| Plan | Priority Support | Phone | |
|---|---|---|---|
| Free | 48-72 hours | ❌ | ❌ |
| Basic | 24-48 hours | ❌ | ❌ |
| Pro | 12-24 hours | ✅ | ❌ |
| Enterprise | 4-8 hours | ✅ | ✅ |
Common Issues
🔑 "Invalid API Key" Error
- Ensure the key is copied correctly without extra spaces
- Check if the key is active in your dashboard
- Verify you're using the
X-API-Keyheader
⚡ Rate Limit Exceeded
- Check the
Retry-Afterheader for wait time - Implement exponential backoff in your code
- Consider upgrading your plan for higher limits
🔇 No Audio Output
- Ensure
textparameter is not empty - Check that the voice and language are compatible
- Verify response Content-Type is audio/*
🌐 Connection Timeout
- Increase your request timeout (30s recommended)
- Check our status page for outages
- Try again with exponential backoff
Before Contacting Support
Please gather this information for faster resolution:
- Request ID - Found in error responses as
request_id - API Key prefix - First 8 characters of your API key
- Endpoint - The API URL you're calling
- Error message - Full error response JSON
- Request body - Parameters you sent (exclude sensitive data)
- Timestamp - When the issue occurred (with timezone)
text
Support Request Template:
Request ID: req_abc123xyz
API Key: yv_live_8a3b...
Endpoint: POST /api/v1/tts/generate
Timestamp: 2025-12-15 14:30:00 UTC
Error Response:
{
"success": false,
"error": {
"code": "ERROR_CODE",
"message": "Description here"
}
}
Request Body:
{
"text": "Hello world",
"voice": "Peter"
}
Self-Help Resources
System Status
Check real-time API status and incident history:
🟢 API Status
Visit status.yourvoic.com for real-time status, planned maintenance, and incident reports.