Projects
Get Chapter By Id
Returns information about a specific chapter.
GET
/
v1
/
projects
/
{project_id}
/
chapters
/
{chapter_id}
Projects API avaliable upon request. To get access, contact sales.
Headers
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.
Path Parameters
The project_id of the project, you can query GET https://api.elevenlabs.io/v1/projects to list all available projects.
The chapter_id of the chapter. You can query GET https://api.elevenlabs.io/v1/projects/{project_id}/chapters to list all available chapters for a project.
Was this page helpful?