This document provides detailed information on how to interact with the Truth Satellite API, including authentication, available endpoints, request parameters, and response formats.
{
"data": [
{
"id": "12345",
"source": "classified",
"content": "A major financial entity moved $3B offshore before market collapse.",
"timestamp": "2025-02-08T14:00:00Z"
}
]
}
GET /historical?category=geopolitics×tamp=2024-12-01
Authorization: Bearer YOUR_API_KEY
{
"data": [
{
"id": "67890",
"source": "leaked_documents",
"content": "A secret diplomatic meeting between two nations was held in Zurich.",
"timestamp": "2024-12-01T18:30:00Z"
}
]
}