Skip to content

Uniphore Business AI Cloud (1.0.0)

APIs for Uniphore Business AI platform spanning data, knowledge, models, and agents.

Metadata

KeyValue
ownerUniphore Technologies Pvt Ltd
teamBusiness AI
departmentEngineering
statusBeta
Download OpenAPI description
Languages
Servers
Demo Instance for Uniphore Business AI Cloud

https://forge-api-gateway-x-forge.dev.uniphorecloud.com/

Action Orchestrator

APIs for Actions Orchestration.

Operations
Operations
Operations

Evaluation

APIs for Evaluation of models

Operations

Inferencing

Pegasus APIs for Inferencing.

Operations

Meta Prompting

APIs for Meta Prompting & Prompt Management.

Operations

Request

Query
tenant_idTenant Id (any)(Tenant Id)
Any of:
any(Tenant Id)
user_idUser Id (any)(User Id)
Any of:
any(User Id)
Bodyapplication/jsonrequired
titleany(Title)required
descriptionany(Description)required
instructionany(Instruction)required
contentany(Content)required
typeany(Type)required
categoryany(Category)required
domainany(Domain)required
prompt_type_paramsPrompt Type Params (object) or Prompt Type Params (any)(Prompt Type Params)
Default {}
Any of:
prompt_lengthPrompt Length (any)(Prompt Length)
Default 250
Any of:
any(Prompt Length)
Default 250
languageany(Language)required
sourceSource (any)(Source)
Any of:
any(Source)
curl -i -X POST \
  https://forge-api-gateway-x-forge.dev.uniphorecloud.com/meta-prompting/v1/prompts \
  -H 'Content-Type: application/json' \
  -d '{
    "title": null,
    "description": null,
    "instruction": null,
    "content": null,
    "type": null,
    "category": null,
    "domain": null,
    "prompt_type_params": {},
    "prompt_length": 250,
    "language": null,
    "source": {}
  }'

Responses

Successful Response

Bodyapplication/json
any
Response
application/json
null

Request

Query
limitany(Limit)
Default 100
offsetany(Offset)
Default 0
tenant_idTenant Id (any)(Tenant Id)
Any of:
any(Tenant Id)
curl -i -X GET \
  'https://forge-api-gateway-x-forge.dev.uniphorecloud.com/meta-prompting/v1/prompts/history?limit=100&offset=0'

Responses

Successful Response

Bodyapplication/json
any
Response
application/json
null

Request

Path
prompt_idany(Prompt Id)required
Query
tenant_idTenant Id (any)(Tenant Id)
Any of:
any(Tenant Id)
curl -i -X GET \
  'https://forge-api-gateway-x-forge.dev.uniphorecloud.com/meta-prompting/v1/prompts/{prompt_id}'

Responses

Successful Response

Bodyapplication/json
any
Response
application/json
null

Platform Config

APIs for Platform Setup - Workflows, Sources, Destinations, Knowledge Bases etc.

Operations

Question & Answer

APIs for Question & Answering

Operations
Operations

User Management

APIs for User Management - Users, Roles, Permissions etc.

Operations