Certificates Modul
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
Was macht das Modul „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
Alles, was Sie brauchen
Entdecken Sie alle leistungsstarken Funktionen des Certificates Moduls.
Real PNG certificate
Im Certificates Modul für nahtlose Integration enthalten.
Verifiable code with /verifycert
Im Certificates Modul für nahtlose Integration enthalten.
Your certificates with /mycerts
Im Certificates Modul für nahtlose Integration enthalten.
Anwendungsfälle
Erfahren Sie, wie Unternehmen das Certificates Modul nutzen
Course completion
Perfekt für Teams, die course completion Funktionen implementieren möchten.
Credentials
Perfekt für Teams, die credentials Funktionen implementieren möchten.
Achievement recognition
Perfekt für Teams, die achievement recognition Funktionen implementieren möchten.
Einfache Integration
Nutzen Sie unsere RESTful-API oder Webhooks, um das Certificates Modul mit Ihren bestehenden Systemen zu integrieren.
API-Dokumentation ansehen// 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"
}
}Verwandte Module
Entdecken Sie weitere Module in der Kategorie Education
Bereit für Certificates?
Starten Sie noch heute mit unserem kostenlosen Plan. Keine Kreditkarte erforderlich.