Request Body Too Large
It is an API error returned when the API fails to serve the request due to internal reasons:
{ "is_successful": false, "error_message": "The request body is too large. Please, reduce the size of the request body or reach out to `support@screenshotone.com` for assistance.", "error_code": "request_body_too_large", "documentation_url": "https://screenshotone.com/docs/errors/request-body-too-large/"}How to fix
Reduce the size of the request body. It should be no more than 100 MiB.
If you render large HTML or Markdown inputs, consider hosting the content and passing its URL instead of embedding the full payload directly in the request body.
Reach out to support
If nothing helps you, please, reach out to support@screenshotone.com and we will try to help you as fast as possible.