bluedot
Documentation / Convert

Retrieve a task status of each conversion task

Returning an information about the AVIF conversion operation requested by the user.

Request

curl -x GET  
      https://avif-service-api.kokoon.cloud/avif/convert/tasks/{id}
     -H "Authorization: <api_key>"
     -H "Accept: application/json"

List of request parameters

Parameter nameTypeDescription
idstringconversion id

Response

{
  "id": "835f24b0-90be-11ed-b598-cbb34621d6d4",
  "filename": "test1.jpg",
  "step": "finish"
}

List of response parameters

Response fieldTypeDescription
idstringconversion id
filenamestringThe filename of original image
stepwait, finish, convert, uploadIndicates the conversion progress.
wait, finish, convert, upload

Response error

Error nameStatusDescription
Not found404This error occurs when there is no conversion corresponding to the requested conversion id.
<< PrevRetrieve a list of conversion resultsNext >>Retrieve a list of all conversion tasks