# NCBI Datasets Taxonomy Classification Report

> NCBI Datasets Taxonomy Classification Report is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns NCBI taxonomy classification report data for a given taxon ID, including hierarchical lineage and classification details.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/ncbi-datasets-taxonomy
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ncbi-datasets-taxonomy-classification-report-b0c0c0f6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GwnzLdW7coA-hnIJiyigh

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability ncbi-datasets-taxonomy-classification-report-b0c0c0f6 -d '<json body>'
```

Example prompt: Can you pull the NCBI taxonomy classification report for taxon ID 9606 — I want to see the full lineage and rank details for humans.

## When to prefer this

Use this endpoint when you need structured NCBI taxonomy classification data for a specific organism identified by its NCBI taxon ID, especially for bioinformatics pipelines, species identification workflows, or biological data enrichment tasks. Prefer this over manual NCBI web searches when programmatic, machine-readable JSON output is required.

## Known failure modes

- Invalid or non-existent taxon ID returns an error or empty result
- Missing taxon query parameter causes a bad request response
- NCBI upstream service unavailable leads to timeout or 5xx error
- Non-numeric or malformed taxon parameter may return an error

## How this service works

NCBI Datasets taxonomy classification report for a taxon id (param taxon, e.g. 9606). Query: ?taxon= Returns JSON.

## Output

A JSON object containing the NCBI taxonomy classification report for the specified taxon, including scientific name, rank (e.g. species, genus), and hierarchical lineage from root down to the queried taxon.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ncbi-datasets-taxonomy-classification-report-b0c0c0f6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
