Update audio
API Endpoint
Request Body Schema
Parameter
Type
Description
fileName
string
Name of the file. Required.
contentType
string
Must be audio/wav
.
duration
number
Must be a positive number.
Authentication Requirements
All requests must include authentication credentials.
Authorization Header: Pass the API key and secret as
<API_KEY>:<API_SECRET>
.
Example Request
Success Response
Uploading the File
Once the signed URL is received, upload the audio file using an HTTP PUT
request.
Example Upload Request
Last updated