Exa Contents
exa/contentsExtract 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
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.
# 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
| Model | Context | Input / 1M | Output / 1M | Released |
|---|---|---|---|---|
Exa ContentsThis model Exa | — | — | — | Jan 1, 2024 |
Exa | — | — | — | Jan 1, 2024 |
Exa | — | — | — | Jan 1, 2024 |
