# OmniAPI AI Product Description Generator

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

Generates a natural language product description for a given query or product input using AI

## Facts

- Endpoint: POST https://omni-api-cyan.vercel.app/api/ai/product/description
- Price: $0.013656/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniapi-ai-product-description-generator-321fcfdb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cULoPxEKFMKsnc9B6QzfS

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-product-description-generator-321fcfdb -d '<json body>'
```

Example prompt: Generate an AI product description for 'Wireless Noise-Cancelling Headphones with 30-hour battery life' — I need a compelling, natural-language blurb I can use for an e-commerce listing.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call AI-generated product description without setting up your own LLM pipeline. It is well-suited for e-commerce catalog enrichment, one-off product copy generation, or agents that need to produce marketing language on demand without managing API keys for a dedicated AI provider.

## Known failure modes

- Missing required 'query' field returns a 400-level validation error
- Vague or empty query may produce a generic or low-quality description
- Service unavailability or upstream AI model errors may return 5xx responses
- Overly long input may be truncated or cause timeout
- Payment failure via x402 results in 402 Payment Required response

## 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 natural language product description as a text response object, suitable for use in e-commerce listings, catalogs, or marketing materials.

## 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-product-description-generator-321fcfdb/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)
