Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
https://{{host}}/api/public/bot/{{botId}}/testsuite/{{testSuiteName}}/export
application/json
auth: {{JWT}}
host
https://platform.kore.ai
BotID
testSuiteName
curl -X POST \ https://{host}/api/public/bot/{botId}/testsuite/{testSuiteName}/export \ -H 'auth: {{YOUR_JWT_ACCESS_TOKEN}}' \ -H 'bot-language: {{language-code}}'
{ "downloadUrl": "{{downloadURL}}", "name": "Batch Test Name", "description": "Batch Test Description" }
Was this page helpful?