The Oneflow public API currently enforces a rate limit for requests. These rate limits are enforced at a token level. All endpoints are limited to 2000 requests within a 5-minute window.
Requests exceeding these rate limits within the 5-minute window will receive the following response with a 429 response code.
{
"detail": "You have reached the 5 minute rate limit for requests. Try again in a few minutes.",
"error_code": 4290000,
"parameter_problems": {},
"status": 429,
"title": "Too Many Requests",
"info": "https://developer.oneflow.com/reference/api-rate-limit"
}