Skip to main content
POST
Validate Architecture Payload

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Dry-run payload used to critique an Architecture Design without persisting it.

diagrams
Diagrams · object[] | null
entities
Entities · object[] | null
global_description
string | null
interfaces
Interfaces · object[] | null
title
string | null

Response

Successful Response

Semantic validation and authoring feedback for an Architecture Design payload.

issues
string[]
required
suggested_fixes
string[]
required
summary
Summary · object
required
valid
boolean
required
warnings
string[]
required
Last modified on May 17, 2026