/text2table
Last updated
Last updated
POST
https://text2table.p.rapidapi.com/t2t/text2table
Convert unstructured text into a structured table format, simply provide the table column names and receive a tailored table in response. Refer to the documentation for detailed instructions and best practices on utilizing this tool efficiently.
X-RapidAPI-Key*
String
Your API key.
X-RapidAPI-Host*
String
text2table.p.rapidapi.com
content-type*
String
application/json
text*
String
Pass text for processing via this parameter. The maximum size in tokens is 3900, including columns parameter, where 1 token is approximately 4 characters.
columns*
Strings list
Columns of the final table that the model will structure given text according to. Max length of list is 50 items. Max length of each column is 300 characters.
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.