v0.6.1.7+ no longer supports enabling swagger on Kavita installations. It can be used on dev builds or you can use our API documentation.
To view the documentation you have to enable swagger in settings and head to http://localhost:5000/swagger
or use https://www.kavitareader.com/docs/api/#/
Alternatively you can build Kavita on your local machine and then browse to the Swagger UI at http://localhost:5000/swagger/. Kavita uses JWT for authentication, and thus you must attach your JWT key to Swagger to test against your local instance.
You can get your JWT by opening dev tools on a browser you have authenticated against and getting this key "kavita-user" from local storage. This will have a token key within it. Use "Bearer TOKEN_KEY" to authenticate. This must be on all APIs for Kavita to respond.
Both MangaManager and ComicTagger work with comic files and manga files. They have different UI with different features
Edit your metadata making sure to set the Series
and Number
correctly so that Kavita groups the volumes of a Series together.
Then under Preferences change the Save to Disk settings to:
Next, use the Save to Disk option and import those files into your Kavita library location.
These are only the guides for some of them.
Access the list of external readers here
Access the guide for Tachiyomi here
Notice an error? Think you can improve this documentation?
Edit this Page