🚀 ARK API 中转服务

状态: ✅ 运行中

Node.js: v24.12.0

启动时间: 1/13/2026, 12:07:51 AM

📡 可用接口

GET /health

健康检查接口

curl https://chat.xhbaiyang.com/health

POST /api/chat/stream

流式聊天接口 (SSE)

curl -X POST https://chat.xhbaiyang.com/api/chat/stream -H "Content-Type: application/json" -d '{"messages":[{"role":"user","content":"你好"}]}' -N

POST /api/chat

普通聊天接口

curl -X POST https://chat.xhbaiyang.com/api/chat -H "Content-Type: application/json" -d '{"messages":[{"role":"user","content":"你好"}]}'

⚙️ 配置信息

ARK Token: 使用默认值

服务端口: 3000