# 请求结构

### 1. 服务地址 <a href="#id-1.-.e6.9c.8d.e5.8a.a1.e5.9c.b0.e5.9d.80" id="id-1.-.e6.9c.8d.e5.8a.a1.e5.9c.b0.e5.9d.80"></a>

目前Zenlayer Cloud API 请求的服务域名为 **console.zenlayer.com。**

### 2. 通信协议 <a href="#id-2.-.e9.80.9a.e4.bf.a1.e5.8d.8f.e8.ae.ae" id="id-2.-.e9.80.9a.e4.bf.a1.e5.8d.8f.e8.ae.ae"></a>

Zenlayer Cloud API 的所有接口均通过 HTTPS 进行通信，提供高安全性的通信通道。

### 3. 请求方法 <a href="#id-3.-.e8.af.b7.e6.b1.82.e6.96.b9.e6.b3.95" id="id-3.-.e8.af.b7.e6.b1.82.e6.96.b9.e6.b3.95"></a>

支持的 HTTP 请求方法：**POST。**

POST 请求支持的 Content-Type 类型：**application/json**。 必须使用签名方法v2（ZC2-HMAC-SHA256）。

### 4. 字符编码 <a href="#id-4.-.e5.a-d.97.e7.ac.a6.e7.bc.96.e7.a0.81" id="id-4.-.e5.a-d.97.e7.ac.a6.e7.bc.96.e7.a0.81"></a>

均使用\*\*`UTF-8`\*\*编码。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.console.zenlayer.com/api-reference/cn/api-introduction/instruction/request.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
