Chunks text content, generates embeddings, and stores the vectors in the board’s document store. Useful for making content searchable via semantic search.
Pass your API key (prefixed cgk_) or a Supabase JWT in the
Authorization: Bearer <token> header.
Board UUID.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
The text content to vectorize.
1 - 100000"The quarterly revenue report shows a 15% increase in SaaS subscriptions..."
Optional node to associate the chunks with.
1 - 255"e5f6a7b8-c9d0-1234-efab-345678901234"
Additional metadata stored with each chunk.
{
"source": "annual-report-2026.pdf",
"page": 3
}