curl --request GET \
--url https://api.elevenlabs.io/v1/projects{
"projects": [
{
"project_id": "<string>",
"name": "<string>",
"create_date_unix": 123,
"default_title_voice_id": "<string>",
"default_paragraph_voice_id": "<string>",
"default_model_id": "<string>",
"last_conversion_date_unix": 123,
"can_be_downloaded": true,
"title": "<string>",
"author": "<string>",
"isbn_number": "<string>",
"volume_normalization": true,
"state": "default"
}
]
}Returns a list of your projects together and its metadata.
curl --request GET \
--url https://api.elevenlabs.io/v1/projects{
"projects": [
{
"project_id": "<string>",
"name": "<string>",
"create_date_unix": 123,
"default_title_voice_id": "<string>",
"default_paragraph_voice_id": "<string>",
"default_model_id": "<string>",
"last_conversion_date_unix": 123,
"can_be_downloaded": true,
"title": "<string>",
"author": "<string>",
"isbn_number": "<string>",
"volume_normalization": true,
"state": "default"
}
]
}Your API key. This is required by most endpoints to access our API programatically. You can view your xi-api-key using the 'Profile' tab on the website.
Successful Response
Show child attributes
default, converting, in_queue