# API 简介

欢迎使用Zenlayer Cloud API。

Zenlayer Cloud API基于HTTP协议构建，遵循OpenAPI规范，接口文档规范且全面，提供统一的参数风格和公共错误码，让您可以方便快速地接入Zenlayer的产品。

在开始使用Zenlayer Cloud API之前，请仔细阅读[调用方式](https://docs.console.zenlayer.com/api-reference/cn/api-introduction/instruction)部分的内容，这将有助于您快速了解Zenlayer Cloud API的内容结构以及使用规则。

您可以点击一个产品来查看每个产品的具体 API 详细信息和代码示例，您也可以通过我们提供的[SDK开发工具包](https://docs.console.zenlayer.com/api-reference/cn/api-introduction/toolkit)来帮您实现快速接入。

我们会逐步丰富每个产品的API，尽可能让Zenlayer Console上提供的所有服务都可以通过调用API来实现。

在使用Zenlayer Cloud API的过程中如果有任务问题，您都可以通过联系Zenlayer Support进行解决。


---

# 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/readme.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.
