Inworld AI · Authentication Profile

Inworld Authentication

Authentication

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

AIVoiceCharactersGamesConversational
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

basicAuth http
scheme: basic

Source

Authentication Profile

inworld-authentication.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/inworld-openapi.yml
summary:
  types:
  - http
schemes:
- name: basicAuth
  type: http
  scheme: basic
  description: |-
    Authentication uses HTTP Basic with the API key as the username
    (password empty), encoded as: `Authorization: Basic base64(apiKey:)`.
    Get an API key at https://platform.inworld.ai.
  sources:
  - openapi/inworld-openapi.yml