← Back to catalog
web.extract
mock data$0.006 / callPage Extract
Fetch a URL and return clean, readable text content.
Input schema
urlrequired
stringhttps://...
Call via REST
curl -X POST https://unifyapi.pro/api/call/web.extract \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"url":"<url>"}'