Tools/tables/insert

tables/insert

Insert a JSON record into a collection (created on first insert). Optionally embed text for semantic search.

Free / no pricing configured

Parameters

recordobjectrequired

The JSON record (max 64 KB).

ttl_hoursintegeroptional

Optional expiry.

collectionstringrequired

Collection (table) name.

embed_textstringoptional

Text to embed for semantic search (max 8 KB).

embed_fieldstringoptional

Name of a record field to embed instead of embed_text.

tables/insert — Faro