Skip to content

Commit 7d9e30a

Browse files
committed
fix: copy-pasteable curl upload example
1 parent 5c6b1b9 commit 7d9e30a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

fern/openapi-overrides.yml

+13
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ x-fern-groups:
55
summary: LeMUR
66
realtime:
77
summary: Streaming
8+
9+
paths:
10+
/v2/upload:
11+
post:
12+
x-fern-examples:
13+
- code-samples:
14+
- sdk: curl
15+
code: |
16+
curl -X POST https://api.assemblyai.com/v2/upload \
17+
-H "Authorization: <apiKey>" \
18+
-H "Content-Type: application/octet-stream" \
19+
--data-binary @path/to/file
20+
821
components:
922
schemas:
1023
Transcript:

0 commit comments

Comments
 (0)