Skip to main content
POST
Common API node types are youtube, url, note, document, pdf, and image. ChatGrid maps these API types to the right canvas components when it renders the board.
Creating a node stores the visual/source record on the board. It does not ingest or vectorize external content by itself. To make text searchable, call Vectorize Content with the extracted text and, when useful, the returned node ID as node_id.
For PDFs and images, upload the file first with Upload Asset, then create the node with the returned url as publicUrl and storagePath.