Siebel REST APIs for Generative AI Service
Generative AI REST API can be invoked from any external client or internal Siebel artifacts like Workflow, Business Service, and script.
-
SiebelOCIAIWebService supports the Generative AI capabilities (existing Service has been enhanced for Generative AI).
-
Business Service Access to be given for SiebelOCIAIWebService with correct Responsibility.
-
REST API endpoint with verb as POST is as below:
https://<hostname>:<port>/siebel/v1.0/service/SiebelOCIAIWebService/InvokeOCIAI
-
Authentication credential is same as that of the Siebel environment (mentioned in the ‘hostname’ of the REST endpoint).
-
Supported functionalities with different Large Language Models are Chat (GenerateChatText / SummarizeChatText), GenerateText, SummarizeText, and EmbedText.
Following topics are a part of this topic: