Komic Deep Links
Komic registers the komic:// URL scheme on iPhone and iPad. You can use it from widgets, Shortcuts, Safari, notes, webpages, or your own tooling to jump into supported parts of the app.
Public Deep Links
Section titled “Public Deep Links”These routes are meant for navigation inside Komic:
| Route | Opens |
|---|---|
komic://book/{bookId} | A specific book |
komic://series/{seriesId} | A specific series |
komic://authors/{role}/{name} | An author filter, such as writer or penciller |
komic://metadata/{kind}/{value} | A metadata filter |
komic://collections/{collectionId} | A collection |
komic://readlists/{readListId} | A read list |
All public routes also accept an optional server query item when you have more than one server configured in Komic.
Server Selection
Section titled “Server Selection”Use ?server= to target a specific configured server. Komic accepts any of these values:
- The configured server name
- The configured server URL
- The configured server host, such as
komga.example.com
Examples:
komic://book/12345?server=https%3A%2F%2Fkomga.example.comkomic://series/abc123?server=My%20Komga
Supported Metadata Kinds
Section titled “Supported Metadata Kinds”kind must be one of:
publishercharacterlocationteam
Examples
Section titled “Examples”komic://book/12345komic://series/abc123komic://authors/writer/John%20Doekomic://metadata/publisher/Image%20Comicskomic://collections/a1b2c3komic://readlists/d4e5f6
Where IDs Come From
Section titled “Where IDs Come From”Book, series, collection, and read list links use the same IDs returned by your Komga or Kavita server APIs. Komic does not invent a second identifier format for deep links.
This is the practical mapping:
bookId: a server book IDseriesId: a server series IDcollectionId: a server collection IDreadListId: a server read list IDrole,name,kind, andvalue: the metadata values shown by Komic
- Komic must be installed for
komic://links to open. - If
servermatches multiple configured servers, Komic will ignore the match instead of guessing. - If a link points to content that no longer exists on the active server, Komic will fail to open it.