-
Notifications
You must be signed in to change notification settings - Fork 482
Open
Description
the transcription response should also have text/plain content type for art, vtt, and text response_formats.
the last 3 lines should be added.
/audio/transcriptions:
post:
operationId: createTranscription
tags:
- Audio
summary: Transcribes audio into the input language.
requestBody:
required: true
content:
multipart/form-data:
schema:
$ref: "#/components/schemas/CreateTranscriptionRequest"
responses:
"200":
description: OK
content:
application/json:
schema:
oneOf:
- $ref: "#/components/schemas/CreateTranscriptionResponseVerboseJson"
- $ref: "#/components/schemas/CreateTranscriptionResponseJson"
text/plain:
schema:
type: stringMetadata
Metadata
Assignees
Labels
No labels