Convert Chapter

POST
/v1/projects/:project_id/chapters/:chapter_id/convert

Starts conversion of a specific chapter.

Path parameters

project_idstringRequired

The project_id of the project, you can query GET https://api.elevenlabs.io/v1/projects to list all available projects.

chapter_idstringRequired

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.

Response

Successful Response