SakibAhmed commited on
Commit
87e0aa9
·
verified ·
1 Parent(s): 183a5db

Delete postman.json

Browse files
Files changed (1) hide show
  1. postman.json +0 -42
postman.json DELETED
@@ -1,42 +0,0 @@
1
- {
2
- "info": {
3
- "_postman_id": "YOUR_COLLECTION_ID",
4
- "name": "NOW Piper TTS API",
5
- "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
6
- },
7
- "item": [
8
- {
9
- "name": "Synthesize Audio",
10
- "request": {
11
- "method": "GET",
12
- "header": [],
13
- "url": {
14
- "raw": "http://127.0.0.1:5001/api/tts?text=Hello%2C%20this%20is%20a%20test.&voice=en_US-lessac-medium",
15
- "protocol": "http",
16
- "host": [
17
- "127",
18
- "0",
19
- "0",
20
- "1"
21
- ],
22
- "port": "5001",
23
- "path": [
24
- "api",
25
- "tts"
26
- ],
27
- "query": [
28
- {
29
- "key": "text",
30
- "value": "Hello, this is a test."
31
- },
32
- {
33
- "key": "voice",
34
- "value": "en_US-lessac-medium"
35
- }
36
- ]
37
- }
38
- },
39
- "response": []
40
- }
41
- ]
42
- }