Comment on page
API Reference
To use Botcake API, you need to generate a token. Navigate to Settings -> API and click Generate your Token button.

Please note: Refreshing and Deleting your token will disable all connected API methods!

After a successful token generation, you can use API.
get
https://botcake.io/api/public_api/v1/pages/[:page_id]/
flows
Get Flows
get
https://botcake.io/api/public_api/v1/pages/[:page_id]/flows
/[:path]
Get Flows by path
get
https://botcake.io/api/public_api/v1/pages/[:page_id]/flows/:flow_id
/statistics
Get Flow Statistics
get
https://botcake.io/api/public_api/v1/pages/[:page_id]
/keywords
Get Keywords
get
https://botcake.io/api/public_api/v1/pages/[:page_id]
/ice_breaker
Get Asked Question
get
https://botcake.io/api/public_api/v1/pages/[:page_id]
/tools
Get Tools
post
https://botcake.io/api/public_api/v1/pages/[:page_id]/ketwords
/create
Create Keyword
post
https://botcake.io/api/public_api/v1/pages/[:page_id]/ketwords
/update
Update Keyword
post
https://botcake.io/api/public_api/v1/pages/[:page_id]/flows
/send_flow
Send Flow For Customer
post
https://botcake.io/api/public_api/v1/pages/[:page_id]/flows
/send_content
Send Content For Customer
Last modified 25d ago