Skip to content

Instantly share code, notes, and snippets.

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: