APIs for Uniphore Business AI platform spanning data, knowledge, models, and agents.
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/workflows/{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/workflows/{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/workflows/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://forge-api-gateway-x-forge.dev.uniphorecloud.com/platform-config/v1/workflows/{id}' \
-H 'Content-Type: application/json' \
-d '{
"workflowName": "string",
"description": null,
"workflowType": "DOCUMENT",
"workflowTemplate": null,
"sourceId": null,
"destinationId": null,
"nodes": [
{
"title": "string",
"operation": "string",
"nodeType": "string",
"order": null,
"config": {
"settings": {
"property1": null,
"property2": null
}
},
"dependencies": [
null
]
}
],
"schedule": "EVERY_15_MINUTES"
}'
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/workflows/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://forge-api-gateway-x-forge.dev.uniphorecloud.com/platform-config/v1/workflows/{id}'
Response
application/json
{ "property1": null, "property2": null }