Video Analyzer
Analyze video content using AI. Ask questions about the video or get a detailed description of what happens in it.
Quick Start
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "video-analyzer",
"version": "0.0.1",
"input": {
"video_url": "https://example.com/clip.mp4",
"prompt": "Describe what happens in this video",
"detailed_analysis": true
}
}'
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
detailed_analysis |
boolean | false |
Whether to request a more detailed analysis of the video |
prompt |
string | false |
The question or prompt about the video content |
video_url |
string | false |
URL of the video to analyze |
Output
- Type: text
Examples
General Video Description
{
"model": "video-analyzer",
"version": "0.0.1",
"input": {
"video_url": "https://example.com/nature-documentary.mp4",
"prompt": "Describe the main events and subjects in this video",
"detailed_analysis": true
}
}
Specific Question
{
"model": "video-analyzer",
"version": "0.0.1",
"input": {
"video_url": "https://example.com/cooking-video.mp4",
"prompt": "What ingredients are being used and what dish is being prepared?",
"detailed_analysis": false
}
}
Related Models
- Gemini 2.0 Flash Lite - Multimodal AI for image and text analysis
- PixVerse v5 Extend - Extend analyzed videos