Web Extraction
Web Extraction
This endpoint is used to extract text from a web page using AI. It can take into account all the features such as metadata, inline code, codeblocks, image & html references and other links as well.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Web page extraction request
The URL of the web page to extract content from.
Include the HTML version of the content in the response.
Return only the main content, excluding headers, footers, etc.
Response
200
application/json
Web page extracted successfully