NEW Conversational chatbot for language learning

Hi Steve,

Thanks for the new Conversation feature. I am using it every day (in French) to get some sort of practice habit.

Would it be possible to add export option, both for original text and corrected text? I’m feeding my Perplexity Space with all my writing mistakes and it prepares custom material and practices for me to fix those mistakes.

At the moment, I dump screenshots manually to it, but it struggled sometimes detecting the original vs corrected, due to the way they are currently displayed.

In any case, thanks again for this.

1 Like

Not sure if this is too technical for you, but you can get this data via the JSON API. To do this:

  1. Open a chat
  2. Look at the URL in the browser address bar, it’ll be something like:

https://readlang.com/chat/6819e8c0b9258eb9870b93ee

  1. Edit the URL to replace the /chat part with /api/chat so that it looks something like this:

https://readlang.com/api/chat/6819e8c0b9258eb9870b93ee

(If you are using Google Chrome browser, it offers a “Pretty print” option which reformat the data, adding spaces and newlines, to make it more readable) Within that JSON object you will find a list of messages, each containing the following fields which you are after:

  • text - the original text you wrote
  • correctedText - the corrected text

Has anyone tipps how to lead better conversations with the AI? Right now I seem to be stuck in a circle with every second question being ‘oh that is great. What is your favorite..?’

2 Likes