Appearance
Get metadata candidates
GET
/api/books/{id}/candidates
List metadata candidates fetched from external sources for a book
Parameters
Path Parameters
id*
Type
Requiredstring
Format
"uuid"Responses
Book info with metadata candidates
application/json
JSON "book": { "id": "string", "status": "string", "title": "string", "author": "string" }, "candidates": [ { "id": "string", "source": "string", "normalized": { }, "confidence": "string", "selectedFields": [ "string" ] } ]
{
}
GET
/api/books/{id}/candidates