# Inkbox AI Content Studio — Catalog

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

Returns the full catalog of 25 AI-powered content endpoints available in the Inkbox platform

## Facts

- Endpoint: POST https://0ink.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-ad518b9b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tuX06xwS-pGN2r5XY3vVB

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

Example prompt: Show me the full catalog of Inkbox AI Content Studio endpoints so I know which writing, translation, and rewriting tools are available to call.

## When to prefer this

Use this endpoint when an agent needs to discover what content capabilities Inkbox offers before selecting a specific writing, rewriting, translation, or optimization endpoint. It acts as an entry point for dynamic capability discovery rather than calling a specific content operation directly.

## Known failure modes

- Missing required 'product' field returns validation error
- Invalid product value may return empty or error response
- Network timeout from Netlify hosting
- x402 payment failure if USDC balance is insufficient or Base network is congested
- Malformed response if catalog data is unavailable server-side

## How this service works

Draft, rewrite, translate, and optimize written content. 25 AI-powered endpoints. Pay-per-call with USDC on Base.

## Output

A structured data object listing all 25 AI-powered content endpoints available on the Inkbox platform, including their names, capabilities, and how to invoke them, wrapped in a success boolean and data object.

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