unauthorized:请求缺少有效 API Token。forbidden:Token 没有访问该资源的权限。not_found:资源不存在,或对 Token 所有者不可见。validation_error:请求体或查询参数无效。conflict:请求与当前资源状态冲突。rate_limited:短时间内发送了过多请求。internal_error:API 无法完成请求。
request_id。Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
处理 OpenLight Public API 错误响应
{
"error": {
"code": "unauthorized",
"message": "Authentication is required.",
"request_id": "req_01HR8Y4Q9M5K2X7J3A6B8C9D0E"
}
}
unauthorized:请求缺少有效 API Token。forbidden:Token 没有访问该资源的权限。not_found:资源不存在,或对 Token 所有者不可见。validation_error:请求体或查询参数无效。conflict:请求与当前资源状态冲突。rate_limited:短时间内发送了过多请求。internal_error:API 无法完成请求。request_id。