{
  "x402Version": 2,
  "id": 5532,
  "slug": "5532",
  "resource": "https://api-dev.cueframe.ai/v1/projects",
  "description": "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).",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:84532",
      "payTo": "0x82134912Ccc71610DA9350Ff59CD279fAD494A98",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "brandKitId": "string",
            "description": "string",
            "format": {
              "aspectRatio": "16:9",
              "fps": 24,
              "resolution": "hd"
            },
            "height": 0,
            "name": "string",
            "width": 0
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "activeCompositionId": "string",
            "brandKitId": "string",
            "composition": {
              "duration": 0,
              "hasComposition": true,
              "sceneCount": 0,
              "updatedAt": "string"
            },
            "createdAt": "string",
            "description": "string",
            "format": {
              "aspectRatio": "16:9",
              "fps": {},
              "resolution": "hd"
            },
            "id": "string",
            "lastRender": {
              "createdAt": "string",
              "id": "string",
              "outputExpiresAt": "string",
              "outputUrl": "string",
              "status": "string"
            },
            "name": "string"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {}
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api-dev.cueframe.ai",
  "lastUpdated": "2026-09-01T20:22:59.051Z",
  "quality": {
    "calls30d": 7,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-01T20:22:58.298Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api-dev.cueframe.ai",
    "manifest_name": "api-dev.cueframe.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}