This endpoint returns a url of an HLS .m3u8 playlist file along with an mp4 file.
curl --request POST \ --url https://api.simli.ai/audioToVideoStream
"<any>"
{ "hls_url": "http://api.simli.ai/hls/path-to-file/output.m3u8", "mp4_url": "http://api.simli.ai/mp4/path-to-file/output.mp4" }
Successful Response
The response is of type any.
any