Skip to main content

Authentication

All requests must include an API key in the x-api-key HTTP header.
API keys are issued from your Akta account. Contact support@akta.pro if you do not yet have API access or need to rotate a key.
Never expose your API key in client-side code, browser requests, or public repositories. A missing or invalid key returns 401 Unauthorized.
Parameters:

Execute your first request

If you don’t already have the article IDs you need, first run a query against the News Signals API and read the id field off the articles you want, then pass those IDs here. Sample response