DeveloperAPI ReferenceLibrariesLibraryidItemsItemidArtworkSearch
/api/libraries/{libraryId}/items/{itemId}/artwork/search
Path Parameters
libraryId*string
Library ID
itemId*string
Library item ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/api/libraries/string/items/string/artwork/search" \ -H "Content-Type: application/json" \ -d '{}'{
"results": [
{
"type": "poster",
"url": "string",
"thumbnailUrl": "string",
"language": "string",
"width": 0,
"height": 0,
"voteAverage": 0,
"voteCount": 0,
"source": "string"
}
]
}{
"error": "string"
}