GET /image/get/video/{uniqueId}

Headers

  • Range string

Path parameters

  • uniqueId string Required

Responses

  • 200 video/mp4

    Full content

  • 206

    Partial content

    Hide headers attribute Show headers attribute
    • Content-Range string
  • 416

    Requested Range Not Satisfiable

  • 404 application/json

    Not found

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