v2
latestOpenAPI 3.0.12026-07-266846393.5 KBFind & Search
Make Text Unsearchable
This method converts PDF files into a "text unsearchable" version by converting your PDF into a "scanned" PDF file which is effectively a flat image.
post/v1/pdf/makeunsearchable
Request body
Example request
{
"pages": "0,2,5-10, !0, !5-!2"
}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
}