# CreatorMagic AI Text Completion

> CreatorMagic AI Text Completion 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).

Continues writing from a given text prompt using AI-powered text completion inference

## Facts

- Endpoint: POST https://clawtious.creatormagic.ai/api/ai/complete
- 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-245450b8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ceVZIi0sCztsTLmgtfn7h

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-245450b8 -d '<json body>'
```

Example prompt: Keep writing from this opening: 'The old lighthouse had been abandoned for decades, but tonight its beam swept across the harbor once more—'

## When to prefer this

Choose this endpoint when you need lightweight, cheap AI text continuation at $0.001 USDC per call via x402 payment on Base. Ideal for agents that need to extend drafts, autocomplete passages, or generate follow-on content without managing a full LLM API key. Best for single-shot completions rather than multi-turn chat.

## Known failure modes

- Empty or missing prompt input returns an error
- Prompt too long exceeds token limits
- Payment of 0.001 USDC not provided or declined causes 402 response
- Rate limiting or inference timeout returns 5xx error
- Nonsensical or adversarial prompt may produce low-quality output

## Output

A block of AI-generated text that continues naturally from the provided prompt, extending the writing in a coherent and contextually appropriate manner.

## Example request

```json
{
 "input": {
  "body": {
   "prompt": "The old lighthouse had been abandoned for decades, but tonight its beam swept across the harbor once more—"
  },
  "type": "http",
  "method": "POST",
  "bodyType": "json"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clawtious-creatormagic-ai-245450b8/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)
