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_trigger_templates_retrieve

Request

Retrieve available trigger templates.

Args: request: The HTTP request. org: The organization/tenant identifier.

Returns: Response: A dictionary of available trigger templates and their required parameters.

Raises: BadRequest: If the request is invalid.

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

Responses

Dictionary of trigger templates and their required parameters

ai_mentor_orgs_trigger_retrieve

Request

Retrieve details of a specific trigger.

Args: request: The HTTP request. org: The organization/tenant identifier. slug: The unique slug identifier of the trigger.

Returns: Response: The details of the specified trigger.

Raises: Http404: If the specified trigger does not exist.

Security
PlatformApiKeyAuthentication
Path
orgstringrequired
slugstringrequired
curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-mentor/orgs/{org}/trigger/{slug}/' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/json
slugstringrequired
templatestring or nullread-onlyrequired
platformstring or nullread-onlyrequired
parametersany or nullread-onlyrequired
Response
application/json
{ "slug": "trggr-slug-1", "template": "url_to_email_everyday", "platform": "main", "parameters": { "recipients": [], "trigger_url": "https://google.com" } }

ai_mentor_orgs_trigger_deletion_create

Request

Delete a specific trigger.

Args: request: The HTTP request. org: The organization/tenant identifier. slug: The unique slug identifier of the trigger to delete.

Returns: Response: A confirmation of the deletion status.

Raises: BadRequest: If the specified trigger does not exist.

Security
PlatformApiKeyAuthentication
Path
orgstringrequired
slugstringrequired
curl -i -X POST \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-mentor/orgs/{org}/trigger/{slug}/deletion/' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Trigger successfully deleted

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