AWS Polly

Number of APIs: 9

Amazon Polly is a Text-to-Speech (TTS) cloud service that converts text into lifelike speech. You can use Amazon Polly to develop applications that increase engagement and accessibility. Amazon Polly supports multiple languages and includes a variety of lifelike voices, so you can build speech-enabled applications that work in multiple locations and use the ideal voice for your customers.

  1. Speech Synthesis Task - Get Speech Synthesis Task GET {{aws_polly_base_url}}/v1/synthesisTasks/:TaskId

  2. Lexicon - Delete Lexicon DELETE {{aws_polly_base_url}}/v1/lexicons/:LexiconName

  3. Lexicon - Get Lexicon GET {{aws_polly_base_url}}/v1/lexicons/:LexiconName

  4. Lexicon - List Lexicons GET {{aws_polly_base_url}}/v1/lexicons?NextToken=NextToken

  5. Lexicon - Put Lexicon PUT {{aws_polly_base_url}}/v1/lexicons/:LexiconName

  6. Speech - Synthesize Speech POST {{aws_polly_base_url}}/v1/speech

  7. Voices - Describe Voices GET {{aws_polly_base_url}}/v1/voices?Engine=Engine&IncludeAdditionalLanguageCodes=IncludeAdditionalLanguageCodes&LanguageCode=en-US&NextToken=NextToken

  8. Speech Synthesis Task - Start Speech Synthesis Task POST {{aws_polly_base_url}}/v1/synthesisTasks

  9. Speech Synthesis Task - List Speech Synthesis Tasks GET {{aws_polly_base_url}}/v1/synthesisTasks?MaxResults=25&NextToken=NextToken&Status=Status