curl --location --request GET '/v1/tasks/task-unified-1757156493-imcg5zqt?language' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}'{
"code": 200,
"data": {
"id": "task_01KA040M0HP1GJWBJYZMKX1XS1",
"status": "completed",
"progress": 100,
"result": {
"images": [
{
"url": [
"https://...png"
],
"expires_at": 1763174708
}
]
},
"created": 1763088289,
"completed": 1763088308
}
}