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_idintegerRequired
deal_idintegerRequired
file_idintegerRequired

Response

Successful Response
key_findingsobject
Structured key findings extraction
company_descriptionobject or null
Structured company description extracted from a nearby page, if found

Errors

422
Unprocessable Entity Error