We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
text/plain
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: string
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the transcription response should also have
text/plain
content type for art, vtt, and text response_formats.the last 3 lines should be added.
The text was updated successfully, but these errors were encountered: