Try in Postman
Use the ProofAge Postman Collection to explore and test the API interactively.
The collection includes all 7 API endpoints with pre-configured request structures, example parameters, and environment variables.
Download
Download Postman CollectionHow to import
- Open Postman and click Import (or press
Ctrl+O/Cmd+O) - Drag the downloaded file into the import dialog, or click Upload Files and select it
- The collection will appear in your sidebar under Collections
Configure variables
After importing, set up the collection variables:
| Variable | Description | Example |
|---|---|---|
baseUrl | API base URL | https://api.proofage.com/v1 |
apiKey | Your workspace API key | pk_live_abc123... |
secretKey | Your workspace secret key | sk_live_xyz789... |
To set variables: right-click the collection in the sidebar, select Edit, go to the Variables tab.
What's included
| Endpoint | Method | Description |
|---|---|---|
/workspace | GET | Get workspace configuration |
/consent | GET | Get active consent text |
/verifications | POST | Create a verification session |
/verifications/{id}/consent | POST | Accept consent |
/verifications/{id} | GET | Get verification status |
/verifications/{id}/media | POST | Upload media (selfie/document) |
/verifications/{id}/submit | POST | Submit for processing |
Next steps
- Read the Quick Start guide for a step-by-step walkthrough
- See Authentication for HMAC signature generation
- Check the API Reference for full endpoint documentation