/test/. Identical request and response shapes, real data, no wallet or x402 payment required. Responses include "mode": "TEST".
Test endpoints use the same live data sources as production. The only difference is no x402 payment is required.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Test every endpoint for free — no wallet required
/test/. Identical request and response shapes, real data, no wallet or x402 payment required. Responses include "mode": "TEST".
| Test Endpoint | Mirrors Production |
|---|---|
POST /test/property-intel | /property-intel |
POST /test/property-investor | /property-investor |
POST /test/property-full | /property-full |
curl -X POST https://propx402.xyz/test/property-intel \
-H "Content-Type: application/json" \
-d '{"address": "1411 8th Ave SE, Cedar Rapids, IA 52403"}'
{
"mode": "TEST",
"data": { ... }
}