Skip to main content
POST
/
tools
/
search
Search tools
curl --request POST \
  --url https://www.dench.com/api/v1/tools/search \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "queries": []
}'
{
  "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
queries
object[]
required
Required array length: 1 - 7 elements
session
object
account
string
model
string

Response

Successful response