Skip to main content
Endpoint: POST https://api.higgsfield.ai/higgsfield-ai/soul/standard Endpoint ID: higgsfield-ai/soul/standard Try SOULOpen this endpoint in the Higgsfield API Playground.

Quick Start

Input Schema

string
required
Text description of the image to generate.
string
default:"4:3"
Supported values: 9:16, 16:9, 4:3, 3:4, 1:1, 2:3, 3:2.
string
default:"720p"
Supported values: 720p, 1080p.
string
SOUL style UUID returned by the SOUL styles endpoint. Omit this field to use the default General style.
number
default:"1"
Strength of the selected style from 0 to 1.
integer
default:"1"
Number of images to generate. Supported values: 1, 4.
boolean
default:"true"
Enhance the prompt using the selected SOUL style before image generation.
integer
Seed from 1 to 1000000. Omit it to generate a random seed.

List SOUL styles

GET https://api.higgsfield.ai/v1/text2image/soul-styles Use this authenticated endpoint to retrieve valid style_id values.

Output Schema

string
required
Request state. A newly accepted request returns queued.
string
required
Stable identifier used for polling, cancellation, and support.
string
required
URL to poll until the request reaches a terminal state.
string
required
URL used to cancel a request before processing starts.
array
Completed image outputs. The array contains one or four items according to batch_size; each item contains a download url.

Input Examples

Replace <style-uuid> with an id returned by List SOUL styles before submitting the selected-style example.

Output Example

Use an SDK for automatic polling, or poll the returned status URL.