Skip to main content
GET
Company Data Markdown

Overview

The Company Data Markdown API returns the same structured company data as the Company Data API, rendered as a single Markdown-formatted string instead of nested JSON. Callers can request all sections at once or scope the response to a specific subset using the sections parameter. Results are returned in the API response.

Endpoint Details

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

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.
string[]
Comma-separated list of sections to render into the Markdown document. If omitted, all available sections are included.Available values: firmographic, business_model, company_assessment, trust_signal, company_hierarchy, digital_presence, financial_estimate, location, management_profile, product_offering, strategic_signal, customer_profile, industry, technologyNote: funding_detail and mna_and_investment are available on the Enterprise tier only.

Example Request

Response

Successful Response Fields

Returns a JSON object with the following structure:
string
A single Markdown-formatted document describing the company: an H1 title with the company name, followed by an H2 heading and bulleted fields for each section in sections_included.
string
Akta UUID of the enriched company.
string[]
The sections actually rendered into data, in the order they appear in the document.
float
Number of credits consumed. Scales with the number of sections requested, the same as the Company Data API.

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.

sections
string

Comma-separated list of sections to render into the Markdown document. If omitted, all available sections are included. Copy-paste example: firmographic,business_model,company_assessment,trust_signal,company_hierarchy,digital_presence,financial_estimate,location,management_profile,product_offering,strategic_signal,customer_profile,industry,technology. Note: funding_detail and mna_and_investment are available on the Enterprise tier only.

Response

Markdown enrichment data returned

data
string

A single Markdown-formatted document describing the company: an H1 title with the company name, followed by an H2 heading and bulleted fields for each section in sections_included.

uuid
string

Akta UUID of the enriched company.

sections_included
string[]

The sections actually rendered into data, in the order they appear in the document.

credits_consumed
number<float>

Number of credits consumed. Scales with the number of sections requested.