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 |
knowledge base ID coming from X Forge
knowledge base ID coming from X Forge
knowledge base ID coming from X Forge
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/tagging/api/v1/tag/fetch_metadata
- 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/tagging/api/v1/tag/fetch_metadata \
-H 'Content-Type: application/json' \
-d '{
"source_id": null,
"knowledge_base_id": {},
"connection_id": {},
"auto_generate_dictionary": false,
"type": "postgresql",
"description": {},
"source_schema": "public",
"source_database": {},
"profiling_enabled": false,
"generate_dictionary_prompt": {},
"recrawl_schema": false,
"table_names": [
null
]
}'
{ "success": null, "message": null, "result": {} }
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/tagging/api/v1/tag/get_table_relationships
- 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/tagging/api/v1/tag/get_table_relationships \
-H 'Content-Type: application/json' \
-d '{
"connection_id": {},
"knowledge_base_id": {},
"client": {},
"model": {}
}'
{ "success": null, "message": null, "result": {} }
List of table relationships
Column in the source table
Type of relationship (foreign_key | inferred | business_logic)
Type of relationship (foreign_key | inferred | business_logic)
Type of relationship (foreign_key | inferred | business_logic)
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/tagging/api/v1/tag/update_table_relationships
- 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/tagging/api/v1/tag/update_table_relationships \
-H 'Content-Type: application/json' \
-d '{
"connection_id": {},
"knowledge_base_id": {},
"table_relationships": {
"relationships": [
{
"from_table": null,
"from_column": null,
"to_table": null,
"to_column": null,
"relationship_type": {},
"description": {}
}
]
}
}'
{ "success": null, "message": null, "result": {} }
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/tagging/api/v1/tag/get_table_description
- 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/tagging/api/v1/tag/get_table_description \
-H 'Content-Type: application/json' \
-d '{
"connection_id": {},
"knowledge_base_id": {},
"table_names": [
null
]
}'
{ "success": null, "message": null, "result": {} }
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/tagging/api/v1/tag/update_descriptions
- 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/tagging/api/v1/tag/update_descriptions \
-H 'Content-Type: application/json' \
-d '{
"connection_id": {},
"knowledge_base_id": {},
"table_name": null,
"tag_knowledge_base_id": {},
"columns": [
null
],
"table_description": {}
}'
{ "success": null, "message": null, "result": {} }
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/tagging/api/v1/tag/get_tables_list
- 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/tagging/api/v1/tag/get_tables_list?column_details=false'
{ "success": null, "message": null, "result": {} }
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/tagging/api/v1/tag/get_source_connections
- 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/tagging/api/v1/tag/get_source_connections
{ "success": null, "message": null, "result": {} }
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/tagging/api/v1/tag/latest_job_status
- 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/tagging/api/v1/tag/latest_job_status
{ "success": null, "message": null, "result": {} }
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/tagging/api/v1/tag/upload_csv
- 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/tagging/api/v1/tag/upload_csv?overwrite=false' \
-H 'Content-Type: multipart/form-data' \
-F 'files[0]=null'
{ "success": null, "message": null, "result": {} }
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/tagging/api/v1/tag/fetch_tables
- 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/tagging/api/v1/tag/fetch_tables \
-H 'Content-Type: application/json' \
-d '{
"source_id": null,
"source_database": null,
"source_schema": null
}'
{ "success": null, "message": null, "result": {} }