Discussions

Ask a Question
Back to All

/talks endpoint result_url

Hi, I am using /talks endpoint to generate a talks video. Earlier I was not using persist: true in payload, the result_url was normal, I was able to access it on browser and on my react app, but that links expires after 24 hrs.
But when I use this (persist: true) in payload while generating video through my react app, the result_url that is coming is something like
s3.amazonaws.com/d-id-talks-persistent-prod/google-oauthxxxxxx/tlk_xxxxxx/xxxxxx.mp4

So how do I access that permanant url from my react app.