CLI First
Tools
Direct file upload is available via the CLI (
naive media upload --file) and the dashboard, but not as an MCP tool.Listing Assets
Thenaive_media_list tool returns a paginated list of assets with optional filtering.
Filter Parameters
Uploading Assets
From URL
Direct File Upload
File uploads accept images and videos up to 100 MB. Files are stored on AWS S3 (private bucket; reads via short-lived presigned URLs).
Auto-Ingest from Jobs
When a video clipping or video generation job completes, results are automatically added to your media library:- Video Clipping: Each extracted clip becomes a separate asset with
source_type: "video_clipping", tagged withclipand its virality score (e.g.virality:91) - Video Generation: The generated video is added with the prompt as the title,
source_type: "video_generation", tagged withgeneratedand the model name (e.g.text-to-video)
naive media list to see new assets. You can then create social posts directly from these assets using upload_ids on the social post API.