---
title: "Get a taxonomy image by taxon"
method: POST
path: "/taxonomy/image"
tags: ["Taxonomy"]
---

# Get a taxonomy image by taxon

`POST /taxonomy/image`

Get an image associated with the specified taxon. By default, in JPEG format, but also available in PNG (accept: image/png), TIFF (accept: accept: image/tiff), and SVG+XML (accept: image/svg+xml) formats.

## Request body

- V2TaxonomyImageRequest
  - `taxon` string
  - `image_size` 'UNSPECIFIED' | 'SMALL' | 'MEDIUM'

## Response `200`

A successful response

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/ncats/apis/ncbi-datasets-api.md) · [All operations](https://skmtc.net/ncats/apis/ncbi-datasets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ncats/ncbi-datasets-api/revisions/e5d4400c8e5d/schema)
