Uthana · Authentication Profile

Uthana Authentication

Authentication

Uthana secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

Animation3D CharactersGenerative AIMotion CaptureGamingRoboticsFoundation ModelsGraphQL
Methods: http Schemes: 1 OAuth flows: API key in: basic-auth-username

Security Schemes

apiKeyBasic http
scheme: basic

Source

Authentication Profile

uthana-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://uthana.com/docs/api/api-key
docs: https://uthana.com/docs/api/api-key
summary:
  types: [http]
  schemes: [basic]
  api_key_in: [basic-auth-username]
  oauth2_flows: []
schemes:
  - name: apiKeyBasic
    type: http
    scheme: basic
    description: HTTP Basic auth with the API key as the username and an empty password
      (curl -u $API_KEY:). The official Python (uthana) and JS/TS (@uthana/client) clients
      handle authentication when constructed with the key.
    key_source: Generate the API key in account settings at https://uthana.com/app/account
      (requires an API-enabled plan).
    applies_to:
      - https://uthana.com/graphql
      - https://uthana.com/motion/* (REST download endpoints)
notes:
  - No OAuth2 / OIDC surface is published (/.well-known/openid-configuration returns 403;
    no oauth docs).
  - Docs security guidance - treat the key like a password, store in a secret manager or
    environment variable, rotate via reset_user_apikey if leaked.
  - Custom API domains are supported via the client `domain` option for non-default hosts.