Reference

Media

Edit, convert, caption, upscale, and process image, video, and audio files.
import { mindstudio } from '@mindstudio-ai/agent';

Operations on media files you already have — image, video, audio — rather than generation from a prompt. These break into editing and cleanup (trim, merge, background and watermark removal, upscaling, face swap), format and extraction (audio out of a video, PDF pages to images, thumbnails, metadata), and captioning. Each takes a media URL and returns a new hosted file, so they compose into a pipeline: extract, trim, merge, subtitle, watermark.

20 entries