Structify · Authentication Profile

Structify Authentication

Authentication

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

CompanyAIDataWeb ScrapingData ExtractionKnowledge GraphETLData Enrichment
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

api_key apiKey
· in: header (api_key)
session_token http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/structify-openapi-original.json
docs: https://docs.structify.ai/api-reference/authentication
env_var: STRUCTIFY_API_TOKEN
notes: >-
  API key in the `api_key` header, or a Bearer session token (session_token).
  The SDKs read the key from the STRUCTIFY_API_TOKEN environment variable. Keys
  are created in the Structify dashboard under Settings -> API Keys.
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: api_key
  type: apiKey
  in: header
  parameter: api_key
  sources:
  - openapi/structify-openapi-original.json
- name: session_token
  type: http
  scheme: bearer
  sources:
  - openapi/structify-openapi-original.json