Documentation / ConvertDownload 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 name | Type | Description |
|---|
| id | string | conversion id |
| filename | string | conversion filename |
| download_server_address | string | This 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 field | Type | Description |
|---|
| id | string | conversion id |
Response error
| Error name | Status | Description |
|---|
| Not found | 404 | This error occurs when there is no conversion corresponding to the requested conversion id. |