Upload API Utility
A separate utility service is used to upload a file to OCI. The typical steps involved in this are as follows:
-
You choose to upload the audio file from the Server's local file system to the OCI bucket (InputBucket parameter).
-
You then call the Speech AI service API with an empty InputFilePath.
-
The Speech AI service API takes the audio file directly from the OCI bucket.
-
In the Request Payload, configure the following parameters:
-
FilePath. This parameter must specify the source/input audio file location in the Siebel Server local file system.
-
FileName. This parameter must specify the audio file name.
-
Prefix. This parameter, also known as the target/output location, must specify the OCI folder/prefix name (and path) where the audio file will be uploaded to in the OCI bucket.
-