Validates the API key supplied in the Authorization header and returns the caller’s identity. Use this as the first call in any CLI or integration to confirm the key is valid and retrieve the user it belongs to.
Call this endpoint after the user provides an API key to your CLI or tool to confirm it is valid and to display who they are authenticated as.Documentation Index
Fetch the complete documentation index at: https://docs.versuno.ai/llms.txt
Use this file to discover all available pages before exploring further.
Versuno API key. Must be prefixed with Bearer. Format: Bearer uk_live_...
API key is valid. Returns the caller's identity.
Unique identifier of the authenticated user.
"b2c3d4e5-f6a7-8901-bcde-f12345678901"
The user's unique username.
"kostek"
The user's display name.
"Kostek Sytnyk"
The user's email address.
"kostek@versuno.ai"