GET
/
generation
/
{taskId}
/
status
curl --request GET \
  --url https://pollo.ai/api/platform/generation/{taskId}/status \
  --header 'x-api-key: <api-key>'
{
  "taskId": "<string>",
  "generations": [
    {
      "id": "<string>",
      "createdDate": "2023-11-07T05:31:56Z",
      "updatedDate": "2023-11-07T05:31:56Z",
      "status": "waiting",
      "failMsg": "<string>",
      "url": "<string>",
      "mediaType": "image"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key to authorize requests

Path Parameters

taskId
string
required

Response

200
application/json

Successful response

The response is of type object.