Certificates Модуль
The bot renders a real PNG completion certificate with a verifiable code that anyone can check with /verifycert. It requires finishing a course, and courses cannot be created yet.
Certificates Demo
bot
Що робить модуль «Certificates»?
The bot renders a real PNG completion certificate with a verifiable code that anyone can check with /verifycert. It requires finishing a course, and courses cannot be created yet.
- Course completion
- Credentials
- Achievement recognition
Все, що вам потрібно
Дослідіть усі потужні функції, включені в модуль Certificates.
Real PNG certificate
Включено в модуль Certificates для безшовної інтеграції.
Verifiable code with /verifycert
Включено в модуль Certificates для безшовної інтеграції.
Your certificates with /mycerts
Включено в модуль Certificates для безшовної інтеграції.
Випадки використання
Дізнайтеся, як компанії використовують модуль Certificates
Course completion
Ідеально для команд, які хочуть впровадити можливості course completion.
Credentials
Ідеально для команд, які хочуть впровадити можливості credentials.
Achievement recognition
Ідеально для команд, які хочуть впровадити можливості achievement recognition.
Легка інтеграція
Використовуйте наш RESTful API або вебхуки для інтеграції модуля Certificates з вашими існуючими системами.
Переглянути документацію API// Enable Certificates module
curl -X POST https://api.botlaunch.io/v1/modules \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"module": "certificates",
"enabled": true,
"config": {
// Your configuration here
}
}'
// Response
{
"success": true,
"module": {
"id": "certificates",
"name": "Certificates",
"enabled": true,
"status": "active"
}
}Пов'язані модулі
Дослідіть інші модулі в категорії Освіта
Готові використовувати Certificates?
Почніть сьогодні з нашим безкоштовним планом. Кредитна картка не потрібна.