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
simliAPIKey
string
required
faceId
string
required
audioBase64
string
required
audioFormat
enum<string>
required
Available options:
pcm16,
pcm32,
wav,
mp3,
ogg
audioSampleRate
integer
default: 16000
audioChannelCount
integer
default: 1
videoStartingFrame
integer
default: 0

Response

200 - application/json

The response is of type any.