DemandFlow Support Centre

ANGCHECKPD: Pitch deck criteria

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A checklist criterion for AI-powered pitch deck analysis, with name and description.

ANGCHECKPD: Pitch deck criteria

A checklist criterion for AI-powered pitch deck analysis, with name and description.

Default definition. This article describes the default ANGCHECKPD definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches ANGCHECKPD.

Entity properties

PropertyValue
Entity codeANGCHECKPD
Display namePitch deck criteria
PluralPitch deck criteria
Level800

Use cases

Configuration entity defining evaluation criteria for the AI pitch deck review (aiPitchdeck toolbar function). Each record represents one check item that the OpenAI-powered Lambda function evaluates against an uploaded pitch deck. Fields are name (the check item) and description (detailed guidance for the AI). Records from this entity are loaded by the Lambda to drive its evaluation checklist. Part of the angel investment AI analysis suite alongside ANGCHECKBP and ANGCHECKFIN.

Fields

General: Post

FieldTypeRequiredNotes
nametextYesAI check.
descriptiontext (multi-line)Description.

Relationships

  • No declared relationships in the default definition.

Creating a Pitch deck criteria via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "ANGCHECKPD",
  "level":    800,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "AI check",
  "description": "Description"
}

Listing Pitch deck criteria records

GET /v1/entities/ANGCHECKPD/SUB

See also

angcheckpdpitch deck criteriaangelpd

Was this article helpful?

← Back to Knowledge Base