Skip to main content
POST
cURL

Usage notes

Use this operation when you want to enhance several columns of one row together. It returns 202. Regular columns cost 0.5 credits each. A Gallery Max image column configured in the table snapshot currently costs 16 credits, although the handler’s estimated_credits still calculates every requested column at 0.5. Every column entry has its own prompt and may set web_search or target_language. The legacy per-column model field is accepted but ignored. The row and all target columns must belong to the completed, unlocked table. A bulk request can process at most one Gallery Max image column; additional Gallery Max columns fail asynchronously.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

table_id
string
required

Body

application/json
row_id
string<uuid>
required
columns
object[]
required
Minimum array length: 1

Response

Bulk enhancement queued

id
string
required

Enhancement job ID

status
enum<string>
required
Available options:
queued,
processing
estimated_credits
number
required
rows_queued
integer