运行中
这是 Sonder iOS App 的后端网关,部署在 Cloudflare Pages Functions。
GET /v1/health — 健康探活POST /v1/scan — 拍照翻译(image_base64 + target_lang)POST /v1/translate — 文本翻译(text + target_lang)POST /v1/ask — 文化助手问答(question + target_lang)所有 POST 端点需 Authorization: Bearer <CLIENT_KEY> 与 X-Device-Id 头。