v1.0.0
/web/crawlThe Desearch API allows you to crawl web content
Base URL
https://api.desearch.aiurlstringrequiredUrl to crawl
formatstringFormat of the content to be returned. Options are 'html' or 'text'. Default is 'html'.
Default: text
Your API key will be sent in the Authorization header
curl -X GET "https://api.desearch.ai/web/crawl?url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FArtificial_intelligence" \
-H "Authorization: YOUR_API_KEY" \
-H "Content-Type: application/json"{
"message": "Response schema not available"
}Possible status codes: