Duaer

入门

在 Duaer 里检索代谢物

在 Duaer 里用 Duaer Data 经 ChEBI 检索代谢物。一次成功查询 1 额度。本页含完整英文调用技能。

能拿到什么

Duaer 数据市场里的「代谢物」返回 ChEBI 词条(编号、同义词、描述)。一次成功查询 1 额度。

从节点创建器的 Duaer 数据分类 选「代谢物」,或打开 数据市场 复制技能。化合物见 化合物和药物;反应见 反应。

在画布里检索

  1. 打开节点创建器,点「Duaer 数据」,再选「代谢物」。
  2. 填 Words(新节点默认 glucose)或 ChEBI id(如 CHEBI:17234;有 id 时优先)。
  3. Limit 默认 10,最大 20。点执行此步骤。

成功扣 1 额度。正式运行的交付进 数据池。

用 API 调用

  • GET https://api.duaer.com/v1/data/metabolites?...
  • Authorization: Bearer <Duaer key>
  • 必须提供 words 或 id。

密钥见 Duaer 公开 API 的身份验证。下方是与「复制技能」相同的英文技能。

调用技能(英文)

与数据市场「复制技能」一致。正文保持英文。

---
name: duaer-metabolites
description: >-
  Search metabolites through Duaer via ChEBI.
  One successful search uses 1 Duaer credit.
---

# Duaer metabolites

Search metabolites through Duaer with a Duaer key (ChEBI via OLS).

## Call

`GET https://api.duaer.com/v1/data/metabolites?words=glucose&limit=10`

Header: `Authorization: Bearer <Duaer key>`

Use an account key or a model API key.

Provide `words` or `id` (or both; id wins).

- `words` — metabolite or small-molecule name.
- `id` — optional. ChEBI id (`CHEBI:17234` or `17234`). Overrides words when set.
- `limit` — optional. From 1 to 20. Default 10.

## Result

Each item has `source`, `title`, `url`, `summary`, `chebiId`, `description`, and `synonyms`.
Related compounds: https://skills.duaer.com/compounds.md.
Related reactions: https://skills.duaer.com/reactions.md.

## Credits

One successful search uses 1 credit.
An empty search, a failed search, a compound that matches nothing, or no remaining credits uses 0.
No remaining credits returns 402 and does not search.
A missing key returns 401.

常见问题

和 Compounds 有什么区别?

Metabolites 走 ChEBI 词表(正式名与同义词);Compounds 走 PubChem 小分子检索。

同组