Learn how to authenticate your API requests
Authorization
header of each request. The header should be formatted as follows:
YOUR_API_KEY
with your actual API key.
429 Too Many Requests
response. The response will include a Retry-After
header indicating how long you should wait before making another request.