Downloads the file that was converted in a previous request.
cURL
curl --request GET \ --url https://api.gonitro.dev/sign/conversions/{jobID}:download-converted \ --header 'Authorization: Bearer <token>'
{ "type": "https://developers.gonitro.com/docs/build-nitro/errors#401-unauthorized", "title": "Unauthorized", "status": 401, "detail": "Missing or invalid Authorization header", "instance": "/sign/envelopes" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the conversion job
Converted file downloaded successfully