Authorization: Bearer ********************{
"batchSize": 10,
"schemaIds": [
"string"
]
}curl --location '/agent:syncCorpus' \
--header 'X-SPACES: default' \
--header 'X-SPACES: {{space}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"batchSize": 10,
"schemaIds": [
"string"
]
}'{
"success": true,
"knowledgeBaseName": "string",
"fileName": "string",
"filePath": "string",
"schemaIds": [
"string"
],
"statistics": {
"itemsProcessed": 0,
"documentsInserted": 0,
"batchSize": 0
}
}