Specific Rate Limits
| Interface | Rate Limit |
|---|---|
| Upload (local/URL) | 1 Query Per Minute (QPM) |
| Search | 1 Query Per Second (QPS) |
| Chat | 2 QPM |
| Video Marketer | 2 QPM |
| Transcription (Audio/Video) | 1 QPS |
| Summary | 1 QPS |
| List Videos/Sessions | 5 QPS |
| Delete Videos | 5 QPS (max 100 videos/request) |
| Download Videos | 12 QPM |
| Task Status | 1 QPS |
Handling Rate Limits
If a rate limit is exceeded, the API returns a0429 error response. You should implement exponential backoff retry logic in your application.
