Is your feature request related to a problem? Please describe.
Currently, textToSpeech is limited to 5k characters. The only way to support more would be to create a project and pass a file (or URL). This would be very convenient for larger bodies of text.
Describe the solution you'd like
Full support of the Project API. At minimum the ability to add a project and start the conversion would be amazing.
GET Get project by id
POST Add project
DEL Delete project
POST Convert project
GET Get project snapshots
POST Stream project audio
GET Get chapters
GET Get chapter by id
DEL Delete chapter
POST Convert chapter
GET Get chapter snapshots
POST Stream chapter audio
POST Update pronunciation dictionaries
Feature Request
Please add support for the Project API.
Is your feature request related to a problem? Please describe.
Currently, textToSpeech is limited to 5k characters. The only way to support more would be to create a project and pass a file (or URL). This would be very convenient for larger bodies of text.
Describe the solution you'd like
Full support of the Project API. At minimum the ability to add a project and start the conversion would be amazing.
Describe alternatives you've considered
N/A
Additional context
https://elevenlabs.io/docs/api-reference/get-projects
GET Get project by id POST Add project DEL Delete project POST Convert project GET Get project snapshots POST Stream project audio GET Get chapters GET Get chapter by id DEL Delete chapter POST Convert chapter GET Get chapter snapshots POST Stream chapter audio POST Update pronunciation dictionaries