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_retrieve

Request

Create modify and update bot information for a specific tenant.

Security
PlatformApiKeyAuthentication
Path
idintegerrequired

A unique integer value identifying this bot.

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

Responses

Bodyapplication/json
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_update

Request

Create modify and update bot information for a specific tenant.

Security
PlatformApiKeyAuthentication
Path
idintegerrequired

A unique integer value identifying this bot.

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 PUT \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/bot/{id}/' \
  -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_partial_update

Request

Create modify and update bot information for a specific tenant.

Security
PlatformApiKeyAuthentication
Path
idintegerrequired

A unique integer value identifying this bot.

orgstringrequired
Body
namestring<= 255 characters
providerstring(Provider05cEnum)
  • webex - Webex
  • slack - Slack
  • whatsapp - Whatsapp
  • discord - Discord
  • teams - Teams
Enum"webex""slack""whatsapp""discord""teams"
curl -i -X PATCH \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/bot/{id}/' \
  -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-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