API Documentation

Get PID Status

After the conversion request, you will receive a PID with which you can check the status of your request and delete the file.

Example status check request

curl -X GET "https://convert.tigerra.com/get-status/1:7a005b208e60445389c7930b376f91e4" \
-H "Authorization: Bearer your-token"

Receive parameters (status 200)

status string

Valid values: pending | completed | upload_error | process_error | convert_error
For statuses such as upload_error and process_error which occur due to validation errors, you will not be charged.

data string|null

If the status is completed, the data will contain the download link of the converted file.
error of convertion validation | link to converted file | null because still in pending

Any different status from 200 means that has error. Check the status code.

<- API Endpoints