Integration with the Screenshot API involves understanding various HTTP response codes that provide insights into your requests' status. Below are the common response codes you might encounter, each indicating different stages or issues in the request process:
Code | Type | Description |
---|---|---|
200 | Success | Your screenshot request was successfully processed. |
201 | Created | Your request has been accepted and is being processed in the background, useful for bulk screenshot operations. |
400 | Bad Request | The request was malformed or missing some parameters; please check your submission. |
401 | Unauthorized | Authentication failed, often due to a missing, invalid, or expired API Key. Ensure your key is correct and active. |
402 | Payment Required | Your subscription may need renewal as the last payment attempt failed. |
403 | Forbidden | You attempted an unallowed operation, such as using unsupported HTTP methods with our API. |
424 | Failed Dependency | The operation depended on a third-party service that failed, e.g., inaccessible cloud storage. |
500 | Internal Error | An unexpected condition was encountered, preventing your request from being fulfilled. |