Text-to-Speech

Coming soon - contact sales for a demo
//

The Text-to-speech Skill converts written text into spoken language. Text-to-speech can be used in a variety of applications, including assistive technology for people with visual impairments or learning disabilities, language translation software, and automated customer service systems. TTS can also be used to create audio books or to provide a spoken version of written content for people who prefer to listen rather than read.

Setup

Request (Coming Soon)

Convert text to speech by making a POST request to the following URL: api.oneai.com/api/v0/pipeline { "input": "your input text here", "steps": [{ "skill": "text-to-speech" }] }

Response

Returns audio data with the generated speech