REST API or RSS Feeds?

Hi there, I’m currently adding several short news texts to Readlang on a daily basis. The process is straightforward, but I hate repetitive tasks and love automating stuff. I’m also planning to automate the fetching of these short news texts and would like to add them in a similar manner to Readlang. Therefore, I’m wondering if it would be possible to have a simple POST API that allows me to add a text to Readlang. Alternatively, another solution to this problem could be an integrated RSS feed. What do you think? :thinking:

It’s already using a REST/JSON API under the hood, its just not documented. Pretty simple to pull up developer tools when adding a story and copy the API.

I do a lot of post-processing outside of the app and study flashcards via third party app. Export-via-API would be nice. I think I vaguely remember that there was one for a moment many years ago :thinking:

Thanks a bunch for the info! I’m a bit of a newbie in this area, but I did some digging and found https://readlang.com/api/book. However, when I added a book, there weren’t any network calls in my browser’s network tab. Could you please provide the endpoints for adding text? And how do I authenticate? Are they done through cookies?

Easiest way is to add something while looking at the network traffic, there are calls happening Authentication is via the cookie. Calls are to https://readlang.com/api/book as you said.