Whisper (Transcription)

POST/api/v2/whisper/transcribe
sync ≈ 0.9 credits per minute of audio (minimum 1 credit per clip).

Transcribe speech to timed segments. Used by footage indexing and captioning.

Request body

audio_url

Sign in to upload or import from your library.

language
duration_seconds
Sign in to run the playground

Request example

curl -X POST "https://influencerstudio.com/api/v2/whisper/transcribe" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'

Output

Run the model to see results

Real outputs will stream into this panel as the request completes.