Content API

The Content API lets you access and retrieve data from the platform for integration and content extraction. It supports both raw and transformed data, allowing real-time retrieval for your systems. Rate limits help maintain performance and should be followed when making API calls.

Use this API to:

  • Retrieve raw or transformed data via API calls
  • Download extracted data
  • Manage rate limits effectively

Rate Limiting

Included headers in every authenticated response (success or failure):

  • X-Rate-Limit-Group: The name of the API group.
  • X-Rate-Limit-Remaining: The number of remaining requests in the current time window.
  • X-Rate-Limit-Reset: The timestamp when the rate limit will reset.

If the rate limit is exceeded, the API will return an HTTP 429 status code and a message with how many seconds to wait until the limit resets.

1{"status":"fail","message":"Rate Limit Exceeded. Please wait -timeUntilReset- seconds before trying again."}