cURL
curl --request POST \ --url https://platform.higgsfield.ai/v1/custom-references \ --header 'Content-Type: application/json' \ --header 'hf-api-key: <hf-api-key>' \ --header 'hf-secret: <hf-secret>' \ --data '{ "name": "<string>", "input_images": [ { "type": "<string>", "image_url": "<string>" } ] }'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "status": "not_ready", "thumbnail_url": "<string>", "created_at": "2023-11-07T05:31:56Z", "in_progress_at": "2023-11-07T05:31:56Z" }
100
1 - 100
Show child attributes
Successful Response
not_ready
queued
in_progress
completed
failed