> For the complete documentation index, see [llms.txt](https://relationlabs.gitbook.io/relation-one-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://relationlabs.gitbook.io/relation-one-api/api-zh/guide/glossary.md).

# 名词解释

## ApiKey

当您调用Relation Api的时候，需要在Header中加入`ApiKey`以帮助我们来鉴定当前请求的项目方。

您可使用下面的ApiKey进行体验：581c6c4fa0b54912b00088aa563342a4 (不能用于生产) 。如有生产需要，请填写表格：

{% embed url="<https://docs.google.com/forms/d/1B38ferfackqnLuPUlWr5Pc2bvrK8C1M3TI5wwiw4Kxo>" %}

## Rate Limits

Api做了基于ApiKey的接口级别的频率限制。

## addressAuthToken

有些接口需要在`Header`中加入请求头`I-Authorization: ${addressAuthToken}`用来标识用户身份。 该数据从以下接口的返回结果中获取。

{% content-ref url="/pages/NcjrYjr7ewDLjjLJDZ0E" %}
[签名认证](/relation-one-api/api-zh/api/signature.md)
{% endcontent-ref %}

## unifiedAuthToken

有些接口需要在`Header`中加入请求头`Authorization: ${unifiedAuthToken}`用来标识用户身份。 该数据从以下接口的返回结果中获取。

{% content-ref url="/pages/VnLThvqBmZ5RjBjZ5WmU" %}
[登录认证](/relation-one-api/api-zh/api/auth.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://relationlabs.gitbook.io/relation-one-api/api-zh/guide/glossary.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
