v4

OpenAPI 3.1.02026-07-313621,3961.8 MB
music-finetunes

Create Music Finetune

Create a new music finetune

post/v1/music/finetunes

Headers

xi-api-keystring nullable

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Response

Successful Response

idstring required

Unique identifier of the finetune.

namestring required

Name of the finetune.

tagsstring[] required

Tags associated with the finetune.

primary_genrestring nullable

Primary musical genre of the finetune.

model_idstring required

The base music model the finetune was trained on.

created_atstring date-time required

When the finetune was created (UTC).

visibility'private' | 'workspace' | 'public' required
created_by'self' | 'workspace' | 'elevenlabs' required
status'pending' | 'in_progress' | 'completed' | 'failed' | 'blocked' required
training_progressnumber required

Training progress from 0.0 to 1.0.

failure_reason'audio_processing_failed' | 'copyright_violation' | 'training_failed'

Example response

{
  "model_id": "music_v1"
}