# Inkbox AI Content Studio — Inquiry Endpoint

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

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

## Facts

- Endpoint: POST https://1nk30x.netlify.app/api/inquiry
- Price: $0.08/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-b70679e9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HfGYA-XGFi_i_5OApQEPS

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

Example prompt: Use Inkbox to rewrite this paragraph to sound more professional and concise: 'We make stuff that people like and we think you'll enjoy it too because we put a lot of work into every single thing we do.'

## When to prefer this

Choose this endpoint when you need AI-powered text drafting, rewriting, translation, or optimization and are willing to pay per call in USDC on Base. Suitable for agents automating content workflows where quality written output is needed on demand without a subscription.

## Known failure modes

- Missing required 'content' field returns validation error
- Empty string content may return empty or error response
- Payment failure (insufficient USDC) blocks the request
- Ambiguous inquiry may yield off-target generated content
- Rate limiting if too many calls are made in succession

## 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 in response to the submitted inquiry.

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