API Documentation
Integrate Certichain Pro directly into your LMS or ERP system.
POST/api/issue
Issue a new blockchain-secured certificate manually via API.
// Request Header
Authorization: Bearer YOUR_API_KEY
// Body
{
"studentName": "Alice Johnson",
"studentEmail": "alice@example.com",
"courseName": "Advanced Blockchain 101"
}