Skip to main content
POST
/
api
/
v1
/
readlists
/
match
/
comicrack
Match ComicRack list
curl --request POST \
  --url https://demo.komga.org/api/v1/readlists/match/comicrack \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "errorCode": "<string>",
  "readListMatch": {
    "errorCode": "<string>",
    "name": "<string>"
  },
  "requests": [
    {
      "matches": [
        {
          "books": [
            {
              "bookId": "<string>",
              "number": "<string>",
              "title": "<string>"
            }
          ],
          "series": {
            "seriesId": "<string>",
            "title": "<string>",
            "releaseDate": "2023-12-25"
          }
        }
      ],
      "request": {
        "number": "<string>",
        "series": [
          "<string>"
        ]
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

multipart/form-data
file
file
required

Response

OK

errorCode
string
required
readListMatch
object
required
requests
object[]
required