GET
/
v1
/
text2image
/
soul-styles
Get Soul Styles
curl --request GET \
  --url https://platform.higgsfield.ai/v1/text2image/soul-styles \
  --header 'hf-api-key: <hf-api-key>' \
  --header 'hf-secret: <hf-secret>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "description": "<string>",
    "preview_url": "<string>"
  }
]

Headers

hf-api-key
string<uuid>
required
hf-secret
string
required

Response

Successful Response

id
string<uuid>
required
name
string
required
description
string | null
preview_url
string