Skip to main content
GET
Company Data Concise

Overview

The Company Data Concise API returns a summarized company profile in a single call. Unlike the Company Data API, it does not accept a sections parameter — every call returns all sections, pre-condensed to their most useful fields with no source citations or long-form narrative content. Results are returned in the API response.

Endpoint Details

  • Method: GET
  • Endpoint: /api/v1/company/enrichment/concise/

Authentication requirements

  • Include a valid API key in the x-api-key request header.

Request

Request Parameters

Header Parameters

string
required
Your API key.

URL Parameters

string
required
Company website (e.g. https://canva.com) or a company UUID (e.g. 00031n-tesla). The UUID can be obtained from the Company Search API.

Example Request

Response

Successful Response Fields

Returns a JSON object with the following structure:
float
Number of credits consumed
object
Object containing all sections in condensed form: firmographic, business_model, company_assessment, company_hierarchy, digital_presence, financial_estimate, location, management_profile, product_offering, strategic_signal, customer_profile, industry, technology.

Authorizations

x-api-key
string
header
required

API key obtained from your Akta account.

Query Parameters

company
string
required

Company website (e.g. 'https://canva.com') or a company UUID (e.g. '00031n-tesla'). The UUID can be obtained from the Company Search API.

Response

Enrichment data returned

status
string
Example:

"success"

data
object

Enriched company data keyed by section name. All sections are returned in condensed form.

count
integer

Number of sections returned.

credits_consumed
number<float>