Skip to main content
GET
/
api
/
runs
/
auth
/
validate
Validate API key
curl --request GET \
  --url https://pluto-api.trainy.ai/api/runs/auth/validate \
  --header 'Authorization: Bearer <token>'
{
  "valid": true,
  "organization": {
    "id": "<string>",
    "slug": "<string>"
  },
  "user": {
    "id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.trainy.ai/llms.txt

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

Authorizations

Authorization
string
header
required

API key obtained from the mlop dashboard

Response

API key is valid

valid
boolean
required
organization
object
required
user
object
required