Discussions

Ask a Question
ANSWERED
ANSWERED

Anyone there?

Hi, I see a lot of questions on here not getting answered. Is anyone there? I was wondering if you have an affiliate program yet. I read several people's comments asking about this and the last one that you responded to was over 8 months ago. Since then there have been several more that were just ignored. I would love to promote it.

ANSWERED
ANSWERED
ANSWERED

i am facing a permission issues

when I hit
var uri = Uri.parse('
https://api.d-id.com/talks');
var header = {
HttpHeaders.authorizationHeader: 'Basic aW5mb0BodGVjaC1zb2x1dGlvbi5jb20:WlSiiZ1CAsLehMn-6s9gA}',
HttpHeaders.acceptHeader: 'application/json',
'Content-Type': 'application/json',
};

ANSWERED

Talk Stream with defined Agent

Hello,

ANSWERED

User Password

How to get Username and password ?

ANSWERED

Need to access uploaded audio via api

I tried to use the upload audio via api but the url i am getting is s3 bucket url, i need the exact predesigned https url

ANSWERED
ANSWERED

How can I check my session status (active, expired) how can I activate the session

I wanted to activate the session when its expired , is there any API to check the session status
and how can i re-activate the session without reloading the whole page
Thanks