Skip to content

ibl-data-manager (3.59.0-ai-plus)

API for iblai

Download OpenAPI description
Languages
Servers
Mock server

https://docs.ibl.ai/_mock/apis/ibl/

https://base.manager.iblai.app/

ai-account

Operations

ai-analytics

Operations

ai-bot

Operations

ai_bot_v1_bots_bot_list

Request

Create modify and update bot information for a specific tenant.

Security
PlatformApiKeyAuthentication
Path
orgstringrequired
curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/bot/' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/jsonArray [
idintegerread-onlyrequired
platformintegerread-onlyrequired
tenantstringread-onlyrequired
namestring<= 255 charactersrequired
providerstring(Provider05cEnum)required
  • webex - Webex
  • slack - Slack
  • whatsapp - Whatsapp
  • discord - Discord
  • teams - Teams
Enum"webex""slack""whatsapp""discord""teams"
is_configuredbooleanread-onlyrequired
slack_configintegerrequired
discord_configintegerread-onlyrequired
webex_configintegerread-onlyrequired
whatsapp_configintegerread-onlyrequired
teams_configintegerread-onlyrequired
webhook_urlstringread-onlyrequired
]
Response
application/json
[ { "id": 0, "platform": 0, "tenant": "string", "name": "string", "provider": "webex", "is_configured": true, "slack_config": 0, "discord_config": 0, "webex_config": 0, "whatsapp_config": 0, "teams_config": 0, "webhook_url": "string" } ]

ai_bot_v1_bots_bot_create

Request

Create modify and update bot information for a specific tenant.

Security
PlatformApiKeyAuthentication
Path
orgstringrequired
Bodyrequired
namestring<= 255 charactersrequired
providerstring(Provider05cEnum)required
  • webex - Webex
  • slack - Slack
  • whatsapp - Whatsapp
  • discord - Discord
  • teams - Teams
Enum"webex""slack""whatsapp""discord""teams"
curl -i -X POST \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/bot/' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "name": "string",
    "provider": "webex"
  }'

Responses

Bodyapplication/json
idintegerread-onlyrequired
namestring<= 255 charactersrequired
providerstring(Provider05cEnum)required
  • webex - Webex
  • slack - Slack
  • whatsapp - Whatsapp
  • discord - Discord
  • teams - Teams
Enum"webex""slack""whatsapp""discord""teams"
is_configuredbooleanread-onlyrequired
webhook_urlstringread-onlyrequired
discord_configintegerread-onlyrequired
webex_configintegerread-onlyrequired
whatsapp_configintegerread-onlyrequired
teams_configintegerread-onlyrequired
Response
application/json
{ "id": 0, "name": "string", "provider": "webex", "is_configured": true, "webhook_url": "string", "discord_config": 0, "webex_config": 0, "whatsapp_config": 0, "teams_config": 0 }

ai_bot_v1_bots_bot_commands_list

Request

Create slash commands for a specific bot eg. /iblai-baseline

Security
PlatformApiKeyAuthentication
Path
orgstringrequired
curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/bot-commands/' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/jsonArray [
idintegerread-onlyrequired
commandstring<= 100 charactersrequired
mentorintegerrequired
botintegerrequired
]
Response
application/json
[ { "id": 0, "command": "string", "mentor": 0, "bot": 0 } ]

ai-finetuning

Operations

ai-index

Operations

ai-marketing

Operations

ai-media

Operations

ai-mentor

Operations

ai-prompt

Operations

career

Operations

catalog

Operations

core

Operations

credentials

Operations

features

Operations

media

Operations

notifications

Operations

scim

Operations

commerce

Operations

recommendations

Operations

reports

Operations

skills

Operations