AimableDocs
DocsAPI Reference
POST/v1/sensitivity

Get Sensitivity Score

Get sensitivity score for a given text without LLM completion

Headers

NameTypeRequiredDescription
X-API-KeystringOptional

Request Body

application/jsonRequired
textstringRequired

Request

curl -X POST '/api-proxy/v1/sensitivity' \
  -H 'Authorization: Bearer <YOUR_TOKEN>' \
  -H 'Content-Type: application/json' \
  -d '{
  "text": "string"
}'

Response

200

No response body documented

Error Responses