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

The fastest way to get a list is a natural language query with no filters or enrichment:
Sample response
Note that a request with no sections requested return only identity fields such asuuid, name, website .

Adding structured filters instead of a query

If you know precisely which criteria define your target list, use filters instead of query. Filters are grouped by data domain — firmographic, business model, financials, location, technology, funding, and more. Refer to API documentation to know about adding filters.