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

# List Available Encoders

`GET /api/v1/encoders`

List available encoders

## Headers

- `Authorization` string, required

## 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-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/3683abf6922b?raw)
