/v1/sensitivity/batchGet sensitivity scores for multiple texts in batch
| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
textsstring[]Requiredcurl -X POST '/api-proxy/v1/sensitivity/batch' \
-H 'Authorization: Bearer <YOUR_TOKEN>' \
-H 'Content-Type: application/json' \
-d '{
"texts": [
"string"
]
}'No response body documented
curl -X POST '/api-proxy/v1/sensitivity/batch' \
-H 'Authorization: Bearer <YOUR_TOKEN>' \
-H 'Content-Type: application/json' \
-d '{
"texts": [
"string"
]
}'No response body documented