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-finetuning

Operations

ai-index

Operations

ai-marketing

Operations

ai-media

Operations

ai-mentor

Operations

ai-prompt

Operations

ai_prompt_orgs_users_languages_update

Request

Update a specific prompt language.

Args: request: The HTTP request containing the updated language data. org: The organization/tenant identifier. user_id: The ID of the user making the request. language_id: The ID of the language to update.

Returns: Response: The updated prompt language.

Raises: BadRequest: If the provided data is invalid. NotFound: If the specified language does not exist.

Security
PlatformApiKeyAuthentication
Path
language_idintegerrequired
orgstringrequired
user_idstringrequired
Bodyrequired
namestring<= 255 charactersrequired
codestring or null<= 255 characters
curl -i -X PUT \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-prompt/orgs/{org}/users/{user_id}/languages/{language_id}/' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "name": "French (Updated)",
    "code": "fr"
  }'

Responses

Bodyapplication/json
idintegerread-onlyrequired
namestring<= 255 charactersrequired
codestring or null<= 255 characters
Response
application/json
{ "id": 3, "name": "French (Updated)", "code": "fr" }

ai_prompt_orgs_users_languages_destroy

Request

Delete a specific prompt language.

Args: request: The HTTP request. org: The organization/tenant identifier. user_id: The ID of the user making the request. language_id: The ID of the language to delete.

Returns: Response: A success message if the language was deleted.

Raises: NotFound: If the specified language does not exist.

Security
PlatformApiKeyAuthentication
Path
language_idintegerrequired
orgstringrequired
user_idstringrequired
curl -i -X DELETE \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-prompt/orgs/{org}/users/{user_id}/languages/{language_id}/' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Language successfully deleted

ai_prompt_orgs_users_memory_retrieve

Request

Retrieve catalog item memory for a specific user.

Args: request: The HTTP request. org: The organization/tenant identifier. user_id: The ID of the user to retrieve catalog item memory for.

Returns: Response: The user's catalog item memory entries.

Raises: NotFound: If no catalog item memory exists for the user.

Security
PlatformApiKeyAuthentication
Path
orgstringrequired
user_idstringrequired
curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-prompt/orgs/{org}/users/{user_id}/memory/' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/json
idintegerread-onlyrequired
studentstring or nullrequired

edX username

platformstringrequired

The platform key

catalog_itemstring(uuid)
lessonsany
next_stepsany
Response
application/json
{ "id": 1, "student": "johndoe", "platform": "main", "catalog_item": "course-v1:edX+DemoX+Demo_Course", "lessons": { "completed": [], "in_progress": [] }, "next_steps": { "recommended": [] } }

career

Operations

catalog

Operations

core

Operations

credentials

Operations

features

Operations

media

Operations

notifications

Operations

scim

Operations

commerce

Operations

recommendations

Operations

reports

Operations

skills

Operations