AI Services
Extract text from a web page using AI.
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/api/ai/v2/web-extract
Request body
Example request
{
"url_path": "https://www.worqhat.com",
"headline": true,
"inline_code": true,
"code_blocks": true,
"references": true,
"tables": true
}Response
Successful response
Example response
{
"status": "success",
"data": {
"text_content": "WorqHat\n\n🎉 Our Conversational Language Model WorqBot is now live for Beta use! Try out Now.🤖\n\nResources\n\nAPIs\n\nConnect your app to WorqHat\n\nDocumentations\n\nLearn how to use our products\n\nChangelogs\n\nCheck what's new\n\nCareers\n\nFind your dream role\n\nCommunity\n\nConnect with other developers, designers, and entrepreneurs\n\nSecurity\n\nOur Security Principles and Practices\n\nBlog\n\nInterviews, tutorials, Updates and more\n\nStatus\n\nOutage updates and announcements\n\nGreen Initiatives\n\nPartnerships to make the World Greener\n\nContact Us\n\n\n\nEnterprise WorqHat Playground\n\nJoin Waitlist\n\nCareers\n- Documentation\n- Changelog\n- Blogs\n- Security\n\nSubscribe to our newsletter\n\nStay up to date with the latest news and updates from WorqHat.\n\n\nJoin us!\n- LinkedIn >\n- Instagram\n- Facebook\n- Twitter\n- GitHub\n\n© 2023. Winlysis Pvt. Ltd., India All rights reserved.\n\n- Terms & Conditions\n- Privacy Policy\n- Statu\n",
"tags": [
{
"name": "language",
"value": "en",
"data": {}
},
{
"name": "thumbnail",
"value": "/resources/WorqHat TM Logo.png",
"data": {}
},
{
"name": "current_date",
"value": "2023-01-01",
"data": {}
},
{
"name": "title",
"span": [
"0",
"7"
],
"span_text": "WorqHat",
"value": "WorqHat",
"data": {}
},
{
"name": "link",
"span": [
"45",
"52"
],
"span_text": "WorqBot",
"value": "//playground.worqhat.app/worqbot",
"data": {}
},
{
"name": "image",
"span": [
"94",
"94"
],
"value": "/resources/WorqHat TM Logo.png",
"data": {
"alt": "WorqHat Logo"
}
},
{
"name": "control",
"span": [
"94",
"105"
],
"span_text": " Resources ",
"value": " Resources ",
"data": {}
},
{
"name": "subheading",
"span": [
"12016",
"12042"
],
"span_text": "Future-proof your business",
"value": "Future-proof your business",
"data": {}
},
{
"name": "link",
"span": [
"12224",
"12238"
],
"span_text": "Join Waitlist ",
"value": "https://join.worqhat.com/waitlist",
"data": {}
},
{
"name": "image",
"span": [
"12295",
"12295"
],
"value": "/resources/integrations/logo-dropbox-40.svg",
"data": {
"alt": "Dropbox Icon"
}
}
]
},
"processing_time": 888,
"processing_id": "4b139bfe-1f71-4345-b539-fa6c1700f166",
"processing_count": 12
}