# Inkbox AI Content Studio — Audit Endpoint

> Inkbox AI Content Studio — Audit 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).

Audits submitted written content using AI, returning structured analysis and quality feedback.

## Facts

- Endpoint: POST https://xinkx402.netlify.app/api/audit
- 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-audit-endpoint-ffa8bf74
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9EieRQ4ONrucx5may0Gtz

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-audit-endpoint-ffa8bf74 -d '<json body>'
```

Example prompt: Can you run a content audit on this draft article I wrote and tell me what issues or weaknesses it has: 'We at Acme Corp are committed to delivering world-class solutions that synergize cross-functional team paradigms for optimal stakeholder outcomes.'

## When to prefer this

Choose this endpoint when you need AI-powered analysis and quality feedback on existing written content rather than generating new content. It is best suited for editorial review workflows, pre-publication content checks, or automated quality gates where a piece of text needs to be evaluated against writing quality standards.

## Known failure modes

- Missing required 'content' field returns validation error
- Empty string content may return minimal or error response
- Very long content strings may time out or be truncated
- Malformed JSON request body returns 400 error
- Payment failure (insufficient USDC) returns 402 Payment Required

## 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 structured audit findings, quality assessments, and identified content issues for 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-audit-endpoint-ffa8bf74/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)
