← Back to catalog
exa.contents
mock data$0.003 / callExtract Page Content
Extract clean text content from up to 10 URLs — returns title, author, published date, full text. Use for feeding web pages into agent context (Exa)
Input schema
urlsrequired
arrayURLs to extract content from (1-10). Returns clean text, title, author, date.
Call via REST
curl -X POST https://unifyapi.pro/api/call/exa.contents \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"urls":"<urls>"}'