> ## Documentation Index
> Fetch the complete documentation index at: https://cortex-foundation-add13747-droid-1a2462c9-cor-444-sanitize.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# idempotency_key_reuse

> Idempotency key reused with a different body. HTTP 400.

# `idempotency_key_reuse`

|           |                                                                 |
| --------- | --------------------------------------------------------------- |
| HTTP      | `400`                                                           |
| `code`    | `idempotency_key_reuse`                                         |
| `type`    | `https://docs.cortex.foundation/problems/idempotency_key_reuse` |
| Retryable | no                                                              |

The `Idempotency-Key` header was reused with a different request body. Replay the original body, or mint a new key.

```json theme={null}
{
  "type": "https://docs.cortex.foundation/problems/idempotency_key_reuse",
  "title": "Idempotency key reused with a different body",
  "status": 400,
  "code": "idempotency_key_reuse",
  "request_id": "req_…"
}
```

See [Errors](/api/errors) for how to branch, and what not to render from `detail`.
