GET
/
v1
/
projects
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"
    }
  ]
}
Projects API avaliable upon request. To get access, contact sales.

Headers

xi-api-key
string

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.

Response

200 - application/json
projects
object[]
required