---
title: "Get Ranks. Returns a 424 status code if the model is not a Sequence Classification model with"
method: POST
path: "/rerank"
tags: ["Text Embeddings Inference"]
---

# Get Ranks. Returns a 424 status code if the model is not a Sequence Classification model with

`POST /rerank`

a single class.

## Request body

- RerankRequest
  - `query` string, required
  - `raw_scores` boolean
  - `return_text` boolean
  - `texts` string[], required
  - `truncate` boolean, nullable
  - `truncation_direction` 'Left' | 'Right'

## Response `200`

Ranks

- Rank[]
  - `index` integer, required
  - `score` number, float, required
  - `text` string, nullable

## Other responses

- `400` — Batch is empty
- `413` — Batch size error
- `422` — Tokenization error
- `424` — Rerank Error
- `429` — Model is overloaded

## Changes

- **2025-09-01** `9988d0e89620` — 4 warning, 1 info
  - added the new `Empty` enum value to the `error_type` response property for the response status `413`
  - added the new `Empty` enum value to the `error_type` response property for the response status `422`
  - added the new `Empty` enum value to the `error_type` response property for the response status `424`
  - added the new `Empty` enum value to the `error_type` response property for the response status `429`
  - …1 more
- **2024-06-28** `b923798e3868` — 2 info
  - added the new optional request property `truncation_direction`
  - the request property `truncate` became nullable
- **2023-11-20** `d2b376630853` — 1 breaking, 3 warning, 2 info
  - added the new required request property `texts`
  - removed the request property `passages`
  - removed the request property `return_passages`
  - removed the optional property `items/passage` from the response with the `200` status
  - …2 more
- **2023-11-20** `0a226ee52ce3` — 1 info
  - endpoint added
- **2023-10-13** `8c00768ef703` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/huggingface/apis/text-embeddings-inference/changes/rerank/post.md)

---

[API](https://skmtc.dev/huggingface/apis/text-embeddings-inference.md) · [All operations](https://skmtc.dev/huggingface/apis/text-embeddings-inference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/huggingface/text-embeddings-inference/revisions/f4c15add6d2b/schema)
