Skip to main content
POST
/
search
/
contents
Page contents
curl --request POST \
  --url https://www.dench.com/api/v1/search/contents \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "urls": []
}'
{
  "results": [
    {
      "url": "https://example.com/ai-crm",
      "title": "AI CRM workflows in 2026",
      "text": "The article content...",
      "summary": "AI CRMs automate lead routing."
    }
  ],
  "costDollars": {
    "total": 0.002
  }
}

Authorizations

Authorization
string
header
required

Workspace-scoped Dench API key from workspace settings. This is the same key used by DENCH_API_KEY in sandboxes.

Body

application/json
urls
string[]
required

URLs to fetch (max 10).

text
boolean
summary
object

Optional per-URL summary.

Response

Successful response

Exa response passed through unchanged.

results
object[]
required
resolvedSearchType
string
autopromptString
string
requestId
string
costDollars
object
{key}
any