> ## Documentation Index
> Fetch the complete documentation index at: https://docs.subotiz.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 概述

Subotiz API 请求需要使用 HTTPS 并且符合 RESTful API 规范。

## 要求

* 所有 API 请求都必须通过 HTTPS 发送
* 根据 Subotiz API 的规范，所有请求需要携带公共请求头
* 所有请求必须通过身份认证
* 使用 JSON 格式作为交互的数据格式

## 公共请求头

| **Header**    | **示例值**                              | **说明**                                           |
| ------------- | ------------------------------------ | ------------------------------------------------ |
| Authorization | `Bearer {your_api_key}`              | API Key 鉴权，获取方式参阅：[鉴权](/zh/api/authentication-1) |
| Content-Type  | application/json                     | 请求体格式                                            |
| Request-Id    | 1c801db7-dcda-4e93-8c06-d1414c426f0d | 请求的唯一id                                          |
