cURL
curl --request GET \ --url https://api.unifically.com/gpt-image-1.5/status/{task_id} \ --header 'Authorization: Bearer <token>'
{ "code": 200, "data": { "status": "completed", "task_id": "4926fe1a-b7fb-4da4-b726-8f5de4a33767", "output": { "image_url": "https://storage.unifically.com/images/4926fe1a.png" }, "error": {} } }
Check the status of your GPT Image 1.5 generation task
curl --location 'https://api.unifically.com/gpt-image-1.5/status/4926fe1a-b7fb-4da4-b726-8f5de4a33767' \ --header 'Authorization: Bearer YOUR_API_KEY' \ --header 'Content-Type: application/json'
Show data properties
pending
processing
completed
failed
Show output properties (when completed)