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

Request

Query
user_idUser Id (any)(User Id)

user_id

Any of:

user_id

any(User Id)

user_id

tenant_idTenant Id (any)(Tenant Id)
Default "test"
Any of:
any(Tenant Id)
Default "test"
Headers
authorizationAuthorization (any)(Authorization)
Any of:
any(Authorization)
Bodyapplication/jsonrequired
integrationsobject(Integrations)required
integrations.​property name*Array of objectsadditional property
curl -i -X POST \
  'https://forge-api-gateway-x-forge.dev.uniphorecloud.com/darwin/v1/actions/functions?tenant_id=test' \
  -H 'Content-Type: application/json' \
  -H 'authorization: ' \
  -d '{
    "integrations": {
      "property1": [
        null
      ],
      "property2": [
        null
      ]
    }
  }'

Responses

Successful Response

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

Request

Execute Action.

Query
user_idUser Id (any)(User Id)

user_id

Any of:

user_id

any(User Id)

user_id

timezoneany(Timezone)required

Timezone

tenant_idTenant Id (any)(Tenant Id)
Default "test"
Any of:
any(Tenant Id)
Default "test"
Headers
authorizationAuthorization (any)(Authorization)
Any of:
any(Authorization)
Bodyapplication/jsonrequired
execution_idExecutionId (any)(ExecutionId)
Any of:
any(ExecutionId)
context_idContextId (any)(ContextId)
Any of:
any(ContextId)
action_nameAction Name (any)(Action Name)
Any of:
any(Action Name)
integration_nameIntegration Name (any)(Integration Name)
Any of:
any(Integration Name)
messageMessage (any)(Message)
Any of:
any(Message)
disable_llm_parseDisable llm Parse (any)(Disable llm Parse)
Default false
Any of:
any(Disable llm Parse)
Default false
curl -i -X POST \
  'https://forge-api-gateway-x-forge.dev.uniphorecloud.com/darwin/v1/actions/execute?tenant_id=test' \
  -H 'Content-Type: application/json' \
  -H 'authorization: ' \
  -d '{
    "execution_id": {},
    "context_id": {},
    "action_name": {},
    "integration_name": {},
    "message": {},
    "disable_llm_parse": false
  }'

Responses

Successful Response

Bodyapplication/json
actionany(Action)required
statusany(Status)required
responseResponseValue (object) or any
Any of:
Response
application/json
{ "action": null, "status": null, "response": { "string_response": {}, "int_response": {}, "float_response": {}, "bool_response": {}, "object_response": { … }, "list_response": [ … ], "response_type": {} } }

Request

Path
fileany(File)required

file

curl -i -X GET \
  'https://forge-api-gateway-x-forge.dev.uniphorecloud.com/darwin/v1/reports/downloads/{file}'

Responses

Successful Response

Bodyapplication/json
any
Response
application/json
null

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

Question & Answer

APIs for Question & Answering

Operations
Operations

User Management

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

Operations