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

Platform Config

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

Operations

Request

Bodyapplication/jsonrequired
nameany

Name of the workflow

Example: "Test Wf"
curl -i -X POST \
  https://forge-api-gateway-x-forge.dev.uniphorecloud.com/platform-config/v1/workflows/validate \
  -H 'Content-Type: application/json' \
  -d '{
    "name": "Test Wf"
  }'

Responses

OK

Creates an experiment workflow for a document type

Request

Query
documentTypeanyrequired
tenantIdany
curl -i -X POST \
  https://forge-api-gateway-x-forge.dev.uniphorecloud.com/platform-config/v1/workflows/experiment

Responses

OK

Bodyapplication/json
property name*anyadditional property
Response
application/json
{ "property1": null, "property2": null }

Lists all the sources for a tenantId.

Request

Query
tenant_idanyrequired
offsetany(int32)
Default 0
limitany(int32)
Default 10
name_containsany
source_typeany
typeany
updated_afterany(date-time)
updated_beforeany(date-time)
created_afterany(date-time)
created_beforeany(date-time)
sort_byany
Enum"NAME""CREATED_AT""UPDATED_AT"
sort_orderany
Enum"ASC""DESC"
curl -i -X GET \
  'https://forge-api-gateway-x-forge.dev.uniphorecloud.com/platform-config/v1/sources?offset=0&limit=10&sort_by=NAME&sort_order=ASC'

Responses

OK

Bodyapplication/json
property name*anyadditional property
Response
application/json
{ "property1": null, "property2": null }

Question & Answer

APIs for Question & Answering

Operations
Operations

User Management

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

Operations