# ScrapFly Tagline Generator

> ScrapFly Tagline Generator is a paid API for AI agents from scravfly.vercel.app, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-14).

Generates catchy taglines for a given topic, with optional control over style, count, and target platform

## Facts

- Endpoint: POST https://scravfly.vercel.app/api/content/tagline
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scrapfly-tagline-generator-6ca0d888
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zDMrmrDOdNiyM_j1yATRx

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 scrapfly-tagline-generator-6ca0d888 -d '<json body>'
```

Example prompt: Generate 5 witty taglines for my eco-friendly water bottle brand called AquaLeaf — make them punchy and suitable for Instagram.

## When to prefer this

Choose this endpoint when you need AI-generated marketing taglines or slogans for a specific topic and want control over style, quantity, and target platform. It is well-suited for automated content pipelines, brand identity workflows, and campaign copy generation via a pay-per-call API with x402 payment on Base chain.

## Known failure modes

- Missing required 'topic' field returns an error
- Invalid or unsupported style value may produce generic output
- Very vague topics may yield low-quality or generic taglines
- Network or payment authorization failure returns a non-200 response
- Count of 0 or negative numbers may cause unexpected behavior

## How this service works

69 endpoints for data, content generation, and web scraping. Pay per request via x402 on Base chain.

## Output

A success flag and a data object containing one or more generated taglines matching the requested topic, style, count, and platform preferences.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "topic"
 ],
 "properties": {
  "count": {
   "type": "number",
   "description": "count"
  },
  "style": {
   "type": "string",
   "description": "style"
  },
  "topic": {
   "type": "string",
   "description": "topic"
  },
  "platform": {
   "type": "string",
   "description": "platform"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "success"
 ],
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scrapfly-tagline-generator-6ca0d888/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scravfly.vercel.app](https://www.zero.xyz/host/scravfly.vercel.app/llms.txt)
