API 文档
这是可用 API 端点的文档,这些端点基于 REST 架构 构建。所有 API 端点都将返回带有标准 HTTP 响应码 的 JSON 响应,并且需要通过 API Key 进行 Bearer 身份验证。
身份验证
所有 API 端点都需要通过 Bearer 身份验证方法 发送 API Key。
curl --request GET \
--url 'https://www.seosq.cn/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://www.seosq.cn/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
除非另有说明,否则所有 API 端点结果均使用 UTC 时区。