Import Bot via API using .bpz file or the JSON out...
# 👀feature-requests
c
As a BotPress Admin user with an API key I should have the ability to import .bpz files or clone an existing bot so that I may more effectively leverage the API to spin up additional bot services. Acceptance Criteria: - API allows for media upload of .bpz file - API allows for media to be uploaded from a link (such as AWS S3) in lieu of uploading the file directly - API allows for cloning of an existing bot given the bot ID with the ability to configure bot variables and other items included in the PUT request
f
Maybe it could be a part of the already existing bot API. So when you create a new one, there is another parameter that will allow us to use a template for the bot. https://botpress.com/reference/createbot
c
@fresh-fireman-491 yeah that's what I was thinking
6 Views