Skip to main content
POST
/
v1
/
folders
/
{folder_id}
Folder Action Handler
curl --request POST \
  --url http://localhost:8000/v1/folders/{folder_id}
{
  "folder_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

folder_id
string<uuid>
required

Query Parameters

action
enum<string>
required

Action to perform

Available options:
reembed

Cookies

ks_uat
string | null

Response

Successful Response

Response for folder action endpoints.

folder_id
string<uuid>
required
action
enum<string>
required

Supported folder actions.

Available options:
reembed
workflow_id
string
required