Skip to main content
POST
/
admin
/
regenerate-document
Regenerate a corrupted document (Super admin only)
curl --request POST \
  --url https://api.example.com/admin/regenerate-document \
  --header 'Content-Type: application/json' \
  --data '
{
  "documentId": "<string>",
  "productId": "<string>",
  "branchId": "<string>"
}
'
{
  "attachmentId": "<string>",
  "requiresSignature": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.korint.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
documentId
string
required
productId
string
required
branchId
string

Response

attachmentId
string
requiresSignature
boolean