Discussions

Ask a Question
Back to all

Clarification on Retrieving Talk Details from talk_id in Real-Time Streaming

Hello D-ID team,

I’m using the Talk Stream endpoint for real-time streaming. I can successfully create the WebRTC connection and receive the response.

When I send text to the stream via:

f"https://api.d-id.com/talks/streams/{stream_id}"

I receive a talk_id in the response, for example:

tlk_KKtaryICgFqPJ-ZmP6nal

My question:
Is there any way to get the details of this talk_id via an API endpoint?

I tried:

GET https://api.d-id.com/talks/{id}

but I didn’t receive any result. Could you confirm if this is supported, or if there’s an alternative endpoint/method to retrieve the talk’s details from its talk_id?

Thank you,