AviatoAviato
DeveloperAPI ReferenceEntitiesIdArtworkSearch

/api/entities/{id}/artwork/search

POST
/api/entities/{id}/artwork/search

Path Parameters

id*string

Resource 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/entities/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"
}