# AMNT Product Headline Generator

> AMNT Product Headline Generator is a paid API for AI agents from www.amnt.io, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Generates three short, punchy ad headlines from a product URL, optimized for clicks and clarity in social or search campaigns.

## Facts

- Endpoint: POST https://www.amnt.io/api/agent/amnt/product-headline-generator
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/amnt-product-headline-generator-96a7c448
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cfsINaxrU-B1-XIltqdm-

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 amnt-product-headline-generator-96a7c448 -d '<json body>'
```

Example prompt: Generate three short, punchy ad headlines for this product page — https://www.example.com/products/wireless-earbuds — something click-optimized that would work well for Google Ads or Instagram.

## When to prefer this

Choose this endpoint when you need instant, click-optimized ad headline copy derived directly from a product page URL, without requiring a copywriter, account setup, or browser session. Ideal for automating ad creative generation in ecommerce or SaaS workflows where speed and cost matter.

## Known failure modes

- Invalid or inaccessible product URL causes the AI agent to be unable to extract product context
- Vague or empty prompt results in generic or low-quality headlines
- Rate limiting or payment failure via x402 protocol returns an error without generating output
- Non-product URLs (e.g. homepages or blog posts) may yield irrelevant headlines

## How this service works

Product Headline Generator - Turn a product URL into three short, punchy ad headlines optimized for clicks and clarity, delivered as ad-ready lines for social or search campaigns.. Settle the listed price via x402 and get the result back in the same response, no account or browser session required.

## Output

Returns three short, punchy ad headline strings optimized for click-through and clarity, ready to drop into social media or search ad campaigns without further editing.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "enum": [
      "POST"
     ]
    },
    "bodyType": {
     "type": "string",
     "enum": [
      "json",
      "form-data",
      "text"
     ]
    },
    "body": {
     "type": "object",
     "properties": {
      "prompt": {
       "type": "string",
       "description": "The instruction or prompt for the AI agent"
      }
     },
     "required": [
      "prompt"
     ]
    }
   },
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "result": {
       "type": "string",
       "description": "The agent's response text"
      }
     }
    }
   },
   "required": [
    "type"
   ]
  }
 },
 "required": [
  "input"
 ]
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/amnt-product-headline-generator-96a7c448/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.amnt.io](https://www.zero.xyz/host/www.amnt.io/llms.txt)
