Loading Certifyx
Preparing secure workspace
Loading Certifyx
Preparing secure workspace
Use Certifyx from your LMS, CRM, event platform, or internal system with REST endpoints, hashed API keys, rate limits, PDF sandbox proofs, and production blockchain anchoring baked in.
curl -X POST https://certifyx-liard.vercel.app/v1/certificates/issue \
-H "Authorization: Bearer sk_sandbox_..." \
-H "Content-Type: application/json" \
-d '{
"recipientName": "Aina Rahman",
"recipientEmail": "aina@example.com",
"title": "Safety Training Certificate",
"publicMetadata": { "trainerName": "Certifyx Academy" },
"privateMetadata": { "deviceId": "tablet-042" }
}'Client sandbox proof is already connected
Sandbox keys skip crypto entirely, generate PDFs, and store verification history in Supabase. Production keys anchor on Base Mainnet after approval.