Akool Rate Limits
Akool does not publish fixed numeric per-minute request-rate limits for the OpenAPI. In practice, throughput is governed by two things: your plan's monthly credit allowance (every generation deducts credits) and your plan's concurrent-generation limit (Starter allows roughly 2-4 concurrent jobs, with higher and custom concurrency on Pro Max, Business, and Enterprise). Because generation is asynchronous - create a task, then poll by id or await a webhook - clients naturally pace themselves against the concurrency ceiling rather than a per-second cap. Bearer tokens expire and must be refreshed (error code 1101 signals an expired or invalid token).
Akool Rate Limits is the machine-readable rate-limit profile for Akool on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring requests, concurrent-jobs, credits, and token.
The profile also includes 3 backoff/retry policies defined and response codes documented for success, authInvalidOrExpired, authEmpty, and accountBanned.
Tagged areas include AI Avatars, Video Generation, Generative AI, Rate Limiting, and Quotas.