Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The file to convert to PDF, provided as binary data.
Response
File conversion initiated successfully
Unique identifier for the conversion job
"01234567-89ab-cdef-0123-456789abcdef"
The current status of the file conversion Job
running
, completed
, failed
URL to poll the current status of the file conversion job
"https://api.gonitro.dev/sign/conversions/jobs/01234567-89ab-cdef-0123-456789abcdef/status"