# Inkbox AI Correspondence Generator

> Inkbox AI Correspondence 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-16).

Drafts AI-generated correspondence (emails, letters, messages) based on a specified purpose and optional tone

## Facts

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

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-correspondence-generator-34026a3c -d '<json body>'
```

Example prompt: Draft me a professional correspondence for requesting a project deadline extension from a client — use a formal but apologetic tone.

## When to prefer this

Choose this endpoint when you need to quickly draft professional or formal correspondence — emails, letters, or messages — with a specified purpose and tonal control, especially when integrated into a pay-per-call AI workflow on Base using USDC

## Known failure modes

- Missing required 'purpose' field returns validation error
- Vague or ambiguous purpose may produce generic or off-target correspondence
- Unsupported tone value may default or return error
- Service unavailability at netlify host causes 502 or timeout
- Payment failure (insufficient USDC) blocks request with 402 response

## 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 object with a success flag and a data object containing the AI-generated correspondence text tailored to the specified purpose and tone

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "purpose"
 ],
 "properties": {
  "tone": {
   "type": "string"
  },
  "purpose": {
   "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-correspondence-generator-34026a3c/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)
