# Inkbox AI Content Studio — Snippet Generator

> Inkbox AI Content Studio — Snippet Generator is a paid API for AI agents from inkinbox402.netlify.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Generates a short written snippet or excerpt based on a given title using AI-powered content drafting.

## Facts

- Endpoint: POST https://inkinbox402.netlify.app/api/snippet
- Price: $0.08/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-content-studio-snippet-generator-8ba588a3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LkZehX6IiFN4CHU9peZww

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-content-studio-snippet-generator-8ba588a3 -d '<json body>'
```

Example prompt: Can you generate a short content snippet for the title 'Why Morning Routines Change Everything'?

## When to prefer this

Choose this endpoint when you need a fast, pay-per-call AI-generated text snippet from just a title with no complex configuration — ideal for quickly generating blurbs, teasers, or short excerpts for blog posts, articles, or marketing content without managing AI infrastructure yourself.

## Known failure modes

- Missing required 'title' field returns a 400 or validation error
- Payment not provided or insufficient USDC results in a 402 Payment Required response
- Title is empty string or too long causing generation failure
- AI generation timeout or upstream model error returning a non-success response
- Malformed request body returning a parse error

## 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 boolean and a data object containing the AI-generated snippet text corresponding to the provided title.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "title"
 ],
 "properties": {
  "title": {
   "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-content-studio-snippet-generator-8ba588a3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from inkinbox402.netlify.app](https://www.zero.xyz/host/inkinbox402.netlify.app/llms.txt)
