Each API key has two independent limits:Documentation Index
Fetch the complete documentation index at: https://developers.myeden.me/llms.txt
Use this file to discover all available pages before exploring further.
| Limit | Default | Header |
|---|---|---|
| Requests per minute | 60 | x-ratelimit-remaining |
| Ingest requests per day | 500 | x-ratelimit-daily-remaining |
POST /v1/videos — status checks
and archive/republish/delete don’t count against the daily ingest budget.
When you hit a limit
code is rate_limited for RPM violations and daily_ingest_limit
for daily budget violations.
Best practices
- Respect
retry-after. Add exponential backoff with jitter. - For bulk catalog imports, spread ingest across the day or coordinate a temporary limit increase in advance.
- Reuse HTTP connections — keep-alive reduces cold-start latency.