Verify User
When calling all api, insert the api_key passed to the Authorization header as follows.Request (Example request)
curl -x POST
https://avif-service-api.kokoon.cloud/avif/convert-direct
-H "Authorization: <api_key>"
-F "file_0=@example.jpeg"
-F "convert_option=@convert_option.json;type=application/json"
Response error
Error name | Status | Description |
---|---|---|
Unauthorized error | 401 | When authentication succeeds, the api is executed, and when authentication fails, a 401 error is returned. |
Table of contents