Creatify Rate Limits
Creatify does not publish fixed numeric per-minute request rate limits for the API. In practice, throughput is governed by two things: (1) your subscription's monthly credit allowance, which caps how much video/audio you can generate, and (2) the asynchronous nature of generation - each create call enqueues a job that renders in the background, so callers create a job then poll GET /{resource}/{id}/ (or wait for a webhook) rather than blocking. Callers should poll on a reasonable interval and back off on 429 responses.
Creatify Rate Limits is the machine-readable rate-limit profile for Creatify on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring requests, credits, jobs, and characters.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include AI Avatars, Video Generation, Marketing Video, Rate Limiting, and Quotas.