Get the status of all image expand tasks
curl --request GET \
--url https://api.freepik.com/v1/ai/image-expand/flux-pro \
--header 'x-freepik-api-key: <api-key>'
{
"data": [
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED"
},
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED"
}
]
}