v5
OpenAPI 3.1.02026-08-043621,4011.8 MBGet Music Finetunes
List music finetunes accessible to you (your own, workspace-shared, and ElevenLabs-curated), with optional filtering, sorting, and cursor pagination.
Query parameters
Used for fetching the next page. Cursor is returned in the response.
Used for fetching the next page. Cursor is returned in the response.
How many finetunes to return. Max 100, default 50.
How many finetunes to return. Max 100, default 50.
Filter by visibility. 'private' returns private finetunes; 'workspace' returns workspace-shared finetunes; 'public' returns public finetunes, which are currently ElevenLabs curated finetunes. Omit to return all accessible finetunes.
Filter by creator. 'self' returns finetunes you created; 'workspace' returns finetunes created by workspace teammates; 'elevenlabs' returns ElevenLabs curated finetunes. Omit to return finetunes from all creators.
Sort by field (created_at or name)
Sort by field (created_at or name)
Sort direction (asc or desc)
Sort direction (asc or desc)
Headers
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
Example response
{
"finetunes": [
{
"model_id": "music_v1"
}
]
}