Import

Import new knowledge base documents

Import new Knowledge base documents.

post

Import one or multiple new documents

Path parameters
workspaceIdstringRequired
contentPathstringRequired
Body
filestring · binaryRequired
Responses
201
Documents uploaded
application/json
post
POST /workspaces/{workspaceId}/content/folders/{contentPath}/import HTTP/1.1
Host: 
Content-Type: multipart/form-data
Accept: */*
Content-Length: 17

{
  "file": "binary"
}
{
  "createdDocumentPaths": [
    "text"
  ],
  "updatedDocumentPaths": [
    "text"
  ]
}

Last updated

Was this helpful?