Domain age verification API
All API requests require authentication using a Bearer token in the Authorization header.
Authorization: Bearer sk-paperwork-YOUR_API_KEYhttps://api.paperwork.to/api/v1/domain/checkReturns domain age and first seen date from Wayback Machine.
curl -X POST https://api.paperwork.to/api/v1/domain/check \
-H "Authorization: Bearer sk-paperwork-YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"domain": "apple.com"}'{
"domain": "apple.com",
"age": 29,
"firstSeen": "1996-10-22"
}Rate limits depend on your subscription plan. Contact support for custom limits.