v1

latestOpenAPI 3.0.02026-07-2638801.8 MB
field

Auto-fill a field by AI

Automatically generate suggestions for filling a specific field

post/table/{tableId}/field/{fieldId}/auto-fill

Path parameters

tableIdstring required
fieldIdstring required

Request body

viewIdstring

Set the view you want to fetch, default is first view. result will filter and sort by view options.

filterstring

A filter object for complex query conditions based on fields, operators, and values. Use our visual query builder at https://app.teable.ai/developer/tool/query-builder to build filters.

orderBystring

An array of sort objects that specifies how the records should be ordered.

groupBystring

An array of group objects that specifies how the records should be grouped.

mode'all' | 'emptyOnly'

Example request

{
  "viewId": "viwXXXXXXX"
}

Response

Returns the task ID for the auto-fill process

taskIdstring nullable
rowCountnumber
processedCountnumber
isLimitedboolean