document_id
. This endpoint is ideal for modifying or correcting the extracted text of a document post-upload.document_id
?document_id
is a unique numeric identifier assigned to each document in the system.curl --location --request PUT '/v2/api/document/' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "I am user"
}'
{
"document_id": 13212,
"message": "Document updated successfully."
}