UnifyAPI
← Back to catalog

exa.contents

mock data$0.003 / call

Extract 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)

Web Searchprovider: Exa#exa#search

Input schema

urlsrequired

URLs to extract content from (1-10). Returns clean text, title, author, date.

array

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.