Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man ai-to-human-text

/ai-to-human-text(1)

agentutility / wordmint / ai-to-human-text
PRICE / CALL
$0.01
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
wordmint
CATEGORY
ai
STATUS
live
NAME
ai-to-human-text ai text humanizer / gpt detector bypass
SYNOPSIS
POST https://x402.org/v1/ai-to-human-text
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

AI text humanizer / GPT detector bypass. Strips telltale LLM patterns (formulaic transitions, em-dash overuse, 'delve' / 'tapestry' / 'navigate the landscape'). 4 tones.

INPUTrequest schema
propertytypedescriptionreq?
textstringSource text to humanize. Max 12,000 characters.required
tonestring'neutral' (default), 'casual', 'professional', or 'academic'.
enum: neutral · casual · professional · academic
optional
preserve_lengthbooleanIf true (default), keep within ±15% of source length. If false, tighten freely.optional
OUTPUTresponse shape
fieldtypedescription
textstringRewritten text.
tonestringTone applied.
input_charsnumberSource character count.
output_charsnumberRewritten character count.
modelstringModel used for the rewrite.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/ai-to-human-text \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# install once
claude mcp add x402 --command "npx x402-deployer-mcp"

# then ask Claude Code:
# "use the ai-to-human-text tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
humanizerewriterai-detectionparaphrasetext
env
VENICE_API_KEY
methods
POST
cluster
wordmint
price
$0.01 USDC per call
ADJACENTother endpoints in wordmint
endpointdescriptionprice
citation-verifyCitation verifier / fact-check against URL / does-this-source-support-this-claim / hallucination detector.$0.01
commit-message-from-diffGit commit message generator / Conventional Commits / AI commit-msg.$0.01
humanizeAI text humanizer / GPT detector bypass.$0.01
regex-from-promptRegex generator / NL to regex / pattern builder.$0.01
sentimentSentiment + emotion analyzer.$0.01
sentiment-analysisSentiment analyzer / emotion classifier / aspect-based sentiment.$0.01
structured-extractStructured-data extractor / JSON-from-text / schema-guided extraction / key-value pull / form-filler.$0.01
summarizeAI summarizer / TLDR generator.$0.01
SEE ALSO
agentutility(7) · wordmint(7) · x402(7) · mcp(7) · llms.txt · registry.json · bazaar.x402.org