callBackUrl parameter so your service can receive completion notifications instead of polling for task status.Authorization: Bearer ********************curl --location 'https://api.emix.ai/api/v1/client/tasks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "string",
"callBackUrl": "string",
"input": {
"taskId": "string"
}
}'{
"code": 200,
"msg": "success",
"data": {
"resultUrl": "https://tempfile.aiquickdraw.com/p/42f4f8facbb040c0ade87c27cb2d5e58_1749711595.mp4"
}
}