> ## Documentation Index
> Fetch the complete documentation index at: https://docs.higgsfield.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Image Generation API

> Generate and edit images with leading image models through the Higgsfield API.

<div className="models-color-scope" aria-hidden="true" />

Generate images from text prompts or transform existing images with model-specific reference and editing workflows.

## Top models

<div className="featured-model-list">
  <a className="featured-model-card" href="/docs/models/marketing-studio-image">
    <span className="featured-model-meta"><span>Higgsfield</span><span>Image</span></span>
    <span className="featured-model-title">Marketing Studio Image</span>
    <span className="featured-model-description">Generate campaign-ready images directly or use a Marketing Studio preset with product and model references.</span>
    <span className="featured-model-link">View API reference <span>→</span></span>
  </a>

  <a className="featured-model-card" href="/docs/models/soul-2">
    <span className="featured-model-meta"><span>Higgsfield</span><span>Image</span></span>
    <span className="featured-model-title">SOUL 2</span>
    <span className="featured-model-description">Create realistic portraits, fashion editorials, and campaign imagery with selectable SOUL styles and reproducible seeds.</span>
    <span className="featured-model-link">View API reference <span>→</span></span>
  </a>

  <a className="featured-model-card" href="/docs/models/soul-cinema">
    <span className="featured-model-meta"><span>Higgsfield</span><span>Image</span></span>
    <span className="featured-model-title">SOUL Cinema</span>
    <span className="featured-model-description">Generate cinema-grade stills and concept imagery with prompt enhancement, flexible framing, and reproducible seeds.</span>
    <span className="featured-model-link">View API reference <span>→</span></span>
  </a>

  <a className="featured-model-card" href="/docs/models/soul-standard">
    <span className="featured-model-meta"><span>Higgsfield</span><span>Image</span></span>
    <span className="featured-model-title">SOUL</span>
    <span className="featured-model-description">Generate stylized images with selectable SOUL styles, adjustable style strength, and one- or four-image batches.</span>
    <span className="featured-model-link">View API reference <span>→</span></span>
  </a>

  <a className="featured-model-card" href="/docs/models/recraft-v4-1-pro">
    <span className="featured-model-meta"><span>Recraft</span><span>Image</span></span>
    <span className="featured-model-title">Recraft V4.1 Pro</span>
    <span className="featured-model-description">Premium 2K image generation with strong design taste, precise typography, and direct palette and background color controls.</span>
    <span className="featured-model-link">View API reference <span>→</span></span>
  </a>

  <a className="featured-model-card" href="/docs/models/grok-image-2">
    <span className="featured-model-meta"><span>xAI</span><span>Image</span></span>
    <span className="featured-model-title">Grok Image 2.0</span>
    <span className="featured-model-description">Expressive image creation and editing with bold visual style, reference inputs, and fast iteration.</span>
    <span className="featured-model-link">View API reference <span>→</span></span>
  </a>
</div>

## Quick start

<Steps>
  <Step title="Choose a model">
    Open a featured model page and select the endpoint that matches generation or editing.
  </Step>

  <Step title="Submit the request">
    Authenticate with `Authorization: Key <key-id>:<secret>` and send the endpoint-specific JSON body.
  </Step>

  <Step title="Retrieve the image">
    [Poll the request status](/docs/concepts/polling) or configure [webhooks](/docs/how-to/webhooks) for production workloads.
  </Step>
</Steps>


## Related topics

- [Model API Reference](/docs/models.md)
- [Video Generation API](/docs/models/video-generation.md)
- [Grok Image 2.0 API](/docs/models/grok-image-2.md)
- [Kling 3.0 4K Image to Video API](/docs/models/kling-3/4k-image-to-video.md)
- [Marketing Studio Image API](/docs/models/marketing-studio-image.md)
