AimableDocs
DocsAPI ReferenceRelease Notes
POST/v1/sensitivity/batch

Get Batch Sensitivity Scores

Get sensitivity scores for multiple texts in batch

Headers

NameTypeRequiredDescription
X-API-KeystringOptional

Request Body

application/jsonRequired
textsstring[]Required
Authentication
X-API-Key: ak.<key_id>.<secret>Authentication & errors →

Request

curl -X POST '/api/v1/sensitivity/batch' \
  -H 'X-API-Key: ak.<key_id>.<secret>' \
  -H 'Content-Type: application/json' \
  -d '{
  "texts": [
    "string"
  ]
}'

Response

200

No response body documented

Error Responses