Discussions
Anyone know how to go about making a chatbot with the streams API?
How should I go about making a chatbot with a 3d avatar using the streaming api? I already have the chatbot that responds back with text so I would just need to know how to make the stream api use the text to generate the animation live. Nodejs preferrably, Thanks!
Error when using an Azure Storage Account with SAS as result_url
I'm migrating an app that uploads the Talks result in an S3 to upload the result on an Azure Storage Account. It works perfectly with S3, but when using an Azure SAS URL I am getting the following error:
Transparent background for Clips Streams
I'm trying to pass in a transparent background on the Clips Stream endpoint, but I'm getting a status 500 internal server error
unknown error.
I'm a regular subscriber, but I keep getting an unknown error. What's the reason?
Error while using talks endpoint
"message": "Authorization header requires 'Credential' parameter. Authorization header requires 'Signature' parameter. Authorization header requires 'SignedHeaders' parameter. Authorization header requires existence of either a 'X-Amz-Date' or a 'Date' header. Authorization=Basic YUdsdFlXNXphSFZBWVdSNWJtRnRhV056TG1sdTpCVzhxZkF1NnJCRzdJOEhZbUNFQnM="
Bad gateway response
Hello, iam trying implement your API to use stream endpoints, bud after succesful connection i tried send message to endpoint /talks/streams/:id and i got Bad Gateway response from you. Can you tell me if i did something wrong? Here is streamId if it help strm_C5Xv1U4ycDs9O6WX7qHNT.
Regarding cancel of the plan.
I canceled my plan last month, so I figured it wouldn't go through, but it did again today. Please refund me.
internal server error
router.post('/upload_logo', (req, res) => {
console.log('req',req);
middleware.decryption(req.body, function (request) {
Confusing price for agents and streams API
Struggling to port the Stream example code to Next.JS
So I tried porting the Stream example to Next.JS: