BeliebtNoch nicht verfügbar
Verfügbar in Pro

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.

Real PNG certificate
Verifiable code with /verifycert
Your certificates with /mycerts
9:41
5G
C

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
Hauptfunktionen

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.

API-Referenz

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"
  }
}

Bereit für Certificates?

Starten Sie noch heute mit unserem kostenlosen Plan. Keine Kreditkarte erforderlich.