get_transcript
Extract speech transcripts from video URLs. YouTube returns immediately; for TikTok/Instagram poll with job ID. Slideshows without audio return structured response.
Instructions
Extract speech transcript from a video or slideshow audio track.
YouTube returns the result immediately. TikTok/Instagram return a job_id — use check_analysis_job(job_id) to poll for the result. Slideshows without audio return a structured slideshow_no_audio response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The video URL (YouTube, TikTok, Instagram, or other). | |
| lang | No | Language hint (e.g., 'en', 'ar', 'auto'). Defaults to auto-detect. | auto |
| model | No | Gemini model to use. Defaults to gemini-3.5-flash. | gemini-3.5-flash |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |