Company Search
Search the Wokelo database by company name, website, or ticker symbol to retrieve permalinks and key attributes needed for other API calls. Note: If you are unable to find a company from the wokelo database using this API, you can still use our APIs (except Monitoring API) by using complete URL of the company’s website instead of its permalink.GET /api/enterprise/company/search
File upload
Upload your proprietary files to Wokelo to supplement research reports with internal data. Each uploaded file receives a unique identifier (fileName) that you reference in the custom_files parameter when creating reports.POST /api/assets/upload/
Request lifecycle
Enrichment, Insights, and Company Grid APIs are all asynchronous. After submitting a request, use these endpoints to track and retrieve results.Check status
This API can be used to check request status.GET /api/enterprise/request/status/
| Status | Description |
|---|---|
| PENDING | Request has been received and is queued for processing |
| PROCESSING | Request is currently being processed |
| COMPLETED | Request finished successfully — results are available |
| FAILED | Request failed — check error details in the result endpoint |
| CANCELLED | Request was cancelled by the user |
Cancel request
This API can be used to cancel a request that is already placed and is in “PENDING” or “PROCESSING” state. ** **POST /api/enterprise/request/cancel
Request result
This API helps you get the result of a request after its status is “COMPLETED”.GET /api/enterprise/request/result/
Report lifecycle
Workflow APIs (Company Research, Industry Research, Peer Comparison, Custom) are asynchronous and produce downloadable reports. Use these endpoints to track and export them.Report status
This API can be used to get the status of report that is already placed using any of the workflow APIs.GET /api/assets/get_notebook_status/
Download report
This API can be used to download the report after its completed. Export Formats supported: “pdf”, “docx”, “ppt”, or “json”. Note: ppt format is only supported for company research, industry research reports.Report config
Retrieve the settings originally used to trigger a report. View detailed API reference.POST api/wkl/notebook/configuration/