Skip to content

Commit a54984e

Browse files
🌿 Fern Regeneration -- November 7, 2025 (#589)
Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Richard Marmorstein <[email protected]> Co-authored-by: twitchard <[email protected]>
1 parent f7f3c37 commit a54984e

File tree

26 files changed

+10895
-754
lines changed

26 files changed

+10895
-754
lines changed

.mock/definition/api.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: api
2+
error-discrimination:
3+
strategy: status-code
4+
default-environment: prod
5+
default-url: Base
6+
environments:
7+
prod:
8+
urls:
9+
Base: https://api.hume.ai/
10+
evi: wss://api.hume.ai/v0/evi
11+
tts: wss://api.hume.ai/v0/tts
12+
stream: wss://api.hume.ai/v0/stream
13+
auth: HeaderAuthScheme
14+
auth-schemes:
15+
HeaderAuthScheme:
16+
header: X-Hume-Api-Key
17+
type: optional<string>
18+
name: apiKey

0 commit comments

Comments
 (0)