/web2text
Last updated
Last updated
POST
https://text2table.p.rapidapi.com/t2t/web2text
The Web2Text API serves as an alternative to the text_preprocessing endpoint, with the added capability of extracting text directly from a web page.
X-RapidAPI-Key*
String
Your API key.
X-RapidAPI-Host*
String
text2table.p.rapidapi.com
content-type*
String
application/json
url*
String
A URL of the web page from which text needs to be extracted.
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.