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_whatsapp_config_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
phone_number_idstring<= 255 charactersrequired
application_secretstring<= 500 charactersrequired
webhook_verification_tokenstring<= 500 charactersrequired
access_tokenstring<= 500 charactersrequired

Access token to the bot. This can also be a temporary access token.

curl -i -X PUT \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/bot/{id}/whatsapp-config/' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "phone_number_id": "string",
    "application_secret": "string",
    "webhook_verification_token": "string",
    "access_token": "string"
  }'

Responses

Bodyapplication/json
idintegerread-onlyrequired
botintegerread-onlyrequired
phone_number_idstring<= 255 charactersrequired
application_secretstring<= 500 charactersrequired
webhook_verification_tokenstring<= 500 charactersrequired
access_tokenstring<= 500 charactersrequired

Access token to the bot. This can also be a temporary access token.

Response
application/json
{ "id": 0, "bot": 0, "phone_number_id": "string", "application_secret": "string", "webhook_verification_token": "string", "access_token": "string" }

ai_bot_v1_bots_bot_whatsapp_config_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
phone_number_idstring<= 255 characters
application_secretstring<= 500 characters
webhook_verification_tokenstring<= 500 characters
access_tokenstring<= 500 characters

Access token to the bot. This can also be a temporary access token.

curl -i -X PATCH \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/bot/{id}/whatsapp-config/' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "phone_number_id": "string",
    "application_secret": "string",
    "webhook_verification_token": "string",
    "access_token": "string"
  }'

Responses

Bodyapplication/json
idintegerread-onlyrequired
botintegerread-onlyrequired
phone_number_idstring<= 255 charactersrequired
application_secretstring<= 500 charactersrequired
webhook_verification_tokenstring<= 500 charactersrequired
access_tokenstring<= 500 charactersrequired

Access token to the bot. This can also be a temporary access token.

Response
application/json
{ "id": 0, "bot": 0, "phone_number_id": "string", "application_secret": "string", "webhook_verification_token": "string", "access_token": "string" }

ai_bot_v1_bots_discord_user_config_list

Request

Setup discord user id linkage with discord bots this will be used to authenticate the user when interracting with discord bots. the user id can be copied from the discord app after tapping on the user profile.

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

Responses

Bodyapplication/jsonArray [
idintegerread-onlyrequired
userinteger[ 0 .. 2147483647 ]read-onlyrequired

edX user ID

discord_user_idstring<= 200 charactersrequired
date_createdstring(date-time)read-onlyrequired
last_modifiedstring(date-time)read-onlyrequired
]
Response
application/json
[ { "id": 0, "user": 2147483647, "discord_user_id": "string", "date_created": "2019-08-24T14:15:22Z", "last_modified": "2019-08-24T14:15:22Z" } ]

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