Skip to Content
CompanyCreate

Create Project / Company

POST Create Project

To create a new company, use the following endpoint:

URL:

POST https://api.kruncher.ai/api/integration/project

Input

Send a JSON payload with the following structure:

{ "name": "Your Company Nickname", "companyName": "Your Company Name", "companyWebsite": "Your Company Website", "projectType": "projectAnalysisWithFile" }
Field Descriptions
  • name: Your company nickname.
  • companyName: The full name of your company.
  • companyWebsite: The URL of your company website.
  • projectType: Specifies the type of project to create.
projectType Options
  • projectAnalysisWithFile: Creates a new project, pending file upload for company analysis.
  • projectAnalysisNoFile: Creates a new project and performs an analysis based solely on the company website (mandatory).
  • projectNoAnalysis: Creates a new project without performing any analysis.
Last updated on
2025 © Kruncher.AI