# Inkbox AI Pitch Generator

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

Generates a sales or marketing pitch for a given product, optionally tailored to a specific audience

## Facts

- Endpoint: POST https://lastink.netlify.app/api/pitch
- Price: $0.15/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-691dca68
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_X4CglisBkfQoQttoCPu6O

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-691dca68 -d '<json body>'
```

Example prompt: Write me a compelling sales pitch for my productivity app 'FocusFlow' — target it at remote workers who struggle with distractions.

## When to prefer this

Use this endpoint when you need a quick, AI-generated sales or marketing pitch for a specific product, especially when you want to tailor it to a particular audience. Prefer this over general writing endpoints when the explicit goal is persuasive pitch copy rather than blog posts, emails, or other content formats.

## Known failure modes

- Missing required 'product' field returns a 400 validation error
- Vague or very short product description may produce generic, low-quality pitch output
- Payment failure or insufficient USDC balance results in 402 Payment Required
- Service unavailability on the Netlify deployment returns 503 or timeout
- Overly broad audience specification may reduce pitch specificity

## 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 structured response with a success flag and a data object containing the AI-generated pitch copy tailored to the specified product and optional 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-691dca68/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lastink.netlify.app](https://www.zero.xyz/host/lastink.netlify.app/llms.txt)
