Parse Video

Transcribe video files with full audio extraction. Returns transcript, timestamps, and AI-suggested questions.

🎬
Audio Extraction
Extracts and transcribes audio track
📍
Timestamps
Precise timing for transcript navigation
📁
Multi-Format
Supports all major video formats
example.js
REST API
const formData = new FormData();
formData.append('file', fileInput.files[0]);

const response = await fetch(
  'https://api.skimming.ai/source/v1/api/parse/video',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer YOUR_API_KEY',
    },
    body: formData
  }
);
const data = await response.json();
console.log(data.success.textContent);

What's in the API

Powerful features designed to help you build amazing applications with ease.

Audio Track Extraction

Automatically extracts the audio track from video files for high-quality transcription.

Precise Timestamps

Word-level timing enables jumping to specific moments in your video content.

All Major Formats

Process MP4, MOV, AVI, WMV, WebM, and MKV video files seamlessly.

Speaker Detection

Identify different speakers in videos with multi-person audio.

AI Question Generation

Receive suggested questions based on video content for quick exploration.

Subtitle-Ready Output

Timestamps formatted for easy subtitle and caption generation.

Common Use Cases

See how developers are using this API to solve real-world problems.

Video Subtitles

Generate transcripts for subtitle creation.

Training Content

Convert training videos to text documentation.

Content Repurposing

Turn video content into blog posts.

Accessibility

Create text alternatives for video content.

Technical Specifications

Everything you need to know to integrate this API.

Endpoint

Base URL

/v1/source/v1/api/parse/video

HTTP Method

Request type

POST

Authentication

Security method

Bearer Token (API Key)

Rate Limit

Request limits

Based on subscription tier

Frequently Asked Questions

Haven’t got your answer? Contact our support now

Does it extract visual content?

What's the max video size?

Are timestamps included?