Skip to main content
POST
/
external
/
search
Semantic + Keyword Search
curl --request POST \
  --url https://api.shieldbase.ai/external/search \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --header 'X-Client-ID: <api-key>' \
  --header 'X-Secret: <api-key>' \
  --data '
{
  "keyword": "<string>",
  "limit": 20,
  "group_by_file": false
}
'

Authorizations

X-Client-ID
string
header
required
X-API-Key
string
header
required
X-Secret
string
header
required

Body

application/json
keyword
string
required
limit
integer
default:20
group_by_file
boolean
default:false

Response

200

Search results