-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpostman.json
More file actions
100 lines (100 loc) · 2.01 KB
/
Copy pathpostman.json
File metadata and controls
100 lines (100 loc) · 2.01 KB
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
{
"info": {
"_postman_id": "30f0d444-6b98-4eb1-b7e7-e2db1d7e15fe",
"name": "VOICE CLONING",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "39815066"
},
"item": [
{
"name": "generate_voice_map",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\"signed_url\": \"https://storage.googleapis.com/your-signed-url-to-audio-file.mp3\", \"speaker_name\": \"peter_drucker\"}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://wanted-goldfish-uniquely.ngrok-free.app//generate_voicemap",
"protocol": "https",
"host": [
"wanted-goldfish-uniquely",
"ngrok-free",
"app"
],
"path": [
"",
"generate_voicemap"
]
}
},
"response": []
},
{
"name": "list_available_voice_maps",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://wanted-goldfish-uniquely.ngrok-free.app//list_voice_maps",
"protocol": "https",
"host": [
"wanted-goldfish-uniquely",
"ngrok-free",
"app"
],
"path": [
"",
"list_voice_maps"
]
}
},
"response": []
},
{
"name": "generate_voice",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\"speaker_name\": \"peter_drucker\", \"text\": \"Hello, I am Peter Drucker. This is a test of voice generation.\"}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://wanted-goldfish-uniquely.ngrok-free.app/generate_voice",
"protocol": "https",
"host": [
"wanted-goldfish-uniquely",
"ngrok-free",
"app"
],
"path": [
"generate_voice"
]
}
},
"response": []
}
]
}