# Inkbox AI Content Studio — Inquiry Endpoint

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

Accepts a content string and returns AI-processed written content such as drafts, rewrites, translations, or optimizations via a pay-per-call API.

## Facts

- Endpoint: POST https://xinkx402.netlify.app/api/inquiry
- Price: $0.2/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-inquiry-endpoint-0373d5a9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KLpTnZjB8xIaNTVUYT1bn

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-inquiry-endpoint-0373d5a9 -d '<json body>'
```

Example prompt: Use Inkbox to rewrite this product description to be more engaging and persuasive: 'Our coffee maker brews hot coffee quickly and has a large water tank that you don't have to refill often.'

## When to prefer this

Choose this endpoint when you need a pay-per-call, no-subscription AI writing assistant that can handle drafting, rewriting, translating, or optimizing arbitrary text content. It is well-suited for agents that need on-demand content generation billed in USDC micro-payments rather than a monthly SaaS plan. Avoid if you need structured data extraction, image generation, or highly specialized domain writing (legal, medical) with auditability requirements.

## Known failure modes

- Missing required `content` field returns a validation error
- Empty or very short content string may produce low-quality or nonsensical output
- Ambiguous instructions embedded in content may yield unexpected transformations
- Payment failure (insufficient USDC balance) blocks the request before processing
- Rate limiting or service unavailability on the Netlify-hosted endpoint may return 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-processed content — typically the drafted, rewritten, translated, or optimized version of the submitted text.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "content"
 ],
 "properties": {
  "content": {
   "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-inquiry-endpoint-0373d5a9/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)
