Extract Key Findings and Company Description from a scan PDF
Downloads the scan PDF attached to the deal, locates the Key Findings and Company Description pages, runs structured LLM extraction over both pages concurrently, and returns the combined result. Company description extraction is best-effort and may return null.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
group_id
deal_id
file_id
Response
Successful Response
key_findings
Structured key findings extraction
company_description
Structured company description extracted from a nearby page, if found
Errors
422
Unprocessable Entity Error

