# Inkbox AI Content Studio — Catalog

> Inkbox AI Content Studio — Catalog is a paid API for AI agents from inkonbox.netlify.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Returns a catalog of all 25 AI-powered content drafting, rewriting, translation, and optimization endpoints available on the Inkbox platform.

## Facts

- Endpoint: POST https://inkonbox.netlify.app/api/catalog
- 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-content-studio-catalog-17055c3a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9KaHseapsqa0SvtCtxE6L

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-catalog-17055c3a -d '<json body>'
```

Example prompt: Show me the full catalog of AI writing tools available on Inkbox Content Studio — I want to see what drafting, rewriting, and translation products they offer.

## When to prefer this

Use this endpoint when you need to discover what specific content AI products Inkbox offers before deciding which specialized endpoint to call. It acts as a service catalog or directory lookup rather than directly generating content.

## Known failure modes

- Missing or invalid 'product' field returns validation error
- Unknown product name may return empty or error response
- Service unavailable on Netlify host returns 5xx
- Payment not provided or rejected returns 402 with payment details

## 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 list or catalog of the 25 AI-powered content endpoints available on Inkbox, including product names and likely their descriptions, capabilities, and pricing per call.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "product"
 ],
 "properties": {
  "product": {
   "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-catalog-17055c3a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from inkonbox.netlify.app](https://www.zero.xyz/host/inkonbox.netlify.app/llms.txt)
