# OmniAPI AI Blog Post Generator

> OmniAPI AI Blog Post Generator is a paid API for AI agents from omni-api-cyan.vercel.app, paid per call via x402, $0.059744/call, status unknown (last checked 2026-09-14).

Generates AI-written blog post content based on a text query or topic input

## Facts

- Endpoint: POST https://omni-api-cyan.vercel.app/api/ai/blog/post
- Price: $0.059744/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniapi-ai-blog-post-generator-1b8fcfea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_w3Ov3gviiazVCWxcRX6EE

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 omniapi-ai-blog-post-generator-1b8fcfea -d '<json body>'
```

Example prompt: Can you write an AI-generated blog post about the future of decentralized finance and how it affects everyday consumers?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call AI blog post generation without managing your own LLM infrastructure. It is suitable for agents that need to automate content creation pipelines at low cost (~$0.06 per post) without committing to a subscription. Less appropriate if you need fine-grained control over model parameters, tone settings, or structured output format.

## Known failure modes

- Missing required 'query' field returns a validation error
- Overly vague or empty query may produce low-quality or generic content
- Rate limiting or payment failure via x402 protocol may block access
- Response schema is generic — actual structure of blog post fields may vary or be undocumented
- Service availability issues on Vercel hosting may cause timeouts

## How this service works

444 endpoints across 9+ chains. Crypto, AI, Social, Finance, Weather, Tools. Pay per call in USDC via x402 with 4 facilitators: Dexter, Meridian, FluxA, GoPlausible.

## Output

Returns an AI-generated blog post as a text response object, likely including the article body and possibly metadata such as title or summary, ready for publishing or further editing.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Input data for the endpoint"
  },
  "query": {
   "type": "string",
   "description": "Search query or input text"
  },
  "params": {
   "type": "object",
   "description": "Additional parameters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omniapi-ai-blog-post-generator-1b8fcfea/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from omni-api-cyan.vercel.app](https://www.zero.xyz/host/omni-api-cyan.vercel.app/llms.txt)
