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_mentor_orgs_users_settings_tenant_llm_list

Request

Retrieve all LLM models assigned to a specific tenant.

Args: request: The HTTP request. org: The unique identifier of the tenant.

Returns: Response: A list of LLM models assigned to the tenant.

Raises: NotFound: If the specified tenant does not have any associated models. ValidationError: If an unexpected error occurs.

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

Responses

Bodyapplication/jsonArray [
idintegerread-onlyrequired
llm_providerstring<= 255 charactersrequired
llm_namestring<= 255 charactersrequired
tenantinteger or null
]
Response
application/json
[ [ {} ] ]

ai_mentor_orgs_users_settings_tenant_llm_create

Request

Create or update an LLM model for a tenant.

Accessible only to tenant administrators.

Args: request: The HTTP request containing LLM model details. org: The unique identifier of the tenant.

Returns: Response: Details of the newly created or updated LLM model.

Raises: ValidationError: If request data is invalid. NotFound: If the tenant does not exist.

Security
PlatformApiKeyAuthentication
Path
orgstringrequired
user_idstringrequired
Bodyrequired
llm_providerstring<= 255 charactersrequired
llm_namestring<= 255 charactersrequired
tenantinteger or null
curl -i -X POST \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-mentor/orgs/{org}/users/{user_id}/settings/tenant-llm/' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "tenant": "example-tenant",
    "model_name": "gpt-4",
    "configuration": {
      "max_tokens": 2000,
      "temperature": 0.8,
      "top_p": 0.85
    }
  }'

Responses

Bodyapplication/json
idintegerread-onlyrequired
llm_providerstring<= 255 charactersrequired
llm_namestring<= 255 charactersrequired
tenantinteger or null
Response
application/json
{ "info": "LLM model for tenant created successfully." }

ai_mentor_orgs_users_starred_mentors_list

Request

Retrieve a list of mentors starred by a specific user.

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

Returns: Response: A list of the user's starred mentors, sorted by most recently accessed.

Raises: NotFound: If the specified student does not exist. BadRequest: If the request is invalid.

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

Responses

Bodyapplication/jsonArray [
is_starredboolean
updated_atstringread-onlyrequired
mentorstringread-onlyrequired
studentstringread-onlyrequired
recently_accessed_atstring or nullread-onlyrequired
]
Response
application/json
[ [ {}, {} ] ]

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