-
Notifications
You must be signed in to change notification settings - Fork 1
/
dev-polly.postman_collection.json
executable file
·105 lines (105 loc) · 2.04 KB
/
dev-polly.postman_collection.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"info": {
"_postman_id": "d9f588c6-7456-4adb-9dd6-d66abb90f051",
"name": "dev-polly",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "audio",
"item": [
{
"name": "Get-Audio",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://l4ntny6ny9.execute-api.eu-west-1.amazonaws.com/dev/audio",
"protocol": "https",
"host": [
"l4ntny6ny9",
"execute-api",
"eu-west-1",
"amazonaws",
"com"
],
"path": [
"dev",
"audio"
],
"query": [
{
"key": "postid",
"value": "3b1766ca-9cef-4719-b606-a84b49edb6f0",
"disabled": true
}
]
}
},
"response": []
}
],
"description": "Folder for audio"
},
{
"name": "text",
"item": [
{
"name": "Post Text to speech",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n\t\"text\":\"This text is a bit bigger than before\"\n}"
},
"url": {
"raw": "https://l4ntny6ny9.execute-api.eu-west-1.amazonaws.com/dev/polly/text",
"protocol": "https",
"host": [
"l4ntny6ny9",
"execute-api",
"eu-west-1",
"amazonaws",
"com"
],
"path": [
"dev",
"polly",
"text"
]
}
},
"response": []
},
{
"name": "Post Text to speech Copy",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n\t\"text\":\"This text is a bit bigger than before\"\n}"
},
"url": {
"raw": "https://polly.dev.jetlab.io/polly/text",
"protocol": "https",
"host": [
"polly",
"dev",
"jetlab",
"io"
],
"path": [
"polly",
"text"
]
}
},
"response": []
}
],
"description": "Folder for text"
}
]
}