Gumlet · Rate Limits

Gumlet Rate Limits

Gumlet's REST API at api.gumlet.com/v1 applies per-account rate limits on management calls, authenticated with a bearer API key. Video processing is further bounded by concurrent encoding/processing capacity per plan, and delivery scales via CDN. Specific per-endpoint request-per-minute values are not published in a single reference and are not reconciled in this artifact.

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

It captures 3 rate-limit definitions, measuring requests, jobs, and bandwidth.

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

Tagged areas include Video, Streaming, Image Optimization, CDN, and Analytics.

3 Limits Throttle: 429
VideoStreamingImage OptimizationCDNAnalyticsRate LimitingQuotasThrottling

Limits

API Requests account
requests
see provider documentation
Per-account management-API rate limits; throttled requests return 429.
Concurrent Processing account
jobs
see provider documentation
Concurrent video encoding/processing capacity varies by plan.
Delivery Bandwidth account
bandwidth
metered
Video and image delivery is served via CDN and metered per usage/plan.

Policies

Tiered Limits
Limits and concurrent processing capacity scale with plan tier and Enterprise agreements.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on 429 responses.

Sources