/v1/sensitivityGet sensitivity score for a given text without LLM completion
| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
textstringRequiredX-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X POST '/api/v1/sensitivity' \
-H 'X-API-Key: ak.<key_id>.<secret>' \
-H 'Content-Type: application/json' \
-d '{
"text": "string"
}'No response body documented
X-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X POST '/api/v1/sensitivity' \
-H 'X-API-Key: ak.<key_id>.<secret>' \
-H 'Content-Type: application/json' \
-d '{
"text": "string"
}'No response body documented