/merge_tables
Last updated
Last updated
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.
X-RapidAPI-Key*
String
Your API key.
X-RapidAPI-Host*
String
text2table.p.rapidapi.com
content-type*
String
application/json
tables*
Objects list
A list of table objects, each mapping column names to lists of corresponding column items. Read more .
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.