curl --request POST \
--url https://app.pathors.com/knowledgebases \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"name": "<string>",
"type": "<string>",
"embeddingModelName": "<string>",
"chunkSize": 123,
"chunkOverlap": 123
}
'