Skip to main content
POST
/
v1
/
document_versions
/
{version_id}
Document Version Action Handler
curl --request POST \
  --url http://localhost:8000/v1/document_versions/{version_id}
{
  "version_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "action": "reembed",
  "workflow_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.knowledgestack.ai/llms.txt

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

Headers

authorization
string | null

Path Parameters

version_id
string<uuid>
required

DocumentVersion ID

Query Parameters

action
enum<string>
required

Action to perform

Available options:
reembed

Cookies

ks_uat
string | null

Response

Successful Response

Response from a document version action.

version_id
string<uuid>
required

DocumentVersion ID

action
enum<string>
required

Action performed

Available options:
reembed
workflow_id
string
required

Temporal workflow ID