# Inkbox AI Pitch Generator

> Inkbox AI Pitch Generator is a paid API for AI agents from pen-inkbox402.netlify.app, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-15).

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

## Facts

- Endpoint: POST https://pen-inkbox402.netlify.app/api/pitch
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/inkbox-ai-pitch-generator-348ca5e2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nI9ESQspwyjN-qIMcwIpY

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-348ca5e2 -d '<json body>'
```

Example prompt: Write me a compelling sales pitch for my project management app called TaskFlow, targeting busy startup founders who struggle with team coordination.

## When to prefer this

Choose this endpoint when you need a ready-to-use, AI-generated sales or investor pitch for a specific product and audience, especially in automated content pipelines or agent workflows that need quick per-call pay-as-you-go pricing via USDC on Base.

## Known failure modes

- Missing required 'product' field returns a validation error
- Vague or extremely short product description may yield a generic pitch
- Payment failure (402) if USDC balance is insufficient
- Network timeout if the AI model takes too long to respond
- Empty audience field may produce a 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

A JSON response containing a generated pitch text tailored to the specified product and audience, returned under a 'data' object with a 'success' boolean indicating whether the call succeeded.

## 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-348ca5e2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pen-inkbox402.netlify.app](https://www.zero.xyz/host/pen-inkbox402.netlify.app/llms.txt)
