This error indicates you've sent too many requests in a given amount of time for the account. See Rate limiting for details on rate constraints.

This response example indicates the rate limit threshold was exceeded:

{
  "type": "429 Too Many Requests",
  "title": "Too Many Requests",
  "detail": "You have exhausted your API Request Quota. Retry after: 21 seconds."
}