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/agents/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/agents/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/{agent_id}/prompt-suggestions
- 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/{agent_id}/prompt-suggestions' \
-H 'X-Tenant-Id: ' \
-H 'X-User-Id: '
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/crewai-agents/api/v1/agent-runs
- 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/agent-runs \
-H 'X-Tenant-Id: ' \
-H 'X-User-Id: '