get_transcript
Extract speech transcript with timestamps from YouTube, TikTok, or Instagram video URLs.
Instructions
Extract speech transcript from a video with timestamps.
YouTube returns the result immediately. TikTok/Instagram return a job_id — use check_analysis_job(job_id) to poll for the result.
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-2.5-flash. | gemini-flash-latest |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |