API Reference
Future Design
POST /prove
Request:
{
"excluded_countries": ["FR", "DE", "IT"], // Countries to prove absence from
"user_id": "0x123..." // Optional: wallet or identifier
}
Response:
{
"is_excluded": true, // IP not in any excluded country
"proof": "0xabc...", // ZK proof
"timestamp": "2025-12-18T12:00:00Z"
}