Up42 Rate Limits
UP42 does not publish fixed numeric per-endpoint rate limits for the REST API. The practical governor on usage is the prepaid credit balance and, for enterprise accounts, budgets that cap credit spend rather than a per-minute request cap. Access tokens are short-lived (about 5 minutes), so clients must refresh tokens frequently and cache them for their lifetime. Long-running operations (tasking acquisitions, large orders, processing jobs) are asynchronous - clients poll order/job status or subscribe to webhooks rather than holding open a request. Callers should implement backoff on 429 responses.
Up42 Rate Limits is the machine-readable rate-limit profile for UP42 on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring requests, credits, and seconds.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Geospatial, Earth Observation, Satellite Imagery, Rate Limiting, and Quotas.