# Inkbox AI Pitch Generator

> Inkbox AI Pitch Generator is a paid API for AI agents from 1nk30x.netlify.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Generates a persuasive sales or marketing pitch for a given product and target audience using AI

## Facts

- Endpoint: POST https://1nk30x.netlify.app/api/pitch
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/inkbox-ai-pitch-generator-29b98087
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nbqdzNF17hKkKtf_pMX7t

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 inkbox-ai-pitch-generator-29b98087 -d '<json body>'
```

Example prompt: Write me a compelling sales pitch for my project management tool called TaskFlow, targeting freelancers and small teams — something punchy that highlights how it saves time and reduces chaos.

## When to prefer this

Use this endpoint when you need a quick AI-generated persuasive pitch for a specific product, especially when targeting a defined audience. Prefer this over general writing endpoints when the goal is specifically a sales or marketing pitch rather than long-form content, rewrites, or translations.

## Known failure modes

- Missing required 'product' field returns a 400 or error response
- Vague or very short product description may produce generic or low-quality pitch output
- Service unavailable on Netlify infrastructure returns 5xx error
- Payment not processed correctly via x402 returns 402 Payment Required
- Audience field omitted may result in a generic non-targeted pitch

## How this service works

Draft, rewrite, translate, and optimize written content. 25 AI-powered endpoints. Pay-per-call with USDC on Base.

## Output

Returns a JSON object with a success flag and a data object containing the AI-generated pitch text tailored to the specified product and audience.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "product"
 ],
 "properties": {
  "product": {
   "type": "string"
  },
  "audience": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/inkbox-ai-pitch-generator-29b98087/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 1nk30x.netlify.app](https://www.zero.xyz/host/1nk30x.netlify.app/llms.txt)
