The Truthyx Feeds API for developers
One authenticated endpoint, your feed as JSON: filters by language, section and time window, full HTML content, traced sources, licence terms in every response.
- API key per client, daily quotas per contract
- 13 languages — same article, same facts, every language
- License terms embedded in every response
- Attribution required — resale and AI training excluded without a written license
The API key is delivered with your contract — book a 20-minute demo and leave with trial access.
Example request and response
curl "https://truthyx.com/api/v1/feeds\
?lang=en&limit=10" \
-H "x-api-key: $TRUTHYX_API_KEY"
{
"meta": { "licensed_to": "…", "lang": "en",
"count": 10, "quota_per_day": 1000,
"ai_transparency": "…" },
"articles": [ { "title": "…", "summary": "…",
"content_html": "…", "url": "…",
"ai_disclosure": "This article was generated
by artificial intelligence…",
"published_at": "…" } ]
}