Add x402 Translate FR (DeepL) and x402 IP Geolocation#444
Add x402 Translate FR (DeepL) and x402 IP Geolocation#444fredericsuretat wants to merge 1 commit into
Conversation
|
Ran a no-payment external spot-check on both listed services. No payment headers, wallet signatures, paid calls, private endpoints, or account access. Repro shape: curl -i https://x402-translate.suretat.com/.well-known/x402.json
curl -i https://x402-ipgeo.suretat.com/.well-known/x402.json
curl -i -X POST https://x402-translate.suretat.com/translate \
-H 'content-type: application/json' \
-H 'origin: https://suretat.com' \
--data '{"text":"bonjour","source":"auto","target":"en"}'Current readback:
This looks like either the wrong deployed host/route names or services not fully mounted yet. I would hold merge until each domain exposes stable discovery and the listed route returns a structured 402 before execution. |
|
Thank you, @TateLyman. Issues addressed: Domain name corrected: Translate domain updated from Discovery endpoint: Both services now implement CORS + Cache-Control: All 402 challenge responses now include IPGeo: confirmed live at Both services are live and discovery-stable. Ready for re-review. |
|
Re-ran the no-payment external spot-check after the domain/discovery fixes. Repro shape: curl -i https://x402-translate-fr.suretat.com/.well-known/x402.json
curl -i -X POST https://x402-translate-fr.suretat.com/translate \
-H 'content-type: application/json' \
-H 'origin: https://suretat.com' \
--data '{"text":"bonjour","source":"auto","target":"en"}'Current readback:
I did not send payment headers, sign requests, or attempt paid calls. |
Two more live x402 APIs on Base mainnet.
x402 Translate FR — Text translation powered by DeepL API. 30 languages, auto-detection, up to 5000 chars/call.
POST /translatewith{"text": "...", "source": "auto", "target": "en"}. Returnstranslated_text,source_detected,chars.GET /languagesenumerates supported codes. 0.001 USDC/call.x402 IP Geolocation — IP address intelligence.
POST /lookupwith{"ip": "8.8.8.8"}returns country, region, city, postal code, ISP, ASN, GPS coordinates (lat/lon), timezone, and boolean flags for proxy, VPN, and hosting/datacenter. IPv4 + IPv6. 0.001 USDC/call.Both: self-hosted, Base mainnet, no API keys required by callers, no signup. Discovery via
/.well-known/x402.json.