Hourone · Authentication Profile

Hourone Authentication

Authentication

Hourone secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyArtificial IntelligenceVideoVideo GenerationGenerative AIAI AvatarsText to SpeechMediaContent CreationWebhooks
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

APIKeyHeader apiKey
· in: header (api-key)
HTTPBearer http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: searched
source: openapi/hourone-openapi-original.json
docs: https://hourone.gitbook.io/api-docs/get-your-api-keys
notes: >-
  Primary auth is a single API key sent in the `api-key` request header (docs:
  "Get Your API Keys"). Only one key is active at a time; generating a new key
  revokes the previous one; keys are encrypted and cannot be retrieved after
  creation. Keys are managed via GET/POST/DELETE /keys. The OpenAPI also declares
  an HTTP bearer scheme. No OAuth2 / OIDC scopes exist, so no scopes/ artifact.
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: APIKeyHeader
  type: apiKey
  in: header
  parameter: api-key
  sources:
  - openapi/hourone-openapi-original.json
- name: HTTPBearer
  type: http
  scheme: bearer
  sources:
  - openapi/hourone-openapi-original.json