# PrimeAPI AI Slogan Generator

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

Generates a catchy marketing slogan for a given query or business/product description using AI

## Facts

- Endpoint: POST https://prime-api-seven.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/primeapi-ai-slogan-generator-11d93679
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UHdJGeatHg_TfJu2QPjLI

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 primeapi-ai-slogan-generator-11d93679 -d '<json body>'
```

Example prompt: Can you generate a catchy AI-written slogan for my eco-friendly coffee brand called 'Green Brew' — something short, memorable, and emphasizing sustainability?

## 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 a pay-per-call model with no API key setup. Useful for rapid prototyping of marketing copy.

## Known failure modes

- Empty or missing query field returns an error or generic result
- Vague input may produce generic or low-quality slogans
- Payment failure in USDC on Base blocks the request
- Rate limiting or server errors on Vercel deployment
- Non-English queries may yield inconsistent results

## 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 marketing slogan or tagline based on the provided query, suitable for branding or advertising purposes.

## 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/primeapi-ai-slogan-generator-11d93679/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prime-api-seven.vercel.app](https://www.zero.xyz/host/prime-api-seven.vercel.app/llms.txt)
