GET
/image/get/{uniqueId}
curl \
--request GET 'https://call.xap3y.space/v1/image/get/{uniqueId}'
Response examples (200)
{
"error": true,
"timestamp": "2025-05-04T09:42:00Z",
"uniqueId": "string"
}
Response examples (404)
{
"error": true,
"timestamp": "2025-05-04T09:42:00Z",
"uniqueId": "string"
}