---
title: "ElevenLabs Music"
method: POST
path: "/generate/audio/elevenlabs/music"
tags: ["Audio"]
---

# ElevenLabs Music

`POST /generate/audio/elevenlabs/music`

Generate a song or instrumental track from a text prompt with ElevenLabs Music. Vocals are included by default; set force_instrumental for instrumental-only output.

## Headers

- `X-Webhook-URL` string, uri

## Request body

- object
  - `prompt` string, required — Text prompt describing the music to generate, e.g. genre, mood, instruments, and lyrics style.
  - `music_length_ms` integer — Length of the track in milliseconds (3s to 600s). Omit to let the model choose.
  - `force_instrumental` boolean — When true, generate instrumental music without vocals.

## Response `200`

The resulting job data. This will be returned in a pending state until the job is completed. See [`/jobs/{id}`](#tag/default/get/jobs/{id}) for retrieving the results.

- object
  - `job_id` string, uuid, required
  - `status` 'backlogged' | 'queued' | 'scheduled' | 'processing' | 'sampling' | 'intermediate-complete' | 'completed' | 'failed' | 'cancelled', required
  - `created_at` string, date-time, required
  - `completed_at` unknown, required
  - `result` unknown, required
  - `error` object
    - `code` string, required
    - `message` string

## Other responses

- `400` — The request body is invalid.
- `401` — You are not authenticated.
- `402` — You have run out of credits.
- `429` — You have reached the maximum number of concurrent jobs.

## Changes

- **2026-09-11** `e2f24090969e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/krea/apis/krea-api/changes/generate/audio/elevenlabs/music/post.md)

---

[API](https://skmtc.dev/krea/apis/krea-api.md) · [All operations](https://skmtc.dev/krea/apis/krea-api/llms.txt) · [OpenAPI document](https://skmtc.dev/krea/apis/krea-api/revisions/fe9306f776eb?raw)
