Discovery
Fundraising Activity
Starts generating a Fundraise workflow report for a specific company, providing insights into fundraising activity, funding stages, and investor landscape.
Use /api/assets/get_notebook_status/ to track completion and /api/assets/download_report/ to export results.
POST
Documentation Index
Fetch the complete documentation index at: https://docs.wokelo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Surface fundraising activity across a market segment.Endpoint Details
- Method: POST
- Endpoint:
/api/assets/process_common/
Authentication requirements
- Include a valid JWT token in your request header
- If you don’t have a token yet, you can get one from the
/auth/token/endpoint first.
Request
Request Parameters
Header Parameters
JWT token obtained from the Authentication request
Body Parameters
fundraisers_workflowWKLAPPReport configuration object
Industry topic to generate the fundraise report for
Name to assign to the generated workbook
Advanced filtering options for the report
Type of company to filter by. Use
"all" to include all typesList of geographies to filter by (e.g.
["Worldwide"])List of funding stages to filter by. Pass an empty array to include all stages
List of employee count ranges to filter by. Pass an empty array to include all
Whether to include companies with no total funding data. Defaults to
trueResponse
Successful response will include the report_id of the initiated Fundraise report.Successful Response Fields
Report id for the initiated Fundraise report
Authorizations
JWT token obtained from the /auth/token/ endpoint.
Body
application/json
Fixed value for Fundraising Activity reports.
Available options:
fundraisers_workflow Source identifier for the report request.
Available options:
WKLAPP Report configuration object.
Response
Report initiated successfully.
Report ID for the initiated Fundraising Activity report.
Example:
123345