Text
Whisper Subtitles
Generate subtitles from audio using OpenAI Whisper.
POST
Documentation Index
Fetch the complete documentation index at: https://docs.artificialstudio.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Credits | 1 credit per second |
| Tool | audio-to-subtitles |
Headers
| Name | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Your API key |
Content-Type | string | Yes | application/json |
Body
| Parameter | Type | Required | Description |
|---|---|---|---|
tool | string | Yes | audio-to-subtitles |
input.model | string | Yes | whisper-subtitles |
input.audio_url | string | Yes | URL of the audio file |
input.format | string | No | Subtitle format. Options: srt, vtt (default: srt) |