API reference
cURL
curl --request GET \ --url https://www.ailabapi.com/api/image/asyn-task-results \ --header 'ailabapi-api-key: <api-key>'
200
example-0
{ "request_id": "", "log_id": "", "error_code": 0, "error_code_str": "", "error_msg": "", "error_detail": { "status_code": 200, "code": "", "code_message": "", "message": "" }, "data": { "status": "PROCESS_SUCCESS", "image_list": [ "https://www.ailabtools.com/logo.png" ] }}
API Key for authentication
The request_id returned by the asynchronous API.
Asynchronous task type.
HD_COLOUR_MIGRATION
GENERATE_CARTOONIZED_IMAGE
Success
The response is of type object.
object