跳转到主要内容

API Key

每一次 KeyAPI API 请求都必须携带 API Key。你可以在 dashboard 中找到自己的 API Key。
请妥善保管 API Key。不要把它暴露在前端代码或公开仓库中。

Bearer Authentication

KeyAPI 使用 Bearer authentication。请在 Authorization header 中传入你的 API Key。

Response Envelope

所有接口都会返回一致的 JSON envelope:

Error Responses