CueFrame
5 services · 56 calls/30d · api.cueframe.ai, api-dev.cueframe.ai
CueFrame · Media Import
api.cueframe.ai
Import media into the project from a public https URL — the server fetches and mirrors the bytes (SSRF-filtered), then processes it (transcode + transcribe). Async: returns a media id that flips to ready when the mirror and processing finish; poll GET /media/:id or use a media.completed webhook.
CueFrame · Composition Validate
api.cueframe.ai
Validate a composition body without saving it (dry-run)
CueFrame · Projects
api-dev.cueframe.ai
Create a video project — the container for a composition (the editable timeline), its media, brand kit, and renders. Every other authoring call (import or generate media, apply composition ops, compose, render, export) takes this project's id. Set the output format here (aspectRatio, fps, resolution).
CueFrame · Media
api-dev.cueframe.ai
Paginated library list. Filter with ?kind= (video|audio|image|gif|asset|source|stock), ?source= (upload|generated|import-url|stock), ?tag= (exact tag) so a real library isn't an undifferentiated soup.
CueFrame · Projects
api.cueframe.ai
List projects