# Đăng ký API (API Registration )

Để thực hiện các request đến hệ thống API, cần có một tài khoản API. Tài khoản API có dạng

(To make requests to the API system, an API account is required. The API account has the following structure:)

| Name       | Data Type | Description                   |
| ---------- | --------- | ----------------------------- |
| appId      | String    | API account identifier        |
| app Secret | String    | Secret key of the API account |

**note**

`appId` và `appSecret` sử dụng để chứng thực và kiểm tra dữ liệu của tài khoản API và không có thời gian hết hạn. Do đó, cần được bảo mật thận trọng. Các request đến AntBuddy cần được thực hiện server-to-server để bảo mật

(**Note**\
The appId and appSecret are used to authenticate and verify the API account data and do not have an expiration date. Therefore, they must be securely stored. Requests to AntBuddy should be made server-to-server for security purposes.)

Liên hệ **089.811.2388 (nhánh 2)** hoặc [**tech@antbuddy.com**](mailto:tech@antbuddy.com) để đăng ký tài khoản API

(Contact 089.811.2388 (ext. 2) or <tech@antbuddy.com> to register for an API account.)


---

# 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.antbuddy.com/huong-dan-tich-hop-api-team-technical-api-integration-guide-technical-team/antring/dang-ky-api-api-registration.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.
