POST
/
audioToVideoStream

Sample Response Body

{
  "hls_url": "http://api.simli.ai/hls/path-to-file/output.m3u8",
  "mp4_url": "http://api.simli.ai/mp4/path-to-file/output.mp4"
}

Body

application/json
audioBase64
string
required
audioFormat
enum<string>
required
Available options:
pcm16,
pcm32,
wav,
mp3,
ogg
faceId
string
required
simliAPIKey
string
required
audioChannelCount
integer
default:
1
audioSampleRate
integer
default:
16000
videoStartingFrame
integer
default:
0

Response

200 - application/json

The response is of type any.