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_commands_update

Request

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

Security
PlatformApiKeyAuthentication
Path
idintegerrequired

A unique integer value identifying this bot command.

orgstringrequired
Bodyrequired
commandstring<= 100 charactersrequired
mentorintegerrequired
botintegerrequired
curl -i -X PUT \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/bot-commands/{id}/' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "command": "string",
    "mentor": 0,
    "bot": 0
  }'

Responses

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

ai_bot_v1_bots_bot_commands_partial_update

Request

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

Security
PlatformApiKeyAuthentication
Path
idintegerrequired

A unique integer value identifying this bot command.

orgstringrequired
Body
commandstring<= 100 characters
mentorinteger
botinteger
curl -i -X PATCH \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/bot-commands/{id}/' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "command": "string",
    "mentor": 0,
    "bot": 0
  }'

Responses

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

ai_bot_v1_bots_bot_commands_destroy

Request

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

Security
PlatformApiKeyAuthentication
Path
idintegerrequired

A unique integer value identifying this bot command.

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

Responses

No response body

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