Directory / 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.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://api-dev.cueframe.ai/v1/media' # -> 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/media'
Endpoint: https://api-dev.cueframe.ai/v1/media. 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.
Create a video project — the container for a composition (the editable timeline), its media, brand kit, and renders. Every other authoring call (import or gener…