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_all_chats_memory_update_2

Request

Update a specific chat memory entry.

Args: request: The HTTP request containing the updated chat memory data. org: The organization/tenant identifier. user_id: The ID of the user who owns the memory. memory_id: The ID of the specific memory entry to update.

Returns: Response: The updated chat memory entry.

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

Security
PlatformApiKeyAuthentication
Path
memory_idintegerrequired
orgstringrequired
user_idstringrequired
Bodyrequired
usernamestring<= 500 charactersrequired
platform_keystring<= 500 charactersrequired
contentstring or null
session_idstring or null(uuid)
curl -i -X PUT \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-prompt/orgs/{org}/users/{user_id}/all-chats-memory/{memory_id}/' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "username": "johndoe",
    "platform_key": "main",
    "content": "Updated conversation context about machine learning concepts.",
    "session_id": "937d3d46-3048-4f9d-aa5c-ce7c51d85332"
  }'

Responses

Bodyapplication/json
idintegerread-onlyrequired
usernamestring<= 500 charactersrequired
platform_keystring<= 500 charactersrequired
contentstring or null
session_idstring or null(uuid)
Response
application/json
{ "id": 1, "username": "johndoe", "platform_key": "main", "content": "Updated conversation context about machine learning concepts.", "session_id": "937d3d46-3048-4f9d-aa5c-ce7c51d85332" }

ai_prompt_orgs_users_all_chats_memory_destroy_2

Request

Delete a specific chat memory entry.

Args: request: The HTTP request. org: The organization/tenant identifier. user_id: The ID of the user who owns the memory. memory_id: The ID of the specific memory entry to delete.

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

Raises: NotFound: If the specified memory entry does not exist.

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

Responses

Memory successfully deleted

ai_prompt_orgs_users_chat_memory_status_retrieve

Request

Retrieve the chat memory status for a specific user.

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

Returns: Response: The user's chat memory status.

Raises: NotFound: If no memory status 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}/chat-memory-status/' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/json
idintegerread-onlyrequired
usernamestring<= 500 charactersrequired
platform_keystring<= 500 charactersrequired
enabledboolean
Response
application/json
{ "id": 1, "username": "johndoe", "platform_key": "main", "enabled": true }

career

Operations

catalog

Operations

core

Operations

credentials

Operations

features

Operations

media

Operations

notifications

Operations

scim

Operations

commerce

Operations

recommendations

Operations

reports

Operations

skills

Operations