Upload Audio File
Upload audio file is method to store your audio file in OCA’s cloud storage, you can retrieve your audio by url that oca provide after you successfully upload your audio.
HTTP Method : POST
Endpoint URL : https://call.ocatelkom.co.id/api/v1/upload-audio
Form Data (Body)
Property
Type
audio
File (accepted file is mp3)
Response:
Property
Type
id
String
filename
String
name
String
url
URL String
Last updated