# Inkbox AI Content Studio — Text Cleaner

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

Cleans and normalizes raw text by removing noise, formatting artifacts, or unwanted characters using AI.

## Facts

- Endpoint: POST https://xinkx402.netlify.app/api/clean
- Price: $0.3/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-text-cleaner-24147afb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_b6buv0Evm7IFs2aJ2dgFR

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-text-cleaner-24147afb -d '<json body>'
```

Example prompt: Can you clean up this raw text for me — it's got extra whitespace, weird characters, and formatting artifacts from a PDF export: 'Q1  Earnings		

Revenue:  $4.2M  

Growth:	18%'?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call AI-powered text cleaning step without managing infrastructure. It is well-suited for pipelines that process scraped, extracted, or user-generated text that contains noise, formatting artifacts, or unwanted characters before further AI processing or publishing.

## Known failure modes

- Missing required 'text' field returns a validation error
- Extremely long text inputs may hit size limits or time out
- Ambiguous or empty string input may return unchanged or minimal output
- Service unavailability on the Netlify-hosted endpoint returns a 5xx error
- Payment failure via x402 protocol blocks the request before processing

## 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 indicating whether the operation succeeded and a 'data' object containing the cleaned text output.

## 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-text-cleaner-24147afb/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)
