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 corpus, for populating filter controls. Requires the org:news:read scope.
Authorization
bearerAuth *Bearer <token>
Clerk session JWT, or an API key (the ak_ prefix), sent as a Bearer token or an ?api_key= query parameter. Each endpoint requires the read scope for its resource (e.g. org:rates:read for rates). 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>"