> For the complete documentation index, see [llms.txt](https://docs.eudic.net/1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eudic.net/1/jin-jie-gong-neng/url-scheme.md).

# API & URL Scheme

### API

欧路词典提供了调用方便的 API。

详情可见： <http://my.eudic.net/OpenAPI/Doc_Index>

如果您在使用时遇到问题，欢迎[联系我们](/1/zhi-yin-wen-dang/lian-xi-wo-men.md)。

## URL Scheme

### 欧路词典

| url                                            | 行为                           |
| ---------------------------------------------- | ---------------------------- |
| eudic://                                       | 启动《欧路词典》                     |
| eudic://dict/test                              | 打开App查询单词 test 的释义           |
| eudic://dict/test?context=This%20is%20a%20test | 查询单词test的解释（包含上下文）           |
| eudic://peek/test                              | 浮窗显示单词test的释&#x4E49;**（安卓）** |
| eudic://wiki/test                              | 查询单词 test 的百科释义              |
| eudic://dailyword                              | 进入每日一句并发音                    |
| eudic://camera                                 | 进入相机取词                       |
| eudic://recite                                 | 进入单词复习                       |

‌

### 法语助手

| url                                               | 行为                           |
| ------------------------------------------------- | ---------------------------- |
| eudic-fr://                                       | 启动《法语助手》                     |
| eudic-fr://dict/test                              | 打开App查询单词 test 的释义           |
| eudic-fr://dict/test?context=This%20is%20a%20test | 查询单词test的解释（包含上下文）           |
| eudic-fr://peek/test                              | 浮窗显示单词test的释&#x4E49;**（安卓）** |
| eudic-fr://wiki/test                              | 查询单词 test 的百科释义              |
| eudic-fr://dailyword                              | 进入每日一句并发音                    |
| eudic-fr://camera                                 | 进入相机取词                       |
| eudic-fr://recite                                 | 进入单词复习                       |

### 西班牙语助手

| url                                                | 行为                           |
| -------------------------------------------------- | ---------------------------- |
| eudic-es\://                                       | 启动《西班牙语助手》                   |
| eudic-es\://dict/test                              | 打开App查询单词 test 的释义           |
| eudic-es\://dict/test?context=This%20is%20a%20test | 查询单词test的解释（包含上下文）           |
| eudic-es\://peek/test                              | 浮窗显示单词test的释&#x4E49;**（安卓）** |
| eudic-es\://wiki/test                              | 查询单词 test 的百科释义              |
| eudic-es\://dailyword                              | 进入每日一句并发音                    |
| eudic-es\://camera                                 | 进入相机取词                       |
| eudic-es\://recite                                 | 进入单词复习                       |

‌

### 德语助手

| url                                               | 行为                           |
| ------------------------------------------------- | ---------------------------- |
| eudic-de://                                       | 启动《德语助手》                     |
| eudic-de://dict/test                              | 打开App查询单词 test 的释义           |
| eudic-de://dict/test?context=This%20is%20a%20test | 查询单词test的解释（包含上下文）           |
| eudic-de://peek/test                              | 浮窗显示单词test的释&#x4E49;**（安卓）** |
| eudic-de://wiki/test                              | 查询单词 test 的百科释义              |
| eudic-de://dailyword                              | 进入每日一句并发音                    |
| eudic-de://camera                                 | 进入相机取词                       |
| eudic-de://recite                                 | 进入单词复习                       |


---

# 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:

```
GET https://docs.eudic.net/1/jin-jie-gong-neng/url-scheme.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.
