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/darwin/v1/actions
- 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/darwin/v1/actions?tenant_id=test' \
-H 'authorization: '
Response
application/json
[ { "id": {}, "name": {}, "description": {}, "is_active": {}, "provider": {}, "integration_name": {}, "connected": {}, "created_timestamp": {} } ]
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/darwin/v1/actions
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://forge-api-gateway-x-forge.dev.uniphorecloud.com/darwin/v1/actions?tenant_id=test' \
-H 'Content-Type: application/json' \
-H 'authorization: ' \
-d '{
"name": {},
"description": {},
"provider": {},
"integration_name": {}
}'
Response
application/json
{ "status": {}, "id": {} }
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/darwin/v1/actions
- 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/darwin/v1/actions?tenant_id=test' \
-H 'authorization: '
Response
application/json
{ "status": {}, "id": {} }