---
title: "Validate API key"
method: POST
path: "/api/validate-api-key"
tags: ["Platform API"]
---

# Validate API key

`POST /api/validate-api-key`

Verify that the API key in the Authorization header can authenticate Platform API requests.

## Response `200`

The API key is valid.

- ValidateApiKeySuccess
  - `valid` true, required
  - `organizationId` string, required
  - `createdById` string, nullable

## Other responses

- `400` — Invalid request body or parameters.
- `401` — Invalid or missing API key.
- `500` — Internal server error.

---

[API](https://skmtc.dev/outlitai/apis/outlit-api.md) · [All operations](https://skmtc.dev/outlitai/apis/outlit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outlitai/outlit-api/revisions/147173adbb3f/schema)
