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