How enhancement works
- Select rows and a column — Choose which rows to enhance and which column to fill.
- Write a prompt — Describe what the AI should generate, using context from other columns.
- AI processes each row — The model reads the row’s existing data and generates a value.
- Results are written back — Enhanced values replace or fill the target column.
Enhancement types
Content generation
Generate new content based on existing data:Translation
Translate content to another language, optionally using your glossary:target_language and use_glossary: true to apply your glossary terms during translation.
Web research
Enableweb_search: true to let the AI search the web for additional information:
Single column vs bulk
- Single column — Enhance one column across multiple rows. Use
POST /v1/tables/{id}/enhance. - Bulk — Enhance multiple columns of a single row at once. Use
POST /v1/tables/{id}/enhance/bulk.

