Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
610 changes: 528 additions & 82 deletions .mock/asyncapi.yml

Large diffs are not rendered by default.

1,010 changes: 935 additions & 75 deletions .mock/definition/__package__.yml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .mock/definition/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ environments:
urls:
Base: https://api.us.elevenlabs.io/
WSS: wss://api.elevenlabs.io
Production EU:
urls:
Base: https://api.eu.residency.elevenlabs.io
WSS: wss://api.elevenlabs.io
default-environment: Production
default-url: Base
headers:
Expand Down
4 changes: 2 additions & 2 deletions .mock/definition/audioNative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ service:
Either txt or HTML input file containing the article content.
HTML should be formatted as follows
'<html><body><div><p>Your
content</p><h5>More of your
content</h5><p>Some more of your
content</p><h3>More of your
content</h3><p>Some more of your
content</p></div></body></html>'
auto_convert:
type: optional<boolean>
Expand Down
Loading