curl --request GET \ --url https://api.autype.com/api/v1/dev/render/{jobId}/download \ --header 'X-API-Key: <api-key>'
Rendering
Download render output file
Download the rendered document file. Supports two authentication methods: (1) API key via X-API-Key header, or (2) signed download token via ?token= query parameter. The token is included in the downloadUrl returned by the job status endpoint.
GET
/
api
/
v1
/
dev
/
render
/
{jobId}
/
download
Download render output file
Copy
curl --request GET \ --url https://api.autype.com/api/v1/dev/render/{jobId}/download \ --header 'X-API-Key: <api-key>'