Open API 使用 JSON 字段Documentation Index
Fetch the complete documentation index at: https://docs.vmeg.ai/llms.txt
Use this file to discover all available pages before exploring further.
code 表示业务结果。HTTP 状态码用于传输层(例如认证失败为 401),成功与否以 code 为准。
码表
| code | 名称 | 说明 |
|---|---|---|
| 200 | Success | 请求成功 |
| 400 | Bad Request | 参数无效或校验失败 |
| 401 | Unauthorized | API Key 缺失或无效 |
| 402 | Payment Required | 积分或配额不足 |
| 404 | Not Found | 资源不存在 |
| 409 | Conflict | 幂等键已被使用 |
| 413 | Payload Too Large | 上传或请求体超限 |
| 422 | Unprocessable Entity | 格式正确但无法处理 |
| 500 | Internal Server Error | 服务端错误 |
| 502 | Bad Gateway | 上游处理失败 |
响应结构
- 成功:
code === 200,载荷在data - 失败:
message供日志与支持排查

