Skip to main content
GET
/
v1
/
ai
/
text-to-image
/
flux-pro-v1-1
Get the status of the flux-pro 1.1 task
curl --request GET \
  --url https://api.freepik.com/v1/ai/text-to-image/flux-pro-v1-1 \
  --header 'x-freepik-api-key: <api-key>'
{
"data": [
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "IN_PROGRESS"
},
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee92",
"status": "COMPLETED"
},
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee93",
"status": "COMPLETED"
},
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee93",
"status": "CREATED"
}
]
}

Authorizations

x-freepik-api-key
string
header
required

Your Freepik API key. Required for authentication. Learn how to obtain an API key

Response

OK - Get the status of all flux-pro 1.1 tasks

data
object[]
required