Skip to Content
CompanyPOST Project Criteria

Below is an example MDX file documenting the “POST Project Criteria” endpoint:


title: Project Criteria description: Endpoint to set or change the values of criteria in a project.

POST Project Criteria

To set or change the values of criteria in a project, use the following endpoint:

URL:

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

Input

Send a JSON payload with the following structure:

{ "projectId": "521a93a6-091d-4943-ba13-7c1a654a14ae", "projectscoreId": "7c904e6a-e797-4b5b-8c28-feaf34b5ac75", "postanalysisoutputId": "8756d0e9-8398-47ba-8d0e-f88ab53c38f3", "criteriaSelectedCode": "advertisingandmarketing", "criteriaSelectedName": "Advertising & Marketing" }

Field Descriptions

  • projectId: The unique identifier for the project.
  • projectscoreId: The unique identifier for the project’s score.
  • postanalysisoutputId: The unique identifier for the post-analysis output.
  • criteriaSelectedCode: The code representing the selected criteria (e.g., “advertisingandmarketing”).
  • criteriaSelectedName: The name of the selected criteria (e.g., “Advertising & Marketing”).
Last updated on
2025 © Kruncher.AI