Skip to main content
POST
/
api
/
keys
/
verify
Verify API key
curl --request POST \
  --url https://api-prod.nomadicml.com/api/keys/verify \
  --header 'Authorization: Bearer <token>'
{
  "valid": true,
  "user_id": "<string>",
  "uid": "<string>",
  "email": "jsmith@example.com",
  "org_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.nomadicml.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <NOMADIC_API_KEY>.

Response

Successful response.

valid
boolean
user_id
string
uid
string
email
string<email>
org_id
string