Endpoints (Beta)
Get Parsed Page
Returns the parsed page of the PDF for the given task_id and page_number
GET
/
parse
/
get-parsed-page
Headers
api-subscription-key
string
default: Your subscription key
Query Parameters
task_id
string
requiredTask ID from here for which you want to query the output
page_number
string
requiredThe page number for which you want to query the output in the given task
Response
200 - application/json
input
string
requiredThe base64 encoded bytes corresponding to the PDF file containing only the requested page.
output
string | null
The base64 encoded HTML string corresponding to the parsed page. The output will be an empty string if parsing fails for some reason.