each::labs | Video API | Multi-capability video editing

Video·each-tools·by eachlabs

EACHLABS Video API - the easiest way for an AI agent or developer to edit video. 44 curated operations: editing (trim, segment, concat, crossfade, speed, reframe), encoding (transcode, scale, gif), audio (extract_audio, loudnorm, audio_replace, audio_master), captions (captions, subtitle_compose), analysis (probe, scene_detect, silence_detect), streaming (hls_ladder, package_abr) - plus a raw ffmpeg escape hatch (mode=run_ffmpeg with an argv array, argv[0]=ffmpeg). Inputs are media URLs (input_url / input_urls); outputs land on the EACHLABS CDN. Billed $0.0015 per compute-second; every job includes 200 MB of output delivery free, then $0.30/GB. mode=capability with capability+params is the recommended path.

Runtime (p50)
5s
Estimated price
From $0.0015
Call the API
prediction.sh
sh
curl -X POST \
  -H "Authorization: Bearer $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  --data '{
    "model": "eachlabs-video-api",
    "version": "0.0.1",
    "input": {},
    "webhook_url": ""
}' \
  https://api.eachlabs.ai/v1/prediction/

Related models

3 models