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.pro 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.

Endpoint Details

  • Method: POST
  • Endpoint: https://api.akta.pro/api/v1/list/generate/companies/

Execute your first request

Build a list by passing a filters object describing your target companies.
Sample response
Every company object always includes the same identity fields shown above — uuid, name, website, product_category, company_type. There is no option to enrich results with additional data sections; for deeper company data, look up the matching UUIDs with the Company Data API or the Company Enrichment Concise API.

Adding more filters

Filters are grouped by data domain — firmographic, business model, financials, location, technology, funding, and more — and can be combined freely within a single request. Refer to the API reference for the full list of available filters.