CoolFace
Apppublic

codeBOKER/customer_service

sourceHugging Faceupdated 3mo agoView on Hugging Face
1likes
rest.http23 linesDownload Raw Back to root
1POST http://localhost:8000/ai-test HTTP/1.12Content-Type: application/json3X-Telegram-Bot-Api-Secret-Token: {{$dotenv TELEGRAM_WEBHOOK_SECRET}}4 5{6    "message": "confirm then tell me how much that he has in his account",7    "telegram_id": 128}9###10GET https://codeboker-customer-service.hf.space/ai-test HTTP/1.111 12###13POST https://codeboker-customer-service.hf.space/webhook HTTP/1.114Content-Type: application/json15X-Telegram-Bot-Api-Secret-Token: {{$dotenv TELEGRAM_WEBHOOK_SECRET}}16 17{18    "message": {19        "chat": {"id": 123},20        "text": "السلام عليكم وؤحمة الله اريد ان استعلم عنلاالخدمات الالكترونية"21    }22}23