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

career

Operations

catalog

Operations

core

Operations

core_platform_api_tokens_create

Request

Create a new Platform Api Key for the target platform

Bodyrequired
namestring<= 255 characters^[-a-zA-Z0-9_]+$required

Name of the token. Used by the user to identify the token.

platform_keystringwrite-onlyrequired

The platform key

expires_instring or nullwrite-only

Optional duration until key expires. Format: [DD] [HH:[MM:]]ss[.uuuuuu]

curl -i -X POST \
  https://docs.ibl.ai/_mock/apis/ibl/api/core/platform/api-tokens/ \
  -H 'Content-Type: application/json' \
  -d '{
    "name": "string",
    "platform_key": "string",
    "expires_in": "string"
  }'

Responses

Bodyapplication/json
usernamestringread-onlyrequired

Username that created token

namestring<= 255 characters^[-a-zA-Z0-9_]+$required

Name of the token. Used by the user to identify the token.

keystringread-onlyrequired
expiresstring(date-time)read-onlyrequired

When token expires

createdstring(date-time)read-onlyrequired

When token was created

Response
application/json
{ "username": "string", "name": "string", "key": "string", "expires": "2019-08-24T14:15:22Z", "created": "2019-08-24T14:15:22Z" }

core_platform_api_tokens_destroy

Request

Delete Platform Api Key by name in the target platform

Path
namestringrequired
Query
platform_keystringnon-emptyrequired

Platform key of target platform

curl -i -X DELETE \
  'https://docs.ibl.ai/_mock/apis/ibl/api/core/platform/api-tokens/{name}?platform_key=string'

Responses

No response body

core_platform_config_site_retrieve

Request

GET /site Get site settings.

POST /site Save site settings.

Params: user_id key field_key (POST) value (POST)

Security
PlatformApiKeyAuthentication
Query
keystringnon-emptyrequired
user_idinteger
curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/core/platform/config/site/?key=string&user_id=0' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/json
property name*anyadditional property
Response
application/json
{ "property1": null, "property2": null }

credentials

Operations

features

Operations

media

Operations

notifications

Operations

scim

Operations

commerce

Operations

recommendations

Operations

reports

Operations

skills

Operations