Use cases
Three Ways to Level Up Hiring
Leverage award data to make smarter talent decisions
API Preview
Verification API
Simple REST API to verify award claims in real-time
POST/v1/verify
Example Request
curl -X POST https://api.awardee.org/v1/verify \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Jane Chen",
"award": "Global Tech Innovation Award",
"year": 2025
}'200Response
Successful Verification
{
"verified": true,
"awardee": {
"name": "Jane Chen",
"award": "Global Tech Innovation Award",
"category": "Best AI Innovation",
"year": 2025,
"prestige": "gold",
"issuer": "World Tech Awards",
"badge_url": "https://awardee.org/verify/abc123",
"verified_at": "2025-03-15T10:30:00Z"
}
}Simple Pricing
Start free. Upgrade as your team grows.