> For the complete documentation index, see [llms.txt](https://doc.duaer.com/zh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.duaer.com/zh/getting-started/cell-ontology.md).

# 在 Duaer 里检索 Cell Ontology

在 Duaer 里经 Cell Ontology 检索细胞类型。一次成功查询用 1 额度。
## 能拿到什么

Duaer 数据市场里的「Cell Ontology」一次成功查询 1 额度。

从节点创建器的 [Duaer 数据分类](/zh/getting-started/duaer-data.md) 选「Cell Ontology」，或打开 [数据市场](/zh/getting-started/data-market.md) 复制技能。相关见 [Cell lines](/zh/getting-started/cell-lines.md)。

## 在画布里检索

1. 打开节点创建器，点「Duaer 数据」，再选「Cell Ontology」。
2. 填 Words（新节点默认 neuron），或 ID。
3. Limit 默认 10，最大 20。点执行此步骤。

成功扣 1 额度。正式运行的交付进 [数据池](/zh/getting-started/data-pool.md)。

## 用 API 调用

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

密钥见 [Duaer 公开 API 的身份验证](/zh/api/authentication.md)。下方是与「复制技能」相同的英文技能。

## 调用技能（英文）

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

```
---
name: duaer-cell-ontology
description: >-
  Search cell types via Cell Ontology through Duaer.
  One successful search uses 1 Duaer credit.
---

# Duaer Cell Ontology

Search cell types via Cell Ontology through Duaer with a Duaer key.

## Call

`GET https://api.duaer.com/v1/data/cell-ontology?words=neuron&limit=10`

Header: `Authorization: Bearer <Duaer key>`

Use an account key or a model API key.

Provide `words` or `id`.
- `words` — cell type words, such as neuron.
- `id` — optional. Cell Ontology id such as CL:0000540.
- `limit` — optional. From 1 to 20. Default 10.

## Result

Each item has `source`, `title`, `url`, `summary`, `clId`, `description`, `synonyms`, and `iri`.


```
## Questions

### Duaer 的 Cell Ontology 检索扣多少额度？

一次成功的 Cell Ontology 检索在 Duaer 里扣 1 额度。

