Generate a customized investment data request

Gather deal/company context, scrape the company website, optionally attach the most recent pitch deck PDF, and return a generated data-request document as markdown text.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

group_idintegerRequired
deal_idintegerRequired

Request

This endpoint expects an object.
additional_contextstring or nullOptional<=8000 characters
Optional extra notes or instructions from the user to steer the generated data request.

Response

Successful Response
contentstring
The generated data request as markdown text, ready to be copied.

Errors

422
Unprocessable Entity Error