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/crewai-agents/api/v1/crews/execute
- 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/crewai-agents/api/v1/crews/execute \
-H 'Content-Type: application/json' \
-H 'X-Tenant-Id: ' \
-H 'X-User-Id: ' \
-d '{
"id": null,
"name": {},
"message": null,
"inputs": {}
}'
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/crewai-agents/api/v1/crews/generate
- 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/crewai-agents/api/v1/crews/generate \
-H 'Content-Type: application/json' \
-H 'X-Tenant-Id: ' \
-H 'X-User-Id: ' \
-d '{
"message": null
}'
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/crewai-agents/api/v1/agents
- 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/crewai-agents/api/v1/agents \
-H 'X-Tenant-Id: ' \
-H 'X-User-Id: '