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_voices_retrieve

Request

Retrieve details of a specific voice option.

Args: request: The HTTP request. pk: The primary key of the voice option to retrieve.

Returns: Response: The details of the specified voice option.

Raises: NotFound: If the specified voice option does not exist.

Security
PlatformApiKeyAuthentication
Path
idintegerrequired

A unique integer value identifying this voice.

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

Responses

Bodyapplication/json
idintegerread-onlyrequired
namestring<= 255 charactersrequired
providerstring(Provider637Enum)required
  • openai - Openai
  • google - Google
  • elevenlabs - Elevenlabs
Enum"openai""google""elevenlabs"
languagestring<= 255 characters
descriptionstring
audio_urlstringread-onlyrequired
Response
application/json
{ "id": 1, "name": "Alloy", "provider": "openai", "gender": "female", "language": "en-US", "description": "A versatile, general-purpose voice" }

ai_mentor_orgs_webhooks_azure_trigger_create

Request

Path
orgstringrequired
slugstringrequired
curl -i -X POST \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-mentor/orgs/{org}/webhooks/azure/trigger/{slug}/'

Responses

No response body

ai_mentor_orgs_webhooks_github_pullrequest_create

Request

Handle incoming POST requests from GitHub webhook for pull requests.

Args: request: The HTTP request object containing the webhook payload. org: the organizaion name.

Returns: Response: A response indicating the result of processing the webhook event.

Path
orgstringrequired
curl -i -X POST \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-mentor/orgs/{org}/webhooks/github/pullrequest/'

Responses

No response body

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