Paraphrase, summarize, grammar check, expand, and simplify text with a single API call. Pay once with USDT, get API credits forever.
Select Trial, Starter, Pro, or Enterprise
Send crypto to the generated address
Instant access, start building
One-time payment. No subscriptions. Pay with USDT (TRC20).
/api/process/textProcess text with AI models
curl -X POST https://your-domain.com/api/process/text \
-H "Content-Type: application/json" \
-H "x-api-key: aitx_your_key_here" \
-d '{
"text": "Your text here",
"mode": "paraphrase"
}'/api/key/verifyVerify API key and check credits
curl "https://your-domain.com/api/key/verify?key=aitx_your_key_here"
/api/payment/createCreate a new payment
curl -X POST https://your-domain.com/api/payment/create \
-H "Content-Type: application/json" \
-d '{"plan": "starter"}'/api/payment/verifyVerify payment and get API key
curl "https://your-domain.com/api/payment/verify?paymentId=xxx"
paraphraseRewrite text in different words
summarizeCondense to key points
grammarFix grammar and spelling
expandAdd detail and depth
simplifyMake text easier to read
Test the API with your own text