MetadataAutoMatchResponse
Response after auto-matching metadata
Fields that were applied
External URL (link to matched item on provider)
matchedResult object
The search result that was matched
Alternative titles
Cover image URL
External ID from the provider
preview object
Preview data for search results
Author names (book search results)
Number of books in the series (if known by the provider)
Short description
Content format discriminator (e.g. manga, novel, light_novel,
manhwa, manhua, comic, webtoon, one_shot).
Free-form string at the protocol layer; the UI maps known values to colored badges and falls back to a neutral badge for anything else.
Genres
Rating
Status string (series search results)
Relevance score (0.0-1.0). Optional - if not provided, result order indicates relevance.
Primary title
Year of publication
Message
skippedFields object[]required
Fields that were skipped (with reasons)
Field name
Reason for skipping
Whether the operation succeeded
{
"appliedFields": [
"string"
],
"externalUrl": "string",
"matchedResult": {
"alternateTitles": [
"string"
],
"coverUrl": "string",
"externalId": "string",
"preview": {
"authors": [
"string"
],
"bookCount": 0,
"description": "string",
"format": "string",
"genres": [
"string"
],
"rating": 0,
"status": "string"
},
"relevanceScore": 0,
"title": "string",
"year": 0
},
"message": "string",
"skippedFields": [
{
"field": "string",
"reason": "string"
}
],
"success": true
}