Get Task
To make a GET request using cURL, use the following command:
curl --request GET \
--url https://api.unifically.com/higgsfield/feed/aca6c73e-aa4c-47bb-aa62-a100a0f7dd22 \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer API_KEY'
Replace API_KEY
with your actual Bearer token to authenticate the request.
Response example
{
"code": 200,
"data": {
"status": "completed",
"task_id": "472c73ec-ef83-4fdf-83c8-42b00e96deff",
"seed": 8122,
"prompt": "The scene begins with a young woman confidently striding down a sunlit pathway lined with trees. Suddenly, the camera initiates a smooth, accelerating zoom out, capturing her growing smaller against the charming backdrop. As it rushes through layers of leaves and branches, it reveals the serene park, the bustling city beyond, and the sprawling landscape. The emotional effect is one of exhilaration and boundless freedom, contrasting her personal journey with the enormity of the world. Lens distortion blurs the edges, while sunlight glints off her sunglasses, adding a glowing warmth as she vanishes, leaving only the vastness of Earth behind.",
"output": {
"video_url": "https://cdn.higgsfield.ai/user_30zROwRpMuD54ShPBakpXT41R5f/a7e78a11-794c-4d73-b224-89c8d746ed07.mp4"
},
"error": {}
}
}
Field
Type
Description
status
string
Status: queued
in_progress
completed
Last updated