Skip to main content
GET
/
sign
/
conversions
/
{jobID}
:download-converted
Get Converted File by Job ID
curl --request GET \
  --url https://api.gonitro.dev/sign/conversions/{jobID}:download-converted \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Path Parameters

jobID
string
required

The ID of the conversion job

Response

Converted file downloaded successfully

The response is of type file.

I