Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man humanize

/humanize(1)

agentutility / wordmint / humanize
PRICE / CALL
$0.01
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
wordmint
CATEGORY
ai
STATUS
live
NAME
humanize ai text humanizer / gpt detector bypass
SYNOPSIS
POST https://x402.org/v1/humanize
     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 LLM tells (em-dash overuse, formulaic transitions, 'delve', 'tapestry'). 4 tones.

INPUTrequest schema
propertytypedescriptionreq?
textstringSource text to humanize. Max 12,000 characters.required
tonestring'neutral' (default), 'casual', 'professional', or '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/humanize \
  -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 humanize 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
ai-to-human-textAI text humanizer / GPT detector bypass.$0.01
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
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