API for iblai
API Reference//
- ai_bot_v1_bots_webhooks_slack_create
ai_bot_v1_bots_bot_list
ai_bot_v1_bots_bot_create
ai_bot_v1_bots_bot_commands_list
ai_bot_v1_bots_bot_commands_create
ai_bot_v1_bots_bot_commands_retrieve
ai_bot_v1_bots_bot_commands_update
ai_bot_v1_bots_bot_commands_partial_update
ai_bot_v1_bots_bot_commands_destroy
ai_bot_v1_bots_bot_retrieve
ai_bot_v1_bots_bot_update
ai_bot_v1_bots_bot_partial_update
ai_bot_v1_bots_bot_destroy
ai_bot_v1_bots_bot_config_discord_retrieve
ai_bot_v1_bots_bot_config_discord_partial_update
ai_bot_v1_bots_bot_config_slack_retrieve
ai_bot_v1_bots_bot_config_slack_update_create
ai_bot_v1_bots_bot_config_slack_update_update
ai_bot_v1_bots_bot_config_slack_update_partial_update
ai_bot_v1_bots_bot_config_teams_retrieve
ai_bot_v1_bots_bot_config_teams_update_create
ai_bot_v1_bots_bot_config_teams_update_update
ai_bot_v1_bots_bot_config_teams_update_partial_update
ai_bot_v1_bots_bot_config_webex_retrieve
ai_bot_v1_bots_bot_config_webex_partial_update
ai_bot_v1_bots_bot_config_whatsapp_retrieve
ai_bot_v1_bots_bot_whatsapp_config_update
ai_bot_v1_bots_bot_whatsapp_config_partial_update
ai_bot_v1_bots_discord_user_config_list
ai_bot_v1_bots_discord_user_config_create
ai_bot_v1_bots_discord_user_config_retrieve
ai_bot_v1_bots_discord_user_config_update
ai_bot_v1_bots_discord_user_config_partial_update
ai_bot_v1_bots_discord_user_config_destroy
ai_bot_v1_bots_slack_user_config_list
ai_bot_v1_bots_slack_user_config_create
ai_bot_v1_bots_slack_user_config_retrieve
ai_bot_v1_bots_slack_user_config_update
ai_bot_v1_bots_slack_user_config_partial_update
ai_bot_v1_bots_slack_user_config_destroy
ai_bot_v1_bots_whatsapp_user_config_list
ai_bot_v1_bots_whatsapp_user_config_create
ai_bot_v1_bots_whatsapp_user_config_retrieve
ai_bot_v1_bots_whatsapp_user_config_update
ai_bot_v1_bots_whatsapp_user_config_partial_update
ai_bot_v1_bots_whatsapp_user_config_destroy
ai_bot_v1_bots_webhooks_discord_create
ai_bot_v1_bots_webhooks_teams_create
ai_bot_v1_bots_webhooks_webex_create
ai_bot_v1_bots_webhooks_whatsapp_retrieve
ai_bot_v1_bots_webhooks_whatsapp_create
ai_bot_v1_bots_webhooks_s...
ibl-data-manager (4.84.1-ai-plus)
- Mock serverhttps://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/webhooks/{org}/discord/{name}/
- https://base.manager.iblai.app/api/ai-bot/v1/bots/webhooks/{org}/discord/{name}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/webhooks/{org}/discord/{name}/' \
-H 'Content-Type: application/json' \
-d '{
"application_id": "string",
"type": "string",
"token": "string",
"id": "string"
}'Response
application/json
{ "application_id": "string", "type": "string", "token": "string", "id": "string" }
- Mock serverhttps://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/webhooks/{org}/slack/{name}/
- https://base.manager.iblai.app/api/ai-bot/v1/bots/webhooks/{org}/slack/{name}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/webhooks/{org}/slack/{name}/' \
-H 'Content-Type: application/json' \
-d '{
"type": "string",
"event": {
"property1": null,
"property2": null
},
"command": "string",
"response_url": "http://example.com"
}'Response
application/json
{ "type": "string", "event": { "property1": null, "property2": null }, "command": "string", "response_url": "http://example.com" }
- Mock serverhttps://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/webhooks/{org}/teams/{name}/
- https://base.manager.iblai.app/api/ai-bot/v1/bots/webhooks/{org}/teams/{name}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/webhooks/{org}/teams/{name}/' \
-H 'Content-Type: application/json' \
-d '{
"id": "string",
"type": "string",
"channelData": {
"property1": null,
"property2": null
},
"entities": [
null
],
"text": "string",
"locale": "string",
"textFormat": "string",
"recipient": {
"property1": null,
"property2": null
},
"conversation": {
"property1": null,
"property2": null
},
"from_": {
"property1": null,
"property2": null
},
"channelId": "string",
"serviceUrl": "string",
"localTimezone": "string",
"localTimestamp": "string",
"timestamp": "string"
}'Response
application/json
{ "id": "string", "type": "string", "channelData": { "property1": null, "property2": null }, "entities": [ null ], "text": "string", "locale": "string", "textFormat": "string", "recipient": { "property1": null, "property2": null }, "conversation": { "property1": null, "property2": null }, "from_": { "property1": null, "property2": null }, "channelId": "string", "serviceUrl": "string", "localTimezone": "string", "localTimestamp": "string", "timestamp": "string" }