AimableDocs
DocsAPI Reference
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

Request

curl -X POST '/api-proxy/v1/sensitivity/batch' \
  -H 'Authorization: Bearer <YOUR_TOKEN>' \
  -H 'Content-Type: application/json' \
  -d '{
  "texts": [
    "string"
  ]
}'

Response

200

No response body documented

Error Responses