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
Field
Type
Description
jobs[0].status
string
Status: queued
in_progress
completed
jobs[0].result.url
string
Final Result URL
Last updated