Skip to content

Commit d74bdc0

Browse files
feat: update API specifications (#106)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e13cc2c commit d74bdc0

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

asyncapi.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -66,25 +66,6 @@ servers:
6666
x-fern-token:
6767
name: authToken
6868
env: DEEPGRAM_TOKEN
69-
preview:
70-
host: api.preview.deepgram.com
71-
protocol: wss
72-
x-fern-server-name: Preview
73-
security:
74-
- type: httpApiKey
75-
in: header
76-
name: Authorization
77-
x-fern-header:
78-
prefix: Token
79-
env: DEEPGRAM_API_KEY
80-
- type: http
81-
scheme: bearer
82-
description: >-
83-
Use a temporary JWT token for authentication. Generate a temporary
84-
token using your API key and pass it as a Bearer token.
85-
x-fern-token:
86-
name: authToken
87-
env: DEEPGRAM_TOKEN
8869
channels:
8970
SpeakV1:
9071
x-fern-sdk-group-name: speak
@@ -555,7 +536,7 @@ channels:
555536
Real-time conversational speech recognition with contextual turn detection
556537
for natural voice conversations
557538
servers:
558-
- $ref: '#/servers/preview'
539+
- $ref: '#/servers/production'
559540
bindings:
560541
ws:
561542
query:

0 commit comments

Comments
 (0)