/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
X-RapidAPI-Key*
String
Your API key. Where can I get it?
X-RapidAPI-Host*
String
text2table.p.rapidapi.com
content-type*
String
application/json
Request Body
tables*
Objects list
A list of table objects, each mapping column names to lists of corresponding column items. Read more details.
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.
This may be due to missing or improperly formatted parameters. Check for parameter type mismatches, Invalid characters or bad code formatting. Refer to this example request for guidance.
Check for parameter type mismatches, Invalid characters or bad code formatting. The required header might be wrong, such as X-RapidAPI-Host.
Refer to this example request for guidance.
You've gone over the 30 KB limit with your submitted data. Please see our limits page for proper API request sizes. If you need to increase your limit, our support team is here to help.
An unexpected issue occurred on our end. We are notified and investigating. If this issue persists or follows a pattern, please contact our support. Join our Discord for support.
Last updated