api.cueframe.ai
8 resources
Resource Activity
via Bazaar · last 30 daysEst. volume (30d)
$5.97
~$0.20/day
Top resources by calls
| Resource | Calls | Unique payers |
|---|
| api.cueframe.aiImport media into the project from a public https URL — the … | 92 | 1 |
| api.cueframe.aiValidate a composition body without saving it (dry-run) | 18 | 1 |
| api.cueframe.aiCreate a video project — the container for a composition (th… | 17 | 1 |
| api.cueframe.aiAtomically applies an array of CompositionOps. All ops succe… | 14 | 1 |
| api.cueframe.aiRender the project's composition to a finished MP4. Async: r… | 9 | 1 |
| api.cueframe.aiReturns the org this key is bound to (server-resolved from a… | 2 | 1 |
| api.cueframe.aiRequired permission: projects:write | 2 | 1 |
| api.cueframe.aiRegister a webhook so long-running jobs (render/compose/medi… | 1 | 1 |
All Resources
api.cueframe.ai
Validate a composition body without saving it (dry-run)
$0.01 USDC
api.cueframe.ai
Returns the org this key is bound to (server-resolved from auth, never the body), the current plan/tier, a per-feature `entitlements` map (included? + remaining/limit for metered features), and `costCeilings` (e.g. the generate_media per-call USD ceiling). Read it BEFORE a metered call (create_render / create_composition / generate_media / create_brand_kit) to budget without burning a round-trip on a 402. Plan/entitlement values come from the billing backend best-effort; unknown values are…
$0.01 USDC
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.
$0.01 USDC
api.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).
$0.01 USDC
api.cueframe.ai
Atomically applies an array of CompositionOps. All ops succeed or none do (transactional). Pass `if_match` for optimistic-concurrency control (409 stale_etag on mismatch). Pass `dry_run: true` to validate the batch — runs the same apply + projection accept/reject guards WITHOUT persisting, returning `{ valid, errors }` with `locator.op_index` on the first failing op.
$0.01 USDC
api.cueframe.ai
Render the project's composition to a finished MP4. Async: returns a render id; poll GET /projects/:id/renders/:renderId or stream progress over SSE, then download the signed output URL once status is complete.
$0.50 USDC
api.cueframe.ai
Register a webhook so long-running jobs (render/compose/media) notify you instead of blocking on wait_job. Body: `url` (https, must pass SSRF checks) + `events` (see the WebhookEvent enum). DELIVERY: each event is a POST with body `{ event, timestamp, projectId?, data }` and Standard-Webhooks headers `webhook-id`, `webhook-timestamp`, `webhook-signature: v1,<base64>` (+ `x-cueframe-event`). The `secret` (`whsec_<base64>`) is returned ONCE here — verify the raw body with `new…
$0.02 USDC