API Reference
This document provides detailed information on how to interact with the Truth Satellite API, including authentication, available endpoints, request parameters, and response formats.
Base URL
Authentication
1. API Key Authentication
GET /facts
Authorization: Bearer YOUR_API_KEY2. OAuth2 Authentication
POST /oauth/token
Content-Type: application/json
{
"client_id": "your_client_id",
"client_secret": "your_client_secret",
"grant_type": "client_credentials"
}Rate Limits
Plan
Requests per Minute
Requests per Day
API Endpoints
Parameter
Type
Required
Description
Error Codes & Handling
Code
Meaning
Solution
Example Integrations
Changelog
Last updated

