Skip to content

ibl-data-manager (4.84.1-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_video_script_generation_audio_create

Request

Endpoint to generate video scripts from a audio file. The audio file can be one of mp3 and wav.

The request should be a multipart form with your audio file in the file field.

Initial Response:

{"script": None, "status": "started_generation", "generation_id": "your-generation-id."}

This signals the generation has started. You can use the generation id to query video script generation status from this endpoint, using a JSON like below:

{"generation_id": "your-generation-id"}

Example response:

{"script": "hello this is a video script.", "status": "finished", "generation_id": "your-generation-id"}
Security
PlatformApiKeyAuthentication
Path
orgstringrequired
user_idstringrequired
curl -i -X POST \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-media/orgs/{org}/users/{user_id}/video-script-generation/audio/' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

No response body

ai_media_orgs_users_video_script_generation_document_create

Request

Endpoint to generate video scripts from a document file. The document file can be one of docx, doc, pptx, ppt, txt and pdf.

The request should be a multipart form with your document file in the file field. Initial Response:

{"script": None, "status": "started_generation", "generation_id": "your-generation-id."}

This signals the generation has started. You can use the generation id to query video script generation status from this endpoint, using a JSON like below:

{"generation_id": "your-generation-id"}

Example response:

{"script": "hello this is a video script.", "status": "finished", "generation_id": "your-generation-id"}
Security
PlatformApiKeyAuthentication
Path
orgstringrequired
user_idstringrequired
curl -i -X POST \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-media/orgs/{org}/users/{user_id}/video-script-generation/document/' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

No response body

ai_media_orgs_users_video_script_generation_text_create

Request

Endpoint to generate video scripts from a text.

The request body should be a JSON with your text, like below:

{"text": "Generate a script about a campus comedy."}

Example response:

{"script": "hello this is a video script."}
Security
PlatformApiKeyAuthentication
Path
orgstringrequired
user_idstringrequired
curl -i -X POST \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-media/orgs/{org}/users/{user_id}/video-script-generation/text/' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

No response body

ai-mentor

Operations

ai-prompt

Operations

analytics

Operations

career

Operations

catalog

Operations

core

Operations

credentials

Operations

custom-domains

Operations

features

Operations

media

Operations

notifications

Operations

scim

Operations

commerce

Operations

recommendations

Operations

reports

Operations

skills

Operations