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/action-orchestrator/v1/categories
- 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/action-orchestrator/v1/categories?tenant_id=test' \
-H 'authorization: '
Response
application/json
[ { "id": {}, "name": {}, "description": {}, "is_active": {}, "created_timestamp": {}, "integration_count": {} } ]
Query
Integration Name
Any of:
Integration Name
any(Integration Name)
Integration Name
Integration Id
Any of:
Integration Id
any(Integration Id)
Integration Id
Accepted values for provider are: darwin, mcp, open_api_spec
Any of:
Accepted values for provider are: darwin, mcp, open_api_spec
any(Provider)
Accepted values for provider are: darwin, mcp, open_api_spec
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/action-orchestrator/v1/integrations
- 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/action-orchestrator/v1/integrations?tenant_id=test' \
-H 'authorization: '
Response
application/json
[ { "id": {}, "name": {}, "workato_name": {}, "description": {}, "is_active": {}, "provider": {}, "service_provider": {}, "created_timestamp": {}, "category_name": {}, "action_count": {}, "access_level": {}, "resource_required": {}, "resource_type": {}, "upload_resource": {}, "authentication_required": {} } ]
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/action-orchestrator/v1/integrations
- 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/action-orchestrator/v1/integrations?tenant_id=test' \
-H 'Content-Type: application/json' \
-H 'authorization: ' \
-d '{
"name": null,
"description": {},
"provider": null,
"access_level": null,
"authentication_required": false
}'
Response
application/json
{ "status": {}, "id": {}, "message": {}, "connected": {} }