Skip to main content
AdSkull applies rate limits by IP, API key, account, endpoint, and active generation workload.

Limit Types

Limits by Plan

Requests per minute apply across every endpoint on a single API key. Concurrent jobs count generation jobs that are queued or running on your account at any moment — image, video, voice, and talking-avatar combined. The API is available on Creator plan and above. Free accounts do not have programmatic access.

Rate-Limited Response

When present, respect the Retry-After response header.

Best Practices

  • Use Idempotency-Key on every create request.
  • Poll with backoff instead of polling every second.
  • Use webhooks for production completion handling.
  • Avoid starting many high-credit video jobs at the same time.
  • Cache /v1/models and /v1/pricing for at least a few minutes.