/v1/sensitivityGet sensitivity score for a given text without LLM completion
| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
textstringRequiredcurl -X POST '/api-proxy/v1/sensitivity' \
-H 'Authorization: Bearer <YOUR_TOKEN>' \
-H 'Content-Type: application/json' \
-d '{
"text": "string"
}'No response body documented
curl -X POST '/api-proxy/v1/sensitivity' \
-H 'Authorization: Bearer <YOUR_TOKEN>' \
-H 'Content-Type: application/json' \
-d '{
"text": "string"
}'No response body documented