Understand general concepts, response codes, and authentication strategies.
DataExtractor_123456789
where DataExtractor_123456789
is your API Key.
2xx
range indicate success, codes in the 4xx
range indicate an error that failed given the information provided (e.g., a required parameter was omitted), and codes in the 5xx
range indicate an error with DataExtractorAI’ servers.
Status | Description |
---|---|
200 | Successful request. |
400 | Bad request. Check that the parameters were correct. |
401 | Unauthorized. Check that the API key is correct. |
402 | Insufficient credits to perform the request. |
403 | Forbidden. Check that the API key has the necessary permissions. |
404 | Not found. Check that the endpoint is correct. |
429 | Too many requests. |
5xx | Internal server error. Contact support if the problem persists. |
429
status code.
The response headers will contain the following information: