Download Converted File
After the conversion request, you will receive a PID with which you can check the status of the PID and if is completed you will receive downloadable link.
Example request
curl -X GET "https://convert.tigerra.com/download/My8wYjUwMDMyYTE2MTQ0NmJjOTU3NDBjM2RkMTM2NTMzMS0xNzMwOTE3NDU3LTM6MTFkNjUyMDEwMGEwNGU5YTg1NDFlMWExNmM3NjBl" \
-H "Authorization: Bearer your-token"
Receive parameters (status 200)
You will receive stream of the download (direct download) of the converted file. If there are more than one files (eg. from some split tool), then will receive:
status
string
success or error
files
array
List of files with new download links for each of them.
Use
--output downloaded_file.ext
if wants to download with curl command and the response will be the file itself.