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/meta-prompting/v1/validate
- 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/meta-prompting/v1/validate \
-H 'Content-Type: application/json' \
-d '{
"title": null
}'
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/meta-prompting/v1/prompts
- 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/meta-prompting/v1/prompts?limit=100&offset=0'
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/meta-prompting/v1/prompts
- 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/meta-prompting/v1/prompts \
-H 'Content-Type: application/json' \
-d '{
"title": null,
"description": null,
"instruction": null,
"content": null,
"type": null,
"category": null,
"domain": null,
"prompt_type_params": {},
"prompt_length": 250,
"language": null,
"source": {}
}'