AI REST Endpoints
AI
- AI Pass Through
- Method: postPath:
/essbase/rest/v1/ai/applications/{applicationName}/chat/passThrough - Associate AI Connection
- Method: postPath:
/essbase/rest/v1/ai/applications/{applicationName}/connection/{connectionName} - Chat with Ask Essbase
- Method: getPath:
/essbase/rest/v1/ai/aiconnection/{aiConnectionName}/vectorindex/{vectorIndexName}/narrate/{profileName} - Check if Ask Essabse is Enabled
- Method: getPath:
/essbase/rest/v1/ai/vectorindex - Create OCI Chat Credential using Signing Key
- Method: postPath:
/essbase/rest/v1/ai/dbconnection/{dbConnectionName}/chat/credential/signingkey/{credentialName} - Create OCI Chat Profile
- Method: postPath:
/essbase/rest/v1/ai/aiconnection/{aiConnectionName}/chat/profile/{profileName} - Create OCI Vector Credential
- Method: postPath:
/essbase/rest/v1/ai/dbconnection/{dbConnectionName}/vector/credential/{credentialName} - Delete OCI Chat Credential
- Method: deletePath:
/essbase/rest/v1/ai/dbconnection/{dbConnectionName}/chat/credential/{credentialName} - Delete OCI Chat Profile
- Method: deletePath:
/essbase/rest/v1/ai/aiconnection/{aiConnectionName}/chat/profile/{profileName} - Delete OCI Vector Credential
- Method: deletePath:
/essbase/rest/v1/ai/dbconnection/{dbConnectionName}/vector/credential/{credentialName} - Disable Ask Essbase
- Method: deletePath:
/essbase/rest/v1/ai/aiconnection/{aiConnectionName}/job/vectorindex - Dissociate AI Connection
- Method: deletePath:
/essbase/rest/v1/ai/applications/{applicationName}/connection - Enable Ask Essbase
- Method: postPath:
/essbase/rest/v1/ai/aiconnection/{aiConnectionName}/job/vectorindex - Get AI Connection
- Method: getPath:
/essbase/rest/v1/ai/connection - List Sample Queries
- Method: postPath:
/essbase/rest/v1/ai/applications/{applicationName}/databases/{databaseName}/listSampleQueries - MDX Generator
- Method: postPath:
/essbase/rest/v1/ai/applications/{applicationName}/databases/{databaseName}/mdxgenerator - N-Nearest Neighbour Search
- Method: postPath:
/essbase/rest/v1/ai/applications/{applicationName}/databases/{databaseName}/nnearestneighboursearch - Semantic Search
- Method: postPath:
/essbase/rest/v1/ai/applications/{applicationName}/databases/{databaseName}/semanticsearch - Vectorization Date
- Method: postPath:
/essbase/rest/v1/ai/applications/{applicationName}/databases/{databaseName}/vectorizationDate - Vectorize Outline Job
- Method: postPath:
/essbase/rest/v1/ai/applications/{applicationName}/job/vectorize/databases/{databaseName}