# ApexAPI AI Product Description Generator

> ApexAPI AI Product Description Generator is a paid API for AI agents from apex-api-gamma.vercel.app, paid per call via x402, $0.114051/call, status unknown (last checked 2026-09-14).

Generates a product description for a given product or concept using AI, based on a text query input.

## Facts

- Endpoint: POST https://apex-api-gamma.vercel.app/api/ai/product/description
- Price: $0.114051/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apexapi-ai-product-description-generator-ed0a9b37
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QHdtYUaKEB0YhQ6pbJiLY

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 apexapi-ai-product-description-generator-ed0a9b37 -d '<json body>'
```

Example prompt: Write me an AI-generated product description for a wireless noise-cancelling headphone called 'SoundWave Pro' — something compelling 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 managing API keys. Ideal for e-commerce automation, catalog enrichment, or prototyping marketing copy at low cost per call via crypto micropayment.

## Known failure modes

- Empty or missing query returns an error or low-quality generic description
- Vague queries may produce irrelevant or off-brand descriptions
- Payment failure (402) if USDC balance insufficient on Base network
- Rate limits or server errors from underlying AI model
- Timeout if the AI generation takes too long

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns an AI-generated product description as text, tailored to the product name or concept provided in the query. Suitable for e-commerce listings, marketing pages, or catalog entries.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apexapi-ai-product-description-generator-ed0a9b37/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apex-api-gamma.vercel.app](https://www.zero.xyz/host/apex-api-gamma.vercel.app/llms.txt)
