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_export_chathistory_create

Request

Initiates a background task to export the user's chat history.

Returns:

200: task id.

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

Responses

Bodyapplication/json
task_idstringrequired
Response
application/json
{ "task_id": "307be194-2351-44ff-8d7b-24660fd9ec34" }

ai_mentor_orgs_users_free_usage_count_retrieve

Request

Retrieve the count of free usage credits available to a user.

Args: request: The HTTP request. org: The organization/tenant identifier. user_id: The ID of the user to check free usage for.

Returns: Response: The count of free usage credits available.

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

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}/free-usage-count' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/json
countintegerrequired
Response
application/json
{ "count": 10 }

ai_mentor_orgs_users_mcp_servers_list

Request

List all MCP servers.

Returns a paginated list of MCP servers that can be filtered by platform and searched by name or URL.

Security
PlatformApiKeyAuthentication
Path
orgstringrequired
user_idstringrequired
Query
pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

platforminteger
searchstring

A search term.

curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-mentor/orgs/{org}/users/{user_id}/mcp-servers/?page=0&page_size=0&platform=0&search=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/json
countintegerrequired
Example: 123
nextstring or null(uri)
Example: "http://api.example.org/accounts/?page=4"
previousstring or null(uri)
Example: "http://api.example.org/accounts/?page=2"
resultsArray of objects(MCPServer)required
results[].​idintegerread-onlyrequired
results[].​platformintegerread-onlyrequired
results[].​namestring<= 255 charactersrequired
results[].​urlstring(uri)<= 200 charactersrequired

The url of the MCP server.

results[].​transportstring(TransportEnum)
  • sse - Sse
  • websocket - Websocket
Enum"sse""websocket"
results[].​headersany

Headers to send to the MCP server. Useful for authentication,

results[].​platform_keystringread-onlyrequired
results[].​created_atstring(date-time)read-onlyrequired
results[].​updated_atstring(date-time)read-onlyrequired
Response
application/json
{ "count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [ [] ] }

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