{
"opencollection": "1.0.0",
"info": {
"name": "Amazon Polly Lexicons SynthesisTasks API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "apikey",
"key": "Authorization",
"value": "{{Authorization}}",
"placement": "header"
}
},
"items": [
{
"info": {
"name": "SynthesisTasks",
"type": "folder"
},
"items": [
{
"info": {
"name": "Amazon Polly Get Speech Synthesis Task",
"type": "http"
},
"http": {
"method": "GET",
"url": "http://polly.{region}.amazonaws.com/v1/synthesisTasks/:TaskId",
"headers": [
{
"name": "X-Amz-Content-Sha256",
"value": ""
},
{
"name": "X-Amz-Date",
"value": ""
},
{
"name": "X-Amz-Algorithm",
"value": ""
},
{
"name": "X-Amz-Credential",
"value": ""
},
{
"name": "X-Amz-Security-Token",
"value": ""
},
{
"name": "X-Amz-Signature",
"value": ""
},
{
"name": "X-Amz-SignedHeaders",
"value": ""
}
],
"params": [
{
"name": "TaskId",
"value": "",
"type": "path",
"description": "The Amazon Polly generated identifier for a speech synthesis task."
}
]
},
"docs": "Retrieves a specific SpeechSynthesisTask object based on its TaskID. This object contains information about the given speech synthesis task, including the status of the task, and a link to the S3 bucket containing the output of the task."
},
{
"info": {
"name": "Amazon Polly List Speech Synthesis Tasks",
"type": "http"
},
"http": {
"method": "GET",
"url": "http://polly.{region}.amazonaws.com/v1/synthesisTasks",
"headers": [
{
"name": "X-Amz-Content-Sha256",
"value": ""
},
{
"name": "X-Amz-Date",
"value": ""
},
{
"name": "X-Amz-Algorithm",
"value": ""
},
{
"name": "X-Amz-Credential",
"value": ""
},
{
"name": "X-Amz-Security-Token",
"value": ""
},
{
"name": "X-Amz-Signature",
"value": ""
},
{
"name": "X-Amz-SignedHeaders",
"value": ""
}
],
"params": [
{
"name": "MaxResults",
"value": "",
"type": "query",
"description": "Maximum number of speech synthesis tasks returned in a List operation."
},
{
"name": "NextToken",
"value": "",
"type": "query",
"description": "The pagination token to use in the next request to continue the listing of speech synthesis tasks. "
},
{
"name": "Status",
"value": "",
"type": "query",
"description": "Status of the speech synthesis tasks returned in a List operation"
}
]
},
"docs": "Returns a list of SpeechSynthesisTask objects ordered by their creation date. This operation can filter the tasks by their status, for example, allowing users to list only tasks that are completed."
},
{
"info": {
"name": "Amazon Polly Start Speech Synthesis Task",
"type": "http"
},
"http": {
"method": "POST",
"url": "http://polly.{region}.amazonaws.com/v1/synthesisTasks",
"headers": [
{
"name": "X-Amz-Content-Sha256",
"value": ""
},
{
"name": "X-Amz-Date",
"value": ""
},
{
"name": "X-Amz-Algorithm",
"value": ""
},
{
"name": "X-Amz-Credential",
"value": ""
},
{
"name": "X-Amz-Security-Token",
"value": ""
},
{
"name": "X-Amz-Signature",
"value": ""
},
{
"name": "X-Amz-SignedHeaders",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Allows the creation of an asynchronous synthesis task, by starting a new SpeechSynthesisTask. This operation requires all the standard information needed for speech synthesis, plus the name of an Amazon S3 bucket for the service to store the output of the synthesis task and two optional parameters (OutputS3KeyPrefix and SnsTopicArn). Once the synthesis task is created, this operation will return a SpeechSynthesisTask object, which will include "
}
]
}
],
"bundled": true
}