Get Task 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" } ] }
API key to authorize requests
Successful response
The response is of type object.
object