# Inkbox AI Content Studio — Catalog

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

Returns the catalog of 25 AI-powered content endpoints available for drafting, rewriting, translating, and optimizing written content.

## Facts

- Endpoint: POST https://lastink.netlify.app/api/catalog
- Price: $0.15/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-catalog-5435f4f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YyKwidTHWSpmnVL7NaNUQ

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

Example prompt: Show me the full catalog of what Inkbox AI Content Studio can do — I want to see all the writing and content tools it offers so I can pick the right one for my project.

## When to prefer this

Use this endpoint when you need to discover what content generation capabilities are available on the Inkbox platform before deciding which specific tool to call. Ideal as a first step in an agent workflow that dynamically selects the right content tool based on user intent.

## Known failure modes

- Missing required 'product' field returns a validation error
- Invalid product value returns empty or error response
- Service unavailable on Netlify hosting returns 502 or 503
- Payment not completed via x402 protocol returns 402 Payment Required
- Malformed JSON body returns 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 structured catalog object listing the available AI-powered content endpoints (up to 25), along with metadata about each product such as its name, capabilities, and pricing details. The response includes a success boolean and a data object containing the catalog entries.

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