# Stable Design – List Canva Brand Templates

> Stable Design – List Canva Brand Templates is a paid API for AI agents from stabledesign.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a list of brand templates available in the user's Canva account

## Facts

- Endpoint: POST https://stabledesign.vercel.app/api/brand-templates/list
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stabledesign-vercel-app-6a8cf0a1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RX91IF3FLyDsCxYNlVpwc

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 stabledesign-vercel-app-6a8cf0a1 -d '<json body>'
```

Example prompt: Can you show me all the brand templates available in my Canva account so I can pick one for a new design?

## When to prefer this

Use this endpoint when you need to discover or enumerate brand templates available in a Canva account before creating or editing a design. Prefer this over a general design listing endpoint when the user specifically wants branded/organizational templates rather than personal designs.

## Known failure modes

- Invalid or expired Canva credentials — authentication error returned
- No brand templates exist in the account — empty list returned
- Canva API rate limit exceeded — rate limit error
- Network timeout reaching stabledesign.vercel.app — timeout error
- Insufficient permissions to access brand templates — authorization error

## How this service works

List Canva brand templates

## Output

A list of Canva brand templates including template IDs, names, and associated metadata for the authenticated user's account or organization.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string"
  },
  "continuation": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stabledesign-vercel-app-6a8cf0a1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stabledesign.vercel.app](https://www.zero.xyz/host/stabledesign.vercel.app/llms.txt)
