Skip to main content
GET
/
v1
/
higgsfield
/
:task_id
higgsfield-turbo (query task)
curl --request GET \
  --url https://api.example.com/v1/higgsfield/:task_id
Higgsfield’s GPTProto format for the query task API.
curl -X GET "https://gptproto.com/v1/higgsfield/{task_id}" \
  -H "Authorization: sk-***********" \
  -H "Content-Type: application/json"
{
  "status": "success",
  "result": {}
}

Parameters

ParameterTypeRequiredDefaultDescription
Authorization (Header)string✅ Yes-Your API key in the format: sk-***********
task_id (Path)string✅ Yes-The task ID returned from the generation request