Animica x402 Directory

Directory / api-dev.cueframe.ai

api-dev.cueframe.ai/v1/projects

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).

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://api-dev.cueframe.ai/v1/projects'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://api-dev.cueframe.ai/v1/projects'

Endpoint: https://api-dev.cueframe.ai/v1/projects. Operated by api-dev.cueframe.ai, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on api-dev.cueframe.ai

api-dev.cueframe.ai/v1/media

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…

GET · $0.01

All 2 endpoints on api-dev.cueframe.ai →