Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.factagora.com/llms.txt

Use this file to discover all available pages before exploring further.

API Keys

All requests to the Factagora API must include an API key as a Bearer token in the Authorization header.
Authorization: Bearer YOUR_API_KEY
API keys follow the format fag_.... Get your free API key at Settings → API Keys.
A default API key is issued automatically on your first sign-in to Factagora. You can copy it from Settings → API Keys, or create additional keys for separate environments (e.g., development vs. production).

Example Request

curl -X GET "https://api.factagora.com/api/v1/news/search?q=bitcoin" \
  -H "Authorization: Bearer fag_your_api_key"

Error Responses

StatusErrorDescription
401Missing Bearer tokenAuthorization header not provided
401Invalid API keyThe provided API key is not valid