v2
latestOpenAPI 3.0.12026-07-266846393.5 KBPages
Auto-rotate Pages with AI
Uses AI to automatically fix the rotation of pages inside scanned PDF based on text analysis. To change text language change the lang parameter (eng by default).
post/v1/pdf/edit/rotate/auto
Request body
Example request
{
"lang": "eng+deu"
}Response
Success.
Example response
{
"status": "success",
"message": "Success",
"url": "https://pdf-temp-files.s3.us-west-2.amazonaws.com/output.pdf",
"jobId": "6YSZD3U872ZYYFEDMQCQSGEEO8YSF5WA",
"credits": 2,
"remainingCredits": 1480582,
"duration": 33
}