cURL
curl --request GET \ --url https://api.unifically.com/higgsfield/feed/{task_id} \ --header 'Authorization: Bearer <token>'
{ "code": 200, "data": { "status": "completed", "task_id": "472c73ec-ef83-4fdf-83c8-42b00e96deff", "output": { "video_url": "https://cdn.higgsfield.ai/user_30zROwRpMuD54ShPBakpXT41R5f/a7e78a11-794c-4d73-b224-89c8d746ed07.mp4" }, "error": {} } }
Check the status of your Higgsfield generation tasks
-H 'Authorization: Bearer YOUR_API_KEY'
curl --request GET \ --url https://api.unifically.com/higgsfield/feed/aca6c73e-aa4c-47bb-aa62-a100a0f7dd22 \ --header 'Authorization: Bearer YOUR_API_KEY'
aca6c73e-aa4c-47bb-aa62-a100a0f7dd22
task_id
pending
processing
completed
failed