Orange Logic · Rate Limits

Orangelogic Rate Limits

Orange Logic does not publish fixed numeric per-minute or per-account rate limits for the OrangeDAM API. Because the API runs against each customer's own per-instance deployment, throughput is governed by that instance's provisioned capacity and by documented token lifetimes rather than by a shared public gateway quota. OAuth access tokens are valid for 24 hours and refresh tokens for 30 days; a token is valid only for the single server it was issued against. Large uploads have a documented handling threshold (files over ~1.5GB use a dedicated large-file path), and the Search API paginates results (default 100 per page).

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

It captures 5 rate-limit definitions, measuring requests, seconds, records, and bytes.

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

Tagged areas include Digital Asset Management, DAM, Enterprise, Rate Limiting, and Quotas.

5 Limits Throttle: 429
Digital Asset ManagementDAMEnterpriseRate LimitingQuotas

Limits

API Requests instance
requests
not published
No fixed numeric request-rate limit is documented; governed by per-instance capacity.
OAuth Access Token Lifetime token
seconds
86400
Access tokens are valid for 24 hours and are scoped to a single server.
OAuth Refresh Token Lifetime token
seconds
2592000
Refresh tokens are valid for 30 days; inactivity beyond this requires re-authorization.
Search Results Per Page request
records
100
Default countperpage is 100; use pagenumber to paginate.
Large File Upload Threshold request
bytes
1610612736
Files over roughly 1.5GB use a dedicated large-file upload path.

Policies

Per-Server Token Validity
An authentication token is valid only for the single Orange Logic server it was issued against.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on 429 responses.

Sources