---
title: "Validate API Key"
method: POST
path: "/v1/auth/validate"
---

# Validate API Key

`POST /v1/auth/validate`

Validates the provided API key. Use this endpoint to check if your API key is valid and active.

## Response `200`

API key is valid and active

- object
  - `message` string
  - `status` integer

## Changes

- **2025-04-06** `678e90630336` — 1 breaking, 3 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - removed the non-success response with the status `401`
  - added the optional property `message` to the response with the `200` status
  - added the optional property `status` to the response with the `200` status

[Change history](https://skmtc.dev/feyninc/apis/chonkie-api/changes/v1/auth/validate/post.md)

---

[API](https://skmtc.dev/feyninc/apis/chonkie-api.md) · [All operations](https://skmtc.dev/feyninc/apis/chonkie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/feyninc/chonkie-api/revisions/8a6665f478db/schema)
