Table question answering
API Reference
Table question answering
POST
Table question answering
Body
application/json
Request to run question-answering against a tabular dataset.
Table represented as a dict mapping column names to lists of strings (or a DataFrame equivalent). Required.
Query string(s) to run against the table. Required.
If true, run queries sequentially rather than batching (required for some models).
Controls padding behavior; accepts booleans or mode strings such as 'longest'.
Controls truncation behavior; accepts booleans or mode strings such as 'drop_rows_to_fit'.

