# CreatorMagic AI Brainstorm

> CreatorMagic AI Brainstorm is a paid API for AI agents from clawtious.creatormagic.ai, paid per call via x402, $0.001/call, status down (last checked 2026-09-15).

Generates 5 creative brainstormed ideas on any given topic using AI

## Facts

- Endpoint: POST https://clawtious.creatormagic.ai/api/ai/brainstorm
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clawtious-creatormagic-ai-69fc0c85
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_H9DZf-xIRp98MkMt_M9WE

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 clawtious-creatormagic-ai-69fc0c85 -d '<json body>'
```

Example prompt: Can you brainstorm 5 ideas for me on sustainable fashion startup concepts?

## When to prefer this

Use this endpoint when you need a quick, inexpensive burst of 5 AI-generated ideas on any topic. Ideal for content planning, startup ideation, creative brainstorming, or inspiration-seeking workflows. At $0.001 per call it is extremely cost-effective for high-volume automated ideation pipelines.

## Known failure modes

- Missing or empty topic field returns an error
- Overly vague topic may produce generic or low-quality ideas
- Network timeout on slow connections
- Payment failure (x402) if USDC balance is insufficient

## How this service works

AI-powered brainstorming that generates creative ideas, concepts, and content prompts for creators and teams.

## Output

Returns a text block containing 5 numbered AI-generated ideas related to the input topic, each with a short description or explanation of the concept.

## Example request

```json
{
 "input": {
  "body": {
   "topic": "sustainable fashion startup concepts"
  },
  "type": "http",
  "method": "POST",
  "bodyType": "json"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clawtious-creatormagic-ai-69fc0c85/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clawtious.creatormagic.ai](https://www.zero.xyz/host/clawtious.creatormagic.ai/llms.txt)
