/v1/sensitivity/batchGet sensitivity scores for multiple texts in batch
| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
textsstring[]RequiredX-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X POST '/api/v1/sensitivity/batch' \
-H 'X-API-Key: ak.<key_id>.<secret>' \
-H 'Content-Type: application/json' \
-d '{
"texts": [
"string"
]
}'No response body documented
X-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X POST '/api/v1/sensitivity/batch' \
-H 'X-API-Key: ak.<key_id>.<secret>' \
-H 'Content-Type: application/json' \
-d '{
"texts": [
"string"
]
}'No response body documented