View Categories

Overview

Apologist Fusion is suite of API endpoints that allows developers to integrate our Christian apologetics Agents with their own applications.

Agent Selection #

All Fusion endpoints are available at your Agent’s unique domain. When making an API request, the domain of the endpoint will dictate which Agent is used.

Authentication #

All requests to Fusion endpoints must include a valid API key. Accepted methods:

  • x-api-key header (recommended)
  • Authorization: Bearer <api-key>
  • ?api_key= query parameter (useful when you cannot set custom headers)

API keys are provisioned against a given Agent and cannot be used for another Agent. Be sure to use the domain of your custom Agent when making an API call; the Agent is identified by the request host, and keys are validated against that Agent.

Some endpoints note additional rules (for example, whether same-origin browser requests may omit a key). See each endpoint page for those exceptions. Unless otherwise stated, an API key is always required.

Contact us to get a custom Agent and API key.

Endpoints #