curl --request GET \
--url https://api.closebot.com/bot/{id}/export \
--header 'X-CB-KEY: <api-key>'{
"id": "<string>",
"kdl": "<string>",
"version": "<string>"
}curl --request GET \
--url https://api.closebot.com/bot/{id}/export \
--header 'X-CB-KEY: <api-key>'{
"id": "<string>",
"kdl": "<string>",
"version": "<string>"
}CloseBot API Key Authorization
The bot ID.
The bot version (x.y.z). If not provided, the latest version is exported.