Extract Company Financial Statement Data
POST
/document-ai/{model-id}
Extracted Data Types
null
.Parameter Name | Variable Type |
---|---|
company_name | string | null |
latest_revenue | string | null |
previous_revenue | string | null |
latest_operating_expenses | string | null |
previous_operating_expenses | string | null |
latest_profit_from_operations | string | null |
previous_profit_from_operations | string | null |
latest_profit_before_taxation | string | null |
previous_profit_before_taxation | string | null |
latest_profit_for_the_period | string | null |
previous_profit_for_the_period | string | null |
latest_basic_earnings_per_share_sen | string | null |
previous_basic_earnings_per_share_sen | string | null |
latest_fully_diluted_earnings_per_share_sen | string | null |
previous_fully_diluted_earnings_per_share_sen | string | null |
latest_total_assets | string | null |
previous_total_assets | string | null |
latest_total_equity | string | null |
previous_total_equity | string | null |
latest_total_liabilities | string | null |
previous_total_liabilities | string | null |
latest_net_assets_per_share_attributable_to_owners_of_the_company_rm | string | null |
previous_net_assets_per_share_attributable_to_owners_of_the_company_rm | string | null |
latest_net_cash_generated_from_operating_activities | string | null |
previous_net_cash_generated_from_operating_activities | string | null |
latest_net_cash_generated_from_used_in_investing_activities | string | null |
previous_net_cash_generated_from_used_in_investing_activities | string | null |
latest_net_cash_generated_from_financing_activities | string | null |
previous_net_cash_generated_from_financing_activities | string | null |
latest_cash_and_cash_equivalents_at_end_of_period | string | null |
previous_cash_and_cash_equivalents_at_end_of_period | string | null |
Notes
data
array will always have the specified type, with the possibility of being null
.null
.Request
Path Params
model-id
string
required
model-
followed by a 12-characters numbers and alphabet. This ID identifies the specific AI model you want to use for document processing.Example:
model-a1b2c3d4e5f6
Body Params multipart/form-data
file
file
optional
fileBase64
string
optional
Example:
JVBERi0xLjMNCiXi48/....
mimeType
string
optional
Example:
application/pdf
Request samples
Responses
Modified at 2025-05-13 03:41:26