Plans & Limits
Feature availability and usage limits depend on your API plan.
Plan comparison
| Feature | Starter | Growth | Scale | Enterprise |
|---|---|---|---|---|
| Video minutes / month | 30 | 120 | 500 | Unlimited |
| Requests per minute | 50 | 200 | 500 | 1,000 |
| API keys | 2 | 5 | 10 | Unlimited |
| Webhooks | 3 | 10 | 25 | Unlimited |
| Upload & analyze | Yes | Yes | Yes | Yes |
| Export | Yes | Yes | Yes | Yes |
| Subtitles | Yes | Yes | Yes | Yes |
| Help articles | Yes | Yes | Yes | Yes |
| Translation | - | Yes | Yes | Yes |
| Voiceover | - | Yes | Yes | Yes |
One-shot /process | - | - | Yes | Yes |
| Priority processing | - | - | Yes | Yes |
Feature gating
Some features require a minimum plan:
- Translation — Growth plan or higher
- Voiceover — Growth plan or higher
- One-shot
/process— Business plan or higher - Priority processing — Scale plan or higher
Attempting to use a gated feature on a lower plan returns 403:
{
"error": {
"code": "limit_exceeded",
"message": "Translation requires Growth plan or higher"
}
}
Checking your usage
Use the Usage endpoint to see current consumption and limits:
curl https://api.vidocu.ai/v1/usage \
-H "Authorization: Bearer vdo_live_your_key_here"
Upgrading
Upgrade your plan from the Vidocu Dashboard. Changes take effect immediately.