This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.1.0 | |
info: | |
title: Whisper Transcription API | |
version: 1.0.0 | |
description: Sends audio to the Hugging Face Whisper Space and returns the transcribed text. | |
servers: | |
- url: https://openai-whisper.hf.space | |
paths: | |
/run/predict: | |
post: |