/text_preprocessing
Last updated
Last updated
POST
https://text2table.p.rapidapi.com/t2t/text_preprocessing
The pre-processing endpoint is designed to prepare your text data for the /text2table transformation, especially when dealing with large text bodies that exceed the 3900 token limit of the text2table model.
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.
columns
Strings list
Column names for the result table. Check out more .
split
int
Determines the token count for each text chunk in the preprocessing phase. Check out 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.