Set document's data classification
PUT/documents/:documentId/dataClassification
Generate Data Classfication attributes within a document; available as an Add-On Module
Request
Path Parameters
documentId stringrequired
Document Identifier
Query Parameters
siteId string
Site Identifier
- application/json
Body
llmPromptEntityName stringrequired
Name of the LLM Prompt Entity
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
content string
Result content
attributes
object[]
Attributes extracted from result content
key string
Data Classification Attribute Key
value string
Data Classification Attribute Value
{
"content": "string",
"attributes": [
{
"key": "string",
"value": "string"
}
]
}
Loading...