Your API Key
Secret API Key — keep this private
vt_••••••••••••••••••••••••••••••••
Use this key in the X-API-Key header for all API requests. Never expose it publicly.
Recent Certificates
| Certificate |
Product |
Date |
Verify |
| No certificates yet. Use the API to mint your first one. |
API Documentation
Mint a Certificate
Send a POST request to create a blockchain certificate for any product:
POST https://vaultag.io/api/brand/certify
X-API-Key: YOUR_API_KEY
Content-Type: application/json
{
"product_name": "Air Max 90",
"owner_name": "John Smith",
"owner_email": "john@example.com"
}
Response
{
"success": true,
"cert_number": "CERT-A1B2C3D4",
"verify_url": "https://vaultag.io/verify/CERT-A1B2C3D4"
}
Parameters
| Field | Required | Description |
| product_name | Yes | Name of the product being certified |
| owner_name | No | Name of the product owner/buyer |
| owner_email | No | Email to send certificate to |
Need help with integration? Contact hello@vaultag.io