v2
OpenAPI 3.0.02026-08-051996591.2 MBTable Extractors
List supported table extractors
Lists the table extractors that are available for indexing. Table extractors extract tabular data from documents during indexing.
get/v2/table_extractors
Headers
Request-Timeoutinteger
The platform makes a best effort to complete the request in the specified seconds, or it times out.
Request-Timeout-Millisinteger
The platform makes a best effort to complete the request in the specified milliseconds, or it times out.
Response
List of supported table extractors.
Example response
{
"table_extractors": [
{
"name": "textract",
"description": "Uses the AWS Textract service to extract tables.",
"generation": {
"llm_name": "gpt-4o",
"model_parameters": {
"temperature": 0,
"max_tokens": 512
}
}
}
]
}