Archive API
Everything dealing with Archives.
Use Authorization: Bearer <base64(api_key)>
Archive file to upload
SHA1 checksum of the archive for in-transit validation.
^[a-fA-F0-9]{40}$Category ID you'd want the archive to be added to.
Set of tags you want to insert in the database alongside the archive.
Title of the Archive.
Summary of the Archive.
Archive uploaded successfully
Bad request
Duplicate archive
Unsupported file
Checksum mismatch
Unprocessable Entity
Locked resource response
Internal Server Error
Use Authorization: Bearer <base64(api_key)>
ID of the Archive to process.
Archive deleted response
No archive ID response
Locked resource response
Use Authorization: Bearer <base64(api_key)>
ID of the Archive to process.
New Title of the Archive.
New Tags of the Archive.
New Summary of the Archive.
Archive metadata updated
No archive ID response
Locked resource response
ID of the archive to process
Disables the placeholder image, queues the thumbnail for extraction and returns a JSON with code 202. This parameter does nothing if the image already exists. (You will get the image with code 200 no matter what)
Specify which page you want to get a thumbnail for. Defaults to the cover, aka page 1.
If the thumbnail was already extracted, you get it directly.
The thumbnail is queued for extraction. Use /api/minion/:jobid to track when your thumbnail is ready.
No archive ID response
Use Authorization: Bearer <base64(api_key)>
ID of the Archive to process.
Page you want to make the thumbnail out of. Defaults to 1.
Archive thumbnail updated
No archive ID response
Use Authorization: Bearer <base64(api_key)>
ID of the Archive to process.
Page number where the chapter/section starts.
Title of the chapter/section.
Archive TOC updated
No archive ID response or other error
Locked resource response
Use Authorization: Bearer <base64(api_key)>
ID of the Archive to process.
Page number of the chapter/section to delete.
Archive TOC updated
No archive ID response or other error
Locked resource response
ID of the Archive to process.
Force a full background re-extraction of the Archive. Existing cached files might still be used in subsequent /api/archives/:id/page calls until the Archive is fully re-extracted.
You get page URLs, and the ID of the background extract job.
No archive ID response
ID of the Archive to process.
Whether to force regeneration of all thumbnails even if they already exist.
If thumbnails are already extracted and force=0
The thumbnails are queued for extraction. You can use /api/minion/:jobid to track progress, by looking at notes->progress and notes->pages.
No archive ID response
ID of the Archive to process.
Current page to update the reading progress to.
Must be a positive integer, and inferior or equal to the total page number of the archive.
Success response
Generic error response
Locked resource response
Use Authorization: Bearer <base64(api_key)>
ID of the Archive to process.
Successful response
No archive ID response
Locked resource response
Last updated