Probe
Authorizations
X-Api-KeystringRequired
API Key for authentication
Responses
200
OK
application/json
probeCategoryIdinteger · int32Required
probeCategoryNamestring · nullableRequired
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Internal Server Error
application/json
get/api/probe/predefined
GET /api/probe/predefined HTTP/1.1
Host: api.probe.splx.ai
X-Api-Key: YOUR_API_KEY
Accept: */*
[
{
"probeCategoryId": 1,
"probeCategoryName": "text",
"predefinedProbes": [
{
"id": 1,
"name": "text",
"definition": "text",
"attackScenarioExample": "text",
"templateUserInputConfig": [],
"active": true,
"type": "text",
"multimodal": [
"text"
],
"tags": [
{
"name": "text",
"color": "text"
}
]
}
]
}
]Last updated
Was this helpful?