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
user_idArray of User Id (objects) or User Id (any)(User Id)
Any of:
typeArray of Type (objects) or Type (any)(Type)
Any of:
categoryArray of Category (objects) or Category (any)(Category)
Any of:
domainArray of Domain (objects) or Domain (any)(Domain)
Any of:
languageArray of Language (objects) or Language (any)(Language)
Any of:
created_afterCreated After (any)(Created After)
Any of:
any(date-time)(Created After)
created_beforeCreated Before (any)(Created Before)
Any of:
any(date-time)(Created Before)
updated_afterUpdated After (any)(Updated After)
Any of:
any(date-time)(Updated After)
updated_beforeUpdated Before (any)(Updated Before)
Any of:
any(date-time)(Updated Before)
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?limit=100&offset=0'

Responses

Successful Response

Bodyapplication/json
any
Response
application/json
null

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

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