API create a note, is it possible?

Thanks to the API, I was able to develop a Wiki with Inkdrop as CMS.

Reading notes is possible using the API.

Is it also possible to CREATE a note in Inkdrop by using the API? I searched for info in the API documentation, but did not find any information.

Hi Dirk,

Great to hear that! I’m happy to help you.

Yes, the API is compatible with CouchDB. Please read this documentation to learn how to post new document on the db.
The note data specifications can be found here: https://doc.inkdrop.info/reference/note

The API may corrupt your database, so I recommend you to set up a local database and test with it before you try it on the Inkdrop database.