Your Dashboard
Enter your email to receive a login link.
Overview
API Key
Your API key authenticates all API requests. Keep it secret.
Usage & Cost
--
Proofs
--
Verifies
--
Failed
--
Est. Cost
Auto-refreshes every 60s
Recent Proof Jobs
| Job ID | Status | Updated |
|---|
Plan & Billing
Free
| Limit | Value |
|---|
Upgrade
Unlock higher rate limits, more concurrent jobs, and longer proof durations.
Quick Reference
Base URL
https://api.tinyzkp.com
Auth
Authorization: Bearer tzk_...
# Submit a range proof
curl -X POST https://api.tinyzkp.com/prove/template/range_proof \
-H "Authorization: Bearer tzk_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"params":{"min":0,"max":100,"witness_steps":[42]}}'