API 接口错误码参考
❓️ API_KEY exceeded the current quota, please check your plan and billing details...
🟢 API_KEY 余额不足,无法调用付费 API 接口。充值入口:https://wcode.net/apikey-recharge
❓️ Incorrect API_KEY provided...
🟢 API_KEY 不正确。获取 API_KEY 入口:https://wcode.net/get-apikey
❓️ Rate limit exceeded, please try again later or reduce your request frequency to stay within the limit...
🟢 请求触发速率限制。此错误通常发生在调用免费的 API 接口时的请求频率触发了允许的速率限制。请减少请求频率,稍后再试。
❓️ No API_KEY provided, please check the Authorization header of your http request...
🟢 调用接口时未通过 HTTP Authorization
Header 提供 API_KEY 或 Authorization
Header 的格式不正确(正确格式:Bearer + 空格 + API_KEY
)。
❓️ The request body (or file) is too large, please reduce the request body (or file) size and try again...
🟢 请求体(或文件大小)超出限制。