Question
Does the API job contribute to the per-minute rate limit?
Answer
The job limit is specific to each endpoint. For instance, with a limit of 700 calls and 30 jobs, you can only make 30 job calls until the count resets. If you request 30 jobs in a minute, that's 30 API calls, leaving you with 670 calls remaining to hit the limit. You can still use other API endpoints until you reach the 700 call limit. For more information, see the API documentation: Rate limits.
0 comments