SendbirdSendbird Chat Platform server-side API v3
POST/v3/bots
Create a bot
Creates a new bot in the application like a normal user, but requires a callback URL to receive events. The bot must join a group channel to interact with users.
Manage users, group channels, open channels, messages, metadata, moderation, bots, and announcements through the official Sendbird Chat Platform API v3. The complete boundary is the 83 REST endpoints reconstructed from a pinned official generated SDK revision; client realtime protocols and Chat SDKs are not part of this collection. Application data is the caller's private content, so Pontx does not proxy, cache, or aggregate it and callers use the local SDK/CLI directly.
Request
- operationId
createABot- Server
https://api-{app_id}.sendbird.com- Authentication
- apiTokenAuth
Request parameters
No URL, query, or header parameters.
Request body
Properties: bot_callback_urlbot_nicknamebot_profile_urlbot_typebot_useridchannel_invitation_preferenceenable_mark_as_readis_privacy_modeshow_member
Responses
200
CreateABotResponseapplication/json
Request succeeded.
Properties: botbot_callback_urlbot_stylechannel_invitation_preferencecreated_atenable_mark_as_readis_privacy_modeshow_member
400
SendbirdApiErrorapplication/json
Request parameters are invalid.
Properties: codemessage
401
SendbirdApiErrorapplication/json
Unauthenticated or the API token is invalid.
Properties: codemessage
403
SendbirdApiErrorapplication/json
Access to the resource is forbidden.
Properties: codemessage
404
SendbirdApiErrorapplication/json
The requested resource was not found.
Properties: codemessage
429
SendbirdApiErrorapplication/json
Rate limited; retry later.
Properties: codemessage
500
SendbirdApiErrorapplication/json
Upstream internal error.
Properties: codemessage
{
"bot_callback_url": "bot_callback_url_value",
"channel_invitation_preference": 1,
"created_at": 1,
"enable_mark_as_read": true,
"is_privacy_mode": true,
"show_member": true
}