amazonaws.com

Amazon Polly is a web service that makes it easy to synthesize speech from text. The Amazon Polly service provides API operations for synthesizing high-quality speech from plain text and Speech Synthesis Markup Language (SSML), along with managing pronunciations lexicons that enable you to

🔑 oauth2 9 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

# Maven: see https://github.com/kwawk8/aws-sdk-android-aws-android-sdk-cloudwatch-src-main-java-com-amazonaws-services-cloudwatch-AmazonClo
# Maven: see https://github.com/Aashish-Chaturvedi/relaxed-amazonaws-sdk-extensionApi
# See https://github.com/lucee/osgi-bundle-com.amazonaws.aws-java-sdk-osgi
# See https://github.com/timanrebel/AmazonAWS
curl examples
<p>Returns the list of voices that are available for use when requesting spee…
curl \
  -H "Authorization: $API_KEY" \
  http://polly.us-east-1.amazonaws.com/v1/voices
Returns a list of pronunciation lexicons stored in an Amazon Web Services Reg…
curl \
  -H "Authorization: $API_KEY" \
  http://polly.us-east-1.amazonaws.com/v1/lexicons
Returns a list of SpeechSynthesisTask objects ordered by their creation date.…
curl \
  -H "Authorization: $API_KEY" \
  http://polly.us-east-1.amazonaws.com/v1/synthesisTasks
Endpoints (9 total)
GET
/v1/voices
<p>Returns the list of voices that are available for use when requesting spee…
GET
/v1/lexicons
Returns a list of pronunciation lexicons stored in an Amazon Web Services Reg…
GET
/v1/synthesisTasks
Returns a list of SpeechSynthesisTask objects ordered by their creation date.…
GET
/v1/lexicons/{LexiconName}
Returns the content of the specified pronunciation lexicon stored in an Amazo…
GET
/v1/synthesisTasks/{TaskId}
Retrieves a specific SpeechSynthesisTask object based on its TaskID. This obj…
POST
/v1/speech
Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes. SSML input…
POST
/v1/synthesisTasks
Allows the creation of an asynchronous synthesis task, by starting a new <cod…
PUT
/v1/lexicons/{LexiconName}
<p>Stores a pronunciation lexicon in an Amazon Web Services Region. If a lexi…
DELETE
/v1/lexicons/{LexiconName}
<p>Deletes the specified pronunciation lexicon stored in an Amazon Web Servic…
Language coverage
Java
2
unknown
2
At a glance
Total SDKs4
Languages2
Endpoints9
Authoauth2
Categories1
http://polly.us-east-1.amazonaws.com