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_whatsapp_user_config_partial_update

Request

Setup phone number linkage with whatsapp bots This phone number will be used to authenticate and allow access to whatsapp bots.

Security
PlatformApiKeyAuthentication
Path
idintegerrequired

A unique integer value identifying this whatsapp user config.

orgstringrequired
Body
phone_numberstring<= 128 characters
curl -i -X PATCH \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/whatsapp-user-config/{id}/' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "phone_number": "string"
  }'

Responses

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

edX user ID

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

ai_bot_v1_bots_whatsapp_user_config_destroy

Request

Setup phone number linkage with whatsapp bots This phone number will be used to authenticate and allow access to whatsapp bots.

Security
PlatformApiKeyAuthentication
Path
idintegerrequired

A unique integer value identifying this whatsapp user config.

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

Responses

No response body

ai_bot_v1_bots_webhooks_discord_create

Request

Webhook endpoint to receive and process discord messages.

Path
namestringrequired
orgstringrequired
Bodyrequired
application_idstringrequired
typestringrequired
tokenstringrequired
idstringrequired
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"
  }'

Responses

Bodyapplication/json
application_idstringrequired
typestringrequired
tokenstringrequired
idstringrequired
Response
application/json
{ "application_id": "string", "type": "string", "token": "string", "id": "string" }

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