Import new knowledge base documents
Last updated 8 months ago
Was this helpful?
Import one or multiple new documents
/workspaces/{workspaceId}/content/folders/{contentPath}/import
Documents uploaded
Not found
Conflict
Validation error
curl -L \ --request POST \ --url '/workspaces/{workspaceId}/content/folders/{contentPath}/import' \ --header 'Content-Type: multipart/form-data' \ --data '{"file":"text"}'
{ "createdDocumentPaths": [ "text" ], "updatedDocumentPaths": [ "text" ] }