Can I make API integration with Bot API directly?

Hi I want to manage AI Bot programatically using Platform API’s like below

PUT https://gate.sendbird.com/platform/v3/function_calls/{function_call_id}
+ Request body
PUT https://gate.sendbird.com/platform/v3/bots/{bot_id}
+ Request body

Is it possible. Im asking this as I couldn’t find any documentation resources regarding this.

Thanks in advance :pray:

If any one is coming here, yes API for managing bot is available.

The below one contains Platform API related to managing bots.

The below one contains Platform API related to managing AI chatbot