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

# Get taxonomy image metadata by Taxonomy ID

`POST /taxonomy/image/metadata`

Get taxonomy image metadata, including the image URL and license information, in JSON format.

## Request body

- V2TaxonomyImageMetadataRequest
  - `taxon` string

## Response `200`

A successful response

- V2TaxonomyImageMetadataResponse
  - `tax_id` string
  - `src` string
  - `license` string
  - `attribution` string
  - `source` string
  - `image_sizes` V2ImageSize[]
  - `format` string
  - `license_url` string

## 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/versions/e5d4400c8e5d/schema)
