# Vaaya Cueframe Create Project

> Vaaya Cueframe Create Project is a paid API for AI agents from vaaya.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Creates a new Cueframe project on the Vaaya platform, enabling agents to start building product demos, go-to-market assets, and visual content workflows.

## Facts

- Endpoint: POST https://vaaya.ai/api/run/cueframe/create_project
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vaaya-cueframe-create-project-c2673a64
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YmRnc2E0AoNqiX-w7r6qC

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability vaaya-cueframe-create-project-c2673a64 -d '<json body>'
```

Example prompt: Create a new Cueframe project on Vaaya called 'Q3 SaaS Product Demo' so I can start building a product walkthrough for our go-to-market campaign.

## When to prefer this

Use this endpoint when an agent needs to initialize a new Vaaya Cueframe project as the first step in building product demos, GTM assets, or automated visual content workflows. Prefer this over generic project management APIs when the goal is specifically to produce sales demos, outreach content, or website graphics through the Vaaya agent ecosystem without needing separate API keys or account setup.

## Known failure modes

- Missing or invalid project name — returns 400 with validation error
- Payment failure or insufficient USDC balance — returns 402 payment required
- Duplicate project name conflict — may return 409 or auto-deduplicate
- Service unavailability — returns 503 with retry guidance
- Malformed request body — returns 400 with schema error details

## How this service works

Step 2 of video assembly. Create a CueFrame project for any video style (1A demo, 1B PIP-avatar, 1C conceptual, 1D launch). Returns a project_id used by put_composition + render. Params: name (required), format {aspectRatio 16:9|9:16|1:1|4:5, fps 24|30|60, resolution hd|fhd|4k}, optional width/height/brandKitId.

## Output

Returns a newly created Cueframe project object including a unique project ID, project name, creation timestamp, and metadata needed to reference or extend the project in subsequent Vaaya API calls.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vaaya-cueframe-create-project-c2673a64/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vaaya.ai](https://www.zero.xyz/host/vaaya.ai/llms.txt)
