-
Notifications
You must be signed in to change notification settings - Fork 398
Expand file tree
/
Copy pathmint.json
More file actions
93 lines (93 loc) · 2.13 KB
/
mint.json
File metadata and controls
93 lines (93 loc) · 2.13 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "ElevenLabs",
"logo": {
"dark": "/logo/favicon.png",
"light": "/logo/favicon.png"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#312B41",
"light": "#4D9CFF",
"dark": "#0050B4"
},
"anchors": [
{
"name": "API Reference",
"icon": "rectangle-terminal",
"url": "api-reference"
},
{
"name": "Community",
"icon": "discord",
"url": "https://discord.gg/ZcPfAy3xSE"
}
],
"navigation": [
{
"group": "Getting Started",
"pages": ["quickstart"]
},
{
"group": "Authentication",
"pages": ["authentication/01-xi-api-key"]
},
{
"group": "Guides",
"pages": ["guides/text-to-speech"]
},
{
"group": "Text to Speech",
"pages": [
"api-reference/text-to-speech",
"api-reference/text-to-speech-stream"
]
},
{
"group": "Voices",
"pages": [
"api-reference/voices",
"api-reference/voices-settings-default",
"api-reference/voices-settings",
"api-reference/voices-settings-edit",
"api-reference/voices-get",
"api-reference/voices-add",
"api-reference/voices-edit",
"api-reference/voices-delete"
]
},
{
"group": "Samples",
"pages": [
"api-reference/samples-get",
"api-reference/samples-delete"
]
},
{
"group": "History",
"pages": [
"api-reference/history",
"api-reference/history-audio",
"api-reference/history-delete",
"api-reference/history-download"
]
},
{
"group": "User",
"pages": [
"api-reference/user",
"api-reference/user-subscription"
]
}
],
"api": {
"baseUrl": "https://api.elevenlabs.io"
},
"footerSocials": {
"linkedin": "https://www.linkedin.com/company/elevenlabsio",
"twitter": "https://twitter.com/elevenlabsio",
"discord": "https://discord.gg/ZcPfAy3xSE",
"youtube": "https://www.youtube.com/channel/UC-ew9TfeD887qUSiWWAAj1w",
"github": "https://github.com/elevenlabs"
}
}