Skip to content

Refetch metadata from external sources

POST
/api/library/{id}/refetch

Delete existing non-file metadata candidates and re-fetch from external sources (Google Books, Hardcover) for an organized book. The book stays organized throughout.

Parameters

Path Parameters

id*
Type
string
Required
Format
"uuid"

Responses

Refetch enqueued

application/json
JSON
{
  
"status": "string",
  
"bookId": "string",
  
"searchQuery": "string"
}

Samples