POST

/api/content

Fetch URL content via Exa

Retrieves full page content for one or more URLs using the Exa Contents API.

curl -s -X POST "$BASE/api/content" \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"urls": ["https://example.com"]}'

请求体

FieldTypeReqDefaultDescription
urlsstring[]YURLs to fetch content from

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test