3. Update classification
Server URL
https://api.extracta.ai/api/v1Headers
Name
Value
Body
Name
Type
Required
Description
Body Example
{
"classificationId": "classificationId",
"classificationDetails": {
"name": "Financial Document Classifier - updated",
"description": "Classifies uploaded documents into predefined financial document types. - updated",
"documentTypes": [
{
"name": "Invoice",
"description": "Standard commercial invoice from vendors or suppliers.",
"uniqueWords": [
"invoice number",
"bill to",
"total amount"
],
"extractionId": "-OPXR1F82I0cRYJPcHNo"
}
]
}
}Code Example
Responses
Last updated