Video Processing API
TODO
1 subscribers
12 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Video Processing API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Video | ||
| GET |
summarize_v1_video_summarize_get /v1/video/summarize |
Generate an AI summary of video content using frame analysis + transcript. |
| GET |
scene_detect_v1_video_scene_detect_get /v1/video/scene-detect |
Detect scene boundaries in video using GPU-accelerated analysis. |
| GET |
subtitle_v1_video_subtitle_get /v1/video/subtitle |
Generate subtitles from video audio using Whisper on GPU. |
| GET |
upscale_v1_video_upscale_get /v1/video/upscale |
AI-powered video upscaling using Real-ESRGAN with temporal consistency. |
| GET |
transcode_v1_video_transcode_get /v1/video/transcode |
GPU-accelerated video transcoding using NVENC hardware encoder. |
| GET |
extract_frames_v1_video_extract_frames_get /v1/video/extract-frames |
Extract smart keyframes from video using scene-aware sampling on GPU. |
| Manipulation | ||
| GET |
crop_v1_video_crop_get /v1/video/crop |
Crop a video to a specific region (x, y, width, height). |
| GET |
trim_v1_video_trim_get /v1/video/trim |
Trim/cut a video segment by start and end time. |
| GET |
video_info_v1_video_info_get /v1/video/info |
Extract video metadata: duration, resolution, codec, bitrate, etc. |
| GET |
merge_v1_video_merge_get /v1/video/merge |
Concatenate multiple videos into one continuous video. |
| Health | ||
| GET |
root__get / |
|
| GET |
status_v1_status_get /v1/status |
|
Video Processing API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|