FastPix · Rate Limits

Fastpix Rate Limits

FastPix applies per-workspace rate limits to its management REST API (api.fastpix.io/v1) to protect platform stability. Limits are expressed as requests per minute per workspace and apply across the on-demand, live, playback, signing-keys, in-video AI, and data endpoints. Delivery (streaming/playback of media itself) is metered by usage rather than throttled by API request rate. Specific numeric limits are not published in a single reconciled table and should be confirmed with FastPix.

Fastpix Rate Limits is the machine-readable rate-limit profile for FastPix on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 4 rate-limit definitions, measuring requests, streams, targets, and jobs.

The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Video, Streaming, Rate Limiting, Quotas, and Throttling.

4 Limits Throttle: 429
VideoStreamingRate LimitingQuotasThrottling

Limits

API Requests Per Minute (RPM) workspace
requests
see provider documentation
Management API request rate per workspace across all v1 endpoints.
Concurrent Live Streams workspace
streams
see provider documentation
Number of simultaneously active live streams; higher limits on paid/enterprise plans.
Concurrent Simulcast Targets stream
targets
see provider documentation
Number of simultaneous RTMP restream destinations per live stream.
In-Video AI Jobs workspace
jobs
see provider documentation
Background AI enrichment jobs (subtitles, summaries, chapters, moderation) run asynchronously via webhooks.

Policies

Tiered Limits
Limits increase from trial to pay-as-you-go to Enterprise agreements.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on 429 responses.
Asynchronous Processing
Long-running encoding and AI operations complete out-of-band; poll the asset or subscribe to webhooks rather than blocking on the request.

Sources