Skip to main content
POST
Convert a PDF to a document

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
file
file
required

Response

Successful Response

task_id
string
required

The ID of the task that will process the PDF

status
enum<string>
default:pending

The status of the task

Available options:
pending,
completed,
failed