# ApexAPI AI Slogan Generator

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

Generates creative marketing slogans or taglines for a given topic, brand, or product using AI

## Facts

- Endpoint: POST https://apex-api-gamma.vercel.app/api/ai/slogan
- Price: $0.198687/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-slogan-generator-6763f7a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kWhsdd7M7OWLCJDpDhZ7G

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-slogan-generator-6763f7a2 -d '<json body>'
```

Example prompt: Generate a catchy marketing slogan for my eco-friendly coffee brand called 'Morning Bloom' that emphasizes sustainability and great taste.

## When to prefer this

Choose this endpoint when you need a quick AI-generated marketing slogan or tagline for a brand, product, or concept and want to pay per call without managing API keys. Useful for rapid prototyping of brand identities or generating copy options at scale.

## Known failure modes

- Empty or missing query field returns a validation error
- Vague or very short query may produce generic or low-quality slogans
- API payment failure via x402 protocol returns 402 Payment Required
- Upstream AI model timeout returns a 5xx error
- Rate limiting or overload may produce intermittent 503 errors

## 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 slogan or tagline string tailored to the input query, brand name, or product description provided.

## 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-slogan-generator-6763f7a2/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)
