generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ed5968
commit 814ee69
Showing
7 changed files
with
38 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ api: | |
overrides: ./openapi-overrides.yml | ||
settings: | ||
use-title: false | ||
- path: ./asyncapi.yml | ||
- path: ./asyncapi.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
api: | ||
api: | ||
- openapi.json | ||
- convo-asyncapi.yml | ||
- convo-asyncapi.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"openapi": "3.0.0", | ||
"info": { | ||
"title": "ElevenLabs Conversational AI WebSocket API", | ||
"version": "1.0.0" | ||
"title": "ElevenLabs Conversational AI WebSocket API", | ||
"version": "1.0.0" | ||
}, | ||
"servers": [ | ||
{ | ||
"url": "wss://api.elevenlabs.io", | ||
"description": "Production WebSocket Server", | ||
"protocol": "wss", | ||
"x-fern-server-name": "Production" | ||
} | ||
{ | ||
"url": "wss://api.elevenlabs.io", | ||
"description": "Production WebSocket Server", | ||
"protocol": "wss", | ||
"x-fern-server-name": "Production" | ||
} | ||
], | ||
"paths": {}, | ||
"components": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"organization": "elevenlabs", | ||
"version": "0.46.10" | ||
} | ||
} |