Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
/api/v1/news/filtersGET
Distinct source ids and language codes present in the articles, for populating filter controls.
Authorization
bearerAuth *Bearer <token>
Session token from the app, or an API key (the ak_ prefix), sent as a Bearer token or an ?api_key= query parameter.. Token in: header
Response
200 · Available filter values
sources *string[]
Distinct source ids present.
languages *string[]
Distinct ISO 639-1 codes present.
Request example
curl -X GET "https://api.adjacent.markets/api/v1/news/filters" \ -H "Authorization: Bearer <token>"