Discussions

Ask a Question
Back to All

I always get status="created" as response and no result_url

Get id value from "POST https://api.d-id.com/talks"
"GET https://api.d-id.com/talks/${id}" I always get status="created" as response and no result_url. How can I get the response to get the result_url value when status="done"?
I am using fetch or axios in Next.js.