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
curl -L \ --request POST \ --url '/workspaces/{workspaceId}/content/folders/{contentPath}/import' \ --header 'Content-Type: multipart/form-data' \ --form 'file=text'
{ "createdDocumentPaths": [ "text" ], "updatedDocumentPaths": [ "text" ] }