Exa Contents

exa/contents

Extract full page contents for a set of URLs.. Fetch full page text, summaries, and metadata for a list of URLs with cached instant results or live crawl fallback.

Base price
$0.003 / run
Execution
sync
Model type
api
Input fields
6

Try the model

Playground

Open playground
Input
The URLs (or Exa result ids) to fetch contents for.
Return the full page text.
Return highlighted relevant snippets.
Return an AI-generated summary of the page.
Number of linked subpages to also fetch.
Freshness policy: always live-crawl, fall back to live crawl on cache miss, or never live-crawl. Allowed values: always, fallback, never.
OutputReady

Your output will appear here

Complete the inputs, then click Run.

Specifications

Pricing

Base price
$0.003 / run
Billing formula
0.003 * len(params.urls) + (params.include_summary ? 0.001 * len(params.urls) : 0)

Context & modalities

Input
Schema-defined
Output
api

Capabilities

Chat
Not supported
Vision
Not supported
Reasoning
Not supported
Structured output
Not supported
Function calling
Not supported
Audio input
Not supported

Access

Provider
Exa
Model ID
exa/contents
Execution
sync
API
Unified Run API
Endpoint
/v1/run

API README

Exa Contents

Extract full page contents for a set of URLs. Fetch full page text, summaries, and metadata for a list of URLs with cached instant results or live crawl fallback. It is suitable for content-extraction, web-scraping workflows.

Capability

Extract full page contents for a set of URLs. Fetch full page text, summaries, and metadata for a list of URLs with cached instant results or live crawl fallback. It helps applications, agents, and automated workflows turn that capability into repeatable tasks and useful downstream experiences.

Common use cases

  • Collect and normalize information from public pages or source content for downstream workflows.
  • Create repeatable integrations that pass structured results to downstream business systems.
  • Support scheduled jobs, internal tools, and agent workflows with structured results.

Start building

Send your first request

OpenAI-compatible endpoint with unified authentication and usage tracking.

Production API
Endpoint
https://api.sandbase.ai/v1/run
Model ID
exa/contents
# Preserve Unicode and shell metacharacters in the request body.
result=$(printf '%s' 'ewogICJtb2RlbCI6ICJleGEvY29udGVudHMiCn0=' \
  | base64 --decode \
  | curl --fail-with-body --silent \
      -X POST "https://api.sandbase.ai/v1/run" \
      -H "Authorization: Bearer $SANDBASE_API_KEY" \
      -H "Content-Type: application/json" \
      --data-binary @-)
printf '%s\n' "$result"

Choose your model

Compare models

All language models
ModelContextInput / 1MOutput / 1MReleased
Exa ContentsThis model
Exa
———Jan 1, 2024
Exa———Jan 1, 2024
Exa———Jan 1, 2024