/merge_tables

Combine segmented tables into a single table

POST https://text2table.p.rapidapi.com/t2t/merge_tables

The Merge Tables API is designed to facilitate the consolidation of multiple structured tables into a single table. This is particularly useful in scenarios where text has been chunked and processed through the text2table API multiple times, resulting in several segmented tables that need to be merged.

Headers

NameTypeDescription

X-RapidAPI-Key*

String

X-RapidAPI-Host*

String

text2table.p.rapidapi.com

content-type*

String

application/json

Request Body

NameTypeDescription

tables*

Objects list

Indicates that your request has been successfully processed, and the response will include a table with the data from the given text. Check out more details on the response.

Last updated