/text2table
Transforms given text into the structured table
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.
Headers
Name | Type | Description |
---|---|---|
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
Name | Type | Description |
---|---|---|
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.
Last updated