Assessment

Word-count, credit-sufficiency, and due-date-feasibility preview on the project-detail endpoint.

Reports only whether the caller-supplied due_date is feasible (due_date_feasible); it never surfaces a system-computed completion date or turnaround, and never overwrites the caller's due_date.

  • credits
    Type: object · AssessmentCredits
    required

    Intelligence and (when a human stage is in the workflow) trust credit wallets.

    • intelligence
      Type: object · CreditWallet
      required

      One credit account's required, available, and sufficient view.

    • trust
      Type: object · CreditWalletnullable

      One credit account's required, available, and sufficient view.

  • billable_character_count
    Type: integer · Billable Character Countnullable

    Integer numbers.

  • due_date
    Type: string · Due DateFormat: datenullable

    full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21

  • due_date_feasible
    Type: boolean · Due Date Feasiblenullable