# OmniAPI AI Slogan Generator

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

Generates a catchy marketing slogan for a given topic, brand, or concept using AI

## Facts

- Endpoint: POST https://omni-api-cyan.vercel.app/api/ai/slogan
- Price: $0.057837/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-slogan-generator-97a188cc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mVYg6DM4tRhcUNcCxWajU

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-slogan-generator-97a188cc -d '<json body>'
```

Example prompt: Generate a catchy marketing slogan for my eco-friendly reusable water bottle brand called AquaLoop — something that highlights sustainability and staying hydrated.

## When to prefer this

Choose this endpoint when you need a quick, AI-generated marketing slogan or tagline for a brand, product, or campaign topic and want to pay per call in USDC without a subscription. It fits well into agentic workflows that automate content creation for marketing pipelines.

## Known failure modes

- Missing required 'query' field returns a validation error
- Vague or extremely short queries may produce generic or low-quality slogans
- Rate limiting or payment failure via x402 protocol may result in 402 Payment Required response
- Service unavailability on the Vercel deployment may return 500 errors

## 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 marketing slogan or tagline string based on the provided query or topic input, suitable for use in branding, advertising, or promotional 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-slogan-generator-97a188cc/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)
