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 هستند.
یکپارچهسازی آسان
از API RESTful یا وبهوکهای ما برای یکپارچهسازی ماژول 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 هستید؟
همین امروز با پلن رایگان ما شروع کنید. نیازی به کارت اعتباری نیست.