We’re using https://api.convai.com/character/delete and https://api.convai.com/character/generate-starter-conversation. Both are returning Fail now.
https://api.convai.com/character/delete is succeeding. I realized that there is a delay before the character is deleted and repeated requested returned a Fail. That was the only issue there.
I’ve so far not been able to get https://api.convai.com/character/generate-starter-conversation to succeed because UE does not have native SSE support. Is there any way to return the conversation suggestions known in UE?
Here is an example of the fail:
Hello @nathan,
I just tested both endpoints, and they are working as expected.
I recommend checking available online resources for guidance.
Thanks K3. It’s an Unreal issue because there is no straight forward way to receive SSE. Is there any possibility of formatting the response to be the same as the other API calls?
I will check with the team and get back to you.