Validate API Key
Platform API
Validate API Key
Verify that an Outlit API key can authenticate Platform API requests
POST
Validate API Key
Documentation Index
Fetch the complete documentation index at: https://docs.outlit.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
Outlit API key using the
Bearer ok_... format.Request Body
No request body is required when validating the API key from theAuthorization header.
Example
Success Response
Whether the supplied API key is active and accepted.
Organization associated with the API key.
User that created the API key, when available.
Error Responses
Invalid or disabled keys return401:
400. Server-side validation failures return 500.