Transcribes an audio or video recording into clean text with automatic language detection. Speaker labeling (who said what) is on by default; chapter summaries for long recordings are opt-in. A long recording may take a few moments and resumes automatically.
You have a recording and need its words as text, with speaker turns and optional chapter summaries.
Live or streaming captioning, translation, naming the actual speakers, or detecting sentiment, entities, or sensitive content.
~207 credits / hour of audio (up to 5000)
206.25 credits per hour of audio; speaker labeling adds 27.5 per hour, chapter summaries add 41.25 per hour.
Estimated; the actual charge depends on your input and is shown in the response.
Set these inside the intent when you run it.
A public link to the audio or video recording to transcribe.
Mark who said what across the recording (optional; on by default).
Break the recording into chapters with summaries (optional; off by default).
The spoken language if you already know it, otherwise it is detected (optional).
The transcript text, detected language, duration in seconds, speaker-labeled turns, and chapters with summaries when requested.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Audio Intelligence skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/audio-intelligence/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"transcribe","audio_url":"https://files.example.com/uploads/meeting.mp3?sig=...","label_speakers":"true","chapters":"false","language":"en"}}'Example requests