bluedot
Documentation / Convert

Download AVIF convert file

Download the converted AVIF file.

Request

curl -x GET  
        https://{download_server_address}/avif/convert/tasks/{id}/results/{filename}
     -H "Authorization: <api_key>"

List of request parameters

Parameter nameTypeDescription
idstringconversion id
filenamestringconversion filename
download_server_addressstringThis is the address corresponding to the origin of convert_results.url among the responses of the Retrieve a list of conversion results API.

Response

Raw image : avif image file

List of response parameters

Response fieldTypeDescription
idstringconversion id

Response error

Error nameStatusDescription
Not found404This error occurs when there is no conversion corresponding to the requested conversion id.
<< PrevDelete/cancel a conversion task