> ## 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.

# Kling 3.0 API

> Generate cinematic videos with Kling 3.0 text-to-video and image-to-video endpoints.

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

Kling 3.0 generates cinematic video from text or a source image, with native audio, multi-shot storytelling, and quality variants for different production needs.

<div className="model-workflow-tabs" aria-label="Kling 3.0 workflows">
  <a className="model-workflow-tab is-active" href="/docs/models/kling-3/standard-text-to-video">Standard</a>
  <a className="model-workflow-tab" href="/docs/models/kling-3/pro-text-to-video">Pro</a>
  <a className="model-workflow-tab" href="/docs/models/kling-3/4k-text-to-video">4K</a>
  <a className="model-workflow-tab" href="/docs/models/kling-3/turbo-text-to-video">Turbo</a>
</div>

**Default endpoint:** `POST https://api.higgsfield.ai/kling-video/v3.0/std/text-to-video`

**Endpoint ID:** `kling-video/v3.0/std/text-to-video`

<a className="model-playground-card" href="https://console.higgsfield.ai/models/kling-video%2Fv3.0%2Fstd%2Ftext-to-video/playground" target="_blank" rel="noreferrer">
  <span className="model-playground-icon">▶</span>
  <span className="model-playground-copy"><span className="model-playground-title">Try Kling 3.0</span><span>Open Kling 3.0 in the Higgsfield Playground and generate a video interactively.</span></span>
  <span className="model-card-arrow">↗</span>
</a>

## Available endpoints

### Text to video

| Variant  | Endpoint                                   |
| -------- | ------------------------------------------ |
| Standard | `POST /kling-video/v3.0/std/text-to-video` |
| Pro      | `POST /kling-video/v3.0/pro/text-to-video` |

### Image to video

| Variant  | Endpoint                                    |
| -------- | ------------------------------------------- |
| Standard | `POST /kling-video/v3.0/std/image-to-video` |
| Pro      | `POST /kling-video/v3.0/pro/image-to-video` |

### Turbo

| Workflow       | Endpoint                                      |
| -------------- | --------------------------------------------- |
| Text to video  | `POST /kling-video/v3.0-turbo/text-to-video`  |
| Image to video | `POST /kling-video/v3.0-turbo/image-to-video` |

### 4K

| Workflow       | Endpoint                                   |
| -------------- | ------------------------------------------ |
| Text to video  | `POST /kling-video/v3.0/4k/text-to-video`  |
| Image to video | `POST /kling-video/v3.0/4k/image-to-video` |

## Highlights

* Generate from a prompt alone or animate a source frame.
* Produce synchronized dialogue, ambience, and sound effects where enabled.
* Use multi-shot prompting for connected scenes in a single generation.
* Select Standard, Pro, Turbo, or 4K based on quality and latency requirements.


## Related topics

- [Kling 3.0 Standard Text to Video API](/docs/models/kling-3/standard-text-to-video.md)
- [Kling 3.0 Turbo Image to Video API](/docs/models/kling-3/turbo-image-to-video.md)
- [Kling 3.0 Turbo Text to Video API](/docs/models/kling-3/turbo-text-to-video.md)
- [Kling 3.0 4K Text to Video API](/docs/models/kling-3/4k-text-to-video.md)
- [Kling 3.0 Pro Text to Video API](/docs/models/kling-3/pro-text-to-video.md)
