API PLAYGROUND
Try verification, live.
The verify endpoint is public. Upload a file below and the playground calls the production API directly, then shows you the real response. No API key, no signup. For authenticated endpoints, use the dashboard or the Swagger console.
POST
https://api.hashproof.ai/v1/verifyCalls production. Public and rate-limited by IP.
curl equivalent
curl -X POST https://api.hashproof.ai/v1/verify \ -F "file=@your-asset.jpg"
Every endpoint, with full request and response schemas and a key-aware console, lives in the Swagger UI.