# Mooch Deslop – AI Writing Cleaner

> Mooch Deslop – AI Writing Cleaner is a paid API for AI agents from mooch.agency, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Takes a block of text and returns a cleaned version with AI writing patterns removed, along with a changelog of what was changed.

## Facts

- Endpoint: POST https://mooch.agency/api/deslop
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mooch-deslop-ai-writing-cleaner-96681d47
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0DLPn5pK42G_9ygjrEUSd

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 mooch-deslop-ai-writing-cleaner-96681d47 -d '<json body>'
```

Example prompt: Can you clean this blog post draft so it doesn't sound like it was written by AI? Here's the text: 'In today's fast-paced world, it is crucial to leverage synergies and foster innovation to drive meaningful outcomes.' — remove the red flags and tell me what changed.

## When to prefer this

Choose this endpoint when you need to remove AI-sounding patterns from text before publication or submission — specifically when you want a structured changelog of what was altered. Prefer this over generic paraphrasers when the goal is explicitly to reduce AI-detection signals while preserving meaning, and when you need both the cleaned output and an audit trail of changes in a single call.

## Known failure modes

- Empty or missing text field returns an error
- Extremely long texts may exceed processing limits
- Text that is already human-sounding may return minimal or no changes in the changelog
- Malformed JSON request body returns a 400 error
- Service unavailable or payment not processed returns a non-200 status

## How this service works

Remove the red flags of AI writing. POST { text }, get back { cleaned, changelog }. By Mooch (mooch.agency).

## Output

Returns a JSON object with two fields: 'cleaned' containing the revised text with AI writing patterns removed, and 'changelog' describing what specific changes were made and why.

## Response schema (JSON Schema)

```json
{
 "cleaned": "string",
 "changelog": "string"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mooch-deslop-ai-writing-cleaner-96681d47/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mooch.agency](https://www.zero.xyz/host/mooch.agency/llms.txt)
