Online · Personal API Gateway

Momo API

一个轻量、清爽、面向个人项目的 API 首页。聚合常用接口、运行状态、调用示例与响应预览,让服务看起来更像一个认真在跑的系统。

99.9%Service uptime
<120msAverage latency
24/7Active monitor

API Collection

常用能力集中展示,路径可以按你的真实后端继续替换。

Auth Service

签名校验、访问令牌、调用权限与密钥轮换。

/api/auth/tokenPOST

Data Query

结构化查询、分页响应、字段筛选与轻量缓存。

/api/data/listGET

Media Tools

图片信息读取、资源上传、格式检测与链接生成。

/api/media/uploadPOST

Message API

消息投递、模板变量、回执记录与失败重试。

/api/message/sendPOST

Monitor

健康检查、服务探测、延迟统计和异常通知。

/api/system/healthGET

JSON Helper

格式化、压缩、字段映射与响应体标准化。

/api/tools/jsonPOST

Runtime Status

主页内置一组静态状态位,后续可以接真实监控接口。

GatewayRequest router is accepting traffic
Healthy
DatabaseConnection pool is ready
Ready
CacheHot keys loaded into memory
Warm
curl -X GET "https://moapi.kbai.net/api/system/health" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer YOUR_TOKEN"

{
  "code": 200,
  "status": "healthy",
  "timestamp": "2026-06-10T00:00:00+08:00"
}