# Inkbox AI Content Studio — Inquiry Endpoint

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

Submits a content inquiry or request to the Inkbox AI writing platform for drafting, rewriting, translating, or optimizing written content

## Facts

- Endpoint: POST https://inkinbox402.netlify.app/api/inquiry
- Price: $0.08/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-inquiry-endpoint-ca6b36ba
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CfbrtzSqTNpjdtVr2msGq

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

Example prompt: Rewrite this paragraph to sound more professional and concise using Inkbox: 'We make stuff that people like and our team is really good at doing the work that clients need done fast.'

## When to prefer this

Choose this endpoint when you need AI-powered writing assistance — drafting, rewriting, translation, or optimization — and want a pay-per-call model at $0.08 USDC with no subscription required. Best for one-off content generation tasks within an automated agent workflow.

## Known failure modes

- Missing required 'content' field returns validation error
- Empty content string may return empty or error response
- Payment failure (402) if USDC balance insufficient on Base
- Rate limiting or quota exhaustion if too many calls made
- Ambiguous or very short content prompts may return low-quality output

## 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 or transformed written content based on the submitted content request.

## 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-ca6b36ba/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)
