# Inkbox AI Content Studio — Blueprint Endpoint

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

Generates AI-written content blueprints or structured drafts from a given topic using a pay-per-call API on Base.

## Facts

- Endpoint: POST https://lastink.netlify.app/api/blueprint
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/inkbox-ai-content-studio-blueprint-endpoint-be31611f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AEa2qWyljvqXGtGFHpFrC

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-blueprint-endpoint-be31611f -d '<json body>'
```

Example prompt: Use Inkbox to generate a content blueprint for the topic 'sustainable urban gardening' — I need a structured draft I can build an article around.

## When to prefer this

Choose this endpoint when you need to quickly generate a structured content blueprint or draft outline from a single topic string, especially in a pay-per-call workflow on Base with USDC. Best for agents automating content pipelines or ideation workflows where per-call micro-payments are preferred over subscription models.

## Known failure modes

- Missing required 'topic' field returns a validation error
- Payment failure or insufficient USDC balance results in a 402 response and no content generated
- Overly vague or empty topic string may produce low-quality or generic output
- Network or service downtime on Netlify hosting could cause 5xx errors

## 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 content blueprint or structured draft for the provided topic.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "topic"
 ],
 "properties": {
  "topic": {
   "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-blueprint-endpoint-be31611f/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)
