Authentication
Include your API key in the x-ansdev-key header.
Response Format
All responses return JSON:
{
"success": true,
"data": { }
}
Error Format
{
"success": false,
"error": {
"code": "INVALID_API_KEY",
"message": "The provided API key is invalid.",
"status": 401
}
}
Rate Limits
| Endpoint | Free Tier | Paid |
|---|---|---|
| List videos | Unlimited | — |
| Playback token | 1,000/day | 0.5 cr/1000 |