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_media_orgs_users_heygen_templates_list

Request

API view to list or append Heygen template ids for a tenant.

Security
PlatformApiKeyAuthentication
Path
orgstringrequired
user_idstringrequired
Query
pageinteger

A page number within the paginated result set.

curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-media/orgs/{org}/users/{user_id}/heygen/templates/?page=0' \
  -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(HeygenTemplateResponseSingle)required
results[].​template_idstring or nullread-onlyrequired
results[].​preview_image_urlstring or nullread-onlyrequired
results[].​namestringrequired
results[].​providerstringrequired
Response
application/json
{ "count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [ {} ] }

ai_media_orgs_users_heygen_templates_create

Request

Endpoint to add a Heygen template id to an org.

Only platform admins have access to this endpoint.

Security
PlatformApiKeyAuthentication
Path
orgstringrequired
user_idstringrequired
Bodyrequired
template_idstringrequired
preview_image_urlstring or null
namestringrequired
curl -i -X POST \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-media/orgs/{org}/users/{user_id}/heygen/templates/' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "template_id": "new_id",
    "name": "template name",
    "preview_image_url": "https://example.com/preview.png"
  }'

Responses

Bodyapplication/json
template_idstring or nullread-onlyrequired
preview_image_urlstring or nullread-onlyrequired
namestringrequired
providerstringrequired
Response
application/json
{ "template_id": "new_id", "name": "template name", "preview_image_url": "https://example.com/preview.png" }

ai_media_orgs_users_heygen_templates_destroy

Request

Endpoint to delete a Heygen template id for an org.

The reponse status code is always 204 when no error.

Only platform admins have access to this endpoint.

Security
PlatformApiKeyAuthentication
Path
orgstringrequired
template_namestringrequired
user_idstringrequired
curl -i -X DELETE \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-media/orgs/{org}/users/{user_id}/heygen/templates/{template_name}/' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

No response body

ai_media_orgs_users_heygen_video_captions_retrieve

Request

Endpoint to download caption for a video.

Security
PlatformApiKeyAuthentication
Path
heygen_marketing_video_idstringrequired
orgstringrequired
user_idstringrequired
curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-media/orgs/{org}/users/{user_id}/heygen/video-captions/{heygen_marketing_video_id}/' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

No response body

ai_media_orgs_users_heygen_video_captions_create

Request

Endpoint to upload a new caption for a generated video.

Only platform admins have access to this endpoint.

Security
PlatformApiKeyAuthentication
Path
heygen_marketing_video_idstringrequired
orgstringrequired
user_idstringrequired
Bodyrequired
filestring(uri)required
curl -i -X POST \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-media/orgs/{org}/users/{user_id}/heygen/video-captions/{heygen_marketing_video_id}/' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: multipart/form-data' \
  -F file=http://example.com

Responses

Bodyapplication/json
namestring<= 1024 characters
dataany or null
scriptstring or null
idintegerread-onlyrequired
video_filestring or nullread-onlyrequired
generation_statusstringread-onlyrequired
Response
application/json
{ "name": "video name", "data": { "caption_url": "https://newcaption.com/caption.ass" }, "script": "Hello world. this is a script.", "id": 35, "video_file": "https://example.com/abcd.mp4", "generation_status": "completed" }

ai_media_orgs_users_heygen_video_download_retrieve

Request

Endpoint used to download a heygen video.

Only platform admins have access to this endpoint.

Security
PlatformApiKeyAuthentication
Path
heygen_marketing_video_idstringrequired
orgstringrequired
user_idstringrequired
curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-media/orgs/{org}/users/{user_id}/heygen/video-download/{heygen_marketing_video_id}/' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

No response body

ai_media_orgs_users_heygen_videos_list

Request

Mixin that includes the StudentTokenAuthentication and IsPlatformAdmin

Security
PlatformApiKeyAuthentication
Path
orgstringrequired
user_idstringrequired
Query
pageinteger

A page number within the paginated result set.

curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-media/orgs/{org}/users/{user_id}/heygen/videos/?page=0' \
  -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(HeygenMarketingVideoList)required
results[].​namestring<= 1024 characters
results[].​dataany or null
results[].​pkinteger(ID)read-onlyrequired
results[].​generation_statusstringread-onlyrequired
Response
application/json
{ "count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [ {} ] }

ai_media_orgs_users_heygen_videos_create

Request

Endpoint to create a Heygen video

Only platform admins have access to this endpoint.

Security
PlatformApiKeyAuthentication
Path
orgstringrequired
user_idstringrequired
Bodyrequired
scriptstringrequired
namestringrequired
template_idstring or null
curl -i -X POST \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-media/orgs/{org}/users/{user_id}/heygen/videos/' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "name": "video name",
    "data": {},
    "script": "Hello world. this is a script.",
    "id": 35,
    "video_file": "https://example.com/abcd.mp4",
    "generation_status": "completed"
  }'

Responses

Bodyapplication/json
namestring<= 1024 characters
dataany or null
scriptstring or null
idintegerread-onlyrequired
video_filestring or nullread-onlyrequired
generation_statusstringread-onlyrequired
Response
application/json
{ "name": "video name", "data": {}, "script": "Hello world. this is a script.", "id": 35, "video_file": "https://example.com/abcd.mp4", "generation_status": "completed" }

ai_media_orgs_users_heygen_videos_retrieve

Request

Mixin that includes the StudentTokenAuthentication and IsPlatformAdmin

Security
PlatformApiKeyAuthentication
Path
heygen_marketing_video_idstringrequired
orgstringrequired
user_idstringrequired
curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-media/orgs/{org}/users/{user_id}/heygen/videos/{heygen_marketing_video_id}/' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/json
namestring<= 1024 characters
dataany or null
scriptstring or null
idintegerread-onlyrequired
video_filestring or nullread-onlyrequired
generation_statusstringread-onlyrequired
Response
application/json
{ "name": "string", "data": null, "script": "string", "id": 0, "video_file": "string", "generation_status": "string" }

ai_media_orgs_users_heygen_videos_destroy

Request

Endpoint used to delete a heygen video.

Only platform admins have access to this endpoint.

Security
PlatformApiKeyAuthentication
Path
heygen_marketing_video_idstringrequired
orgstringrequired
user_idstringrequired
curl -i -X DELETE \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-media/orgs/{org}/users/{user_id}/heygen/videos/{heygen_marketing_video_id}/' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

No response body

ai-mentor

Operations

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