GET
/
parse
/
get-parsed-page

Headers

api-subscription-key
string
default:

Query Parameters

task_id
string
required

Task ID from here for which you want to query the output

page_number
string
required

The page number for which you want to query the output in the given task

Response

200 - application/json
input
string
required

The 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.