# Inkbox AI Content Studio — Link Slug Endpoint

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

Processes text input through an AI content endpoint accessible via a link-slug path for drafting, rewriting, translating, or optimizing written content

## Facts

- Endpoint: POST https://inkinbox402.netlify.app/api/link-slug
- Price: $0.03/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-link-slug-endpoint-2913f659
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nGH8A66ARaBkU1mII6S_M

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-link-slug-endpoint-2913f659 -d '<json body>'
```

Example prompt: Can you rewrite this product description to sound more engaging and professional: 'Our software helps businesses manage tasks better and saves time'?

## When to prefer this

Choose this endpoint when you need quick, pay-per-call AI text transformation without a subscription — particularly useful for one-off drafting, rewriting, or translation tasks billed in USDC microtransactions on Base

## Known failure modes

- Missing required 'text' field returns validation error
- Payment not provided or insufficient USDC causes 402 response
- Invalid or expired link-slug path returns 404
- Overly long text input may exceed processing limits
- Malformed JSON body causes 400 bad request
- Service unavailable on Netlify hosting causes 503

## 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-processed content result based on the submitted text input

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "text"
 ],
 "properties": {
  "text": {
   "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-link-slug-endpoint-2913f659/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from inkinbox402.netlify.app](https://www.zero.xyz/host/inkinbox402.netlify.app/llms.txt)
