# Inkbox AI Content Studio — Catalog

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

Returns the catalog of available AI-powered content generation and transformation endpoints offered by Inkbox AI Content Studio

## Facts

- Endpoint: POST https://xinkx402.netlify.app/api/catalog
- Price: $0.3/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-40df868f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RrCpci0sFumZrKucsvA0T

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

Example prompt: Can you pull up the Inkbox AI Content Studio catalog so I can see all the writing, rewriting, and translation tools available for the product 'blog-post-generator'?

## When to prefer this

Use this endpoint when an agent needs to discover what content generation, transformation, or optimization capabilities Inkbox offers before selecting a specific downstream endpoint. It is a catalog/discovery call, not a content generation call itself. Prefer this over hardcoding endpoint assumptions when the available tool set may change or when building dynamic workflows that need to enumerate options at runtime.

## Known failure modes

- Missing required 'product' field returns validation error
- Invalid or unrecognized product name may return empty catalog or 404-style error in data
- Payment failure (insufficient USDC balance) blocks the call entirely
- Netlify hosting downtime causes 502/503 responses
- Malformed JSON body causes 400 bad request

## 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 catalog of available AI-powered content endpoints, likely including endpoint names, descriptions, capabilities (drafting, rewriting, translating, optimizing), and pricing or usage details for the Inkbox AI Content Studio product suite.

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