Getting started

Operations policy

Guidelines for running on the RDPLINE API reliably.

Rate limits

Rate limits are applied per API key. The thresholds may be adjusted based on production traffic. If you exceed the limit, retry after a short wait.

Applied per

API key

Replenish per second

10 requests

Burst maximum

20 requests

Limit exceeded response

HTTP 429

Rate limit exceeded response

{  "success": false,  "status": 429,  "message": "Too many requests. Please retry later.",  "errorCode": "RESOURCE_EXHAUSTED"}