---
title: "List Available Encoders"
method: GET
path: "/api/v1/encoders"
tags: ["datasets > encoder"]
---

# List Available Encoders

`GET /api/v1/encoders`

List available encoders

## Response `200`

Successful Response

- DatasetsEncoderDescription[]
  - `name` union, required — The name of the encoder.
    - 'multimodal' | 'multimodal-tx-large2' | 'multimodal-tx-large3' | 'multimodal-tx-large4' | 'nova2-multimodal' | 'resnet-50' | 'resnet-50-reduced'
    - 'audio' | 'text-llm'
  - `description` string, nullable — A short summary of what the encoder is used for.
  - `modality` 'image' | 'audio_speech_to_text' | 'video', required — Indicates the modality of an encoder

## Changes

- **2026-09-17** `23dbda5f105c` — 1 breaking, 1 warning, 2 info
  - added `#/components/schemas/datasets_VisualEncoderNameEnum, #/components/schemas/datasets_AudioEncoderNameEnum` to the `items/name` response property `oneOf` list for the response status `200`
  - deleted the `header` request parameter `Authorization`
  - the endpoint scheme security `HTTPBearer` was added to the API
  - removed `#/components/schemas/datasets:VisualEncoderNameEnum, #/components/schemas/datasets:AudioEncoderNameEnum` from the `items/name` response property `oneOf` list for the response status `200`
- **2026-09-12** `3683abf6922b` — 1 info
  - api operation id `list-available-encoders-api-v-1-encoders-get` removed and replaced with `datasets_encoder_list_available_encoders_api_v1_encoders_get`

[Change history](https://skmtc.dev/coactive/apis/api-reference/changes/api/v1/encoders/get.md)

---

[API](https://skmtc.dev/coactive/apis/api-reference.md) · [All operations](https://skmtc.dev/coactive/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc.dev/coactive/apis/api-reference/revisions/23dbda5f105c?raw)
