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": []
}'
{
  "error": {
    "message": "<string>",
    "type": "<string>",
    "code": "<string>",
    "details": "<unknown>"
  }
}

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