GET /image/get/poster/{uniqueId}

Path parameters

  • uniqueId string Required

Responses

  • 200 application/octet-stream

    Poster image

  • 404 application/json

    Not found

    Hide response attributes Show response attributes object
    • error boolean
    • timestamp string(date-time)
    • uniqueId string | null
GET /image/get/poster/{uniqueId}
curl \
 --request GET 'https://call.xap3y.space/v1/image/get/poster/{uniqueId}'
Response examples (404)
{
  "error": true,
  "timestamp": "2025-05-04T09:42:00Z",
  "uniqueId": "string"
}