APIs for Uniphore Business AI platform spanning data, knowledge, models, and agents.
API Reference
/- Lists jobs with filters
Gets a workflow with id
Updates provided workflow
Deletes a workflow with id
Gets source connector for a tenantId by id.
Updates the source connector for the given id.
Updates knowledgebase name and description
Gets destination connector for a tenantId by id.
Updates the destination connector for the given id.
Lists workflows with filters
Creates a workflow
Executes provided workflow
Validate a workflow
Creates an experiment workflow for a document type
Lists all the sources for a tenantId.
Create a new source connector.
SLM pairing with given knowledgebase id.
questions
Ask a Question
Generate chart
Lists all the destinations for a tenantId.
Create a new destination connector.
Create configuration
Gets a template schema for the workflows
Test Source connector
Get list of SLM
Gets SLM by id.
Get knowledgebases
Gets knowledgebase by id.
Get job with id
Get failure details for files in a job
Get job processing details
Cancels job with id
Subscribe to job status events
Subscribe to job processing details events
Get embedder models
Gets embedder model by id.
Test destination connector
Get configurations
Cleanup for a template workflow with id
Delete source connector by ID
Delete knowledgebase by ID
Delete destination connector by ID
Lists jobs with filters
Uniphore Business AI Cloud (1.0.0)
Metadata
Key | Value |
---|---|
owner | Uniphore Technologies Pvt Ltd |
team | Business AI |
department | Engineering |
status | Beta |
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/platform-config/v1/knowledge_bases/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://forge-api-gateway-x-forge.dev.uniphorecloud.com/platform-config/v1/knowledge_bases/{id}'
Response
application/json
{ "property1": null, "property2": null }
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/platform-config/v1/jobs
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/platform-config/v1/jobs
Response
application/json
{ "property1": null, "property2": null }
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/platform-config/v1/jobs/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://forge-api-gateway-x-forge.dev.uniphorecloud.com/platform-config/v1/jobs/{id}'
Response
application/json
{ "property1": null, "property2": null }