Skip to main content

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 fct_.... Contact supports@factagora.com to obtain an API key.

Example Request

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

Error Responses

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