SynaptiCore_lite
# SynaptiCore Lite API - واجهة SynaptiCore المبسطة ## 🚀 Quick Start / البداية السريعة **SynaptiCore Lite API** is a lightweight, fast, and reliable RESTful API for user management and system monitoring. Perfect for developers who need a simple yet powerful API solution. **Key Features:** - 👥 **User Management**: Create, read, and manage users - 🏥 **Health Monitoring**: Real-time system health…
SynaptiCore_lite endpoints
| Method | Endpoint | Description |
|---|---|---|
| الرئيسية | ||
| GET |
root__get / |
import requests import json class SynaptiCoreClient: def __init__(self, api_key, host): self.api_key = api_key self.host = host self.base_url = f"https://{host}" self.headers = {… |
| معلومات | ||
| GET |
get_api_info_info_get /info |
معلومات عن الـ API |
| النظام | ||
| GET |
health_check_health_get /health |
فحص حالة الخدمة |
| المستخدمون | ||
| GET |
get_users_users_get /users |
جلب قائمة المستخدمين |
| GET |
get_user_users__user_id__get /users/{user_id} |
جلب مستخدم محدد |
| POST |
create_user_users_post /users |
إنشاء مستخدم جديد |
| Other endpoints | ||
| GET |
/ / |
يعرض رسالة ترحيبية للتأكد من عمل الخدمة. |
| GET |
/health /health |
يعرض حالة الخدمة الحية (صحية أم لا). |
| GET |
/users /users |
يعرض كل المستخدمين الموجودين في النظام. |
| GET |
/info /info |
معلومات النسخة والحالة ووقت التشغيل. |
SynaptiCore_lite pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|