# Get an image or its base64 by unique ID **GET /image/get/{uniqueId}** ## Servers - https://call.xap3y.space/v1: https://call.xap3y.space/v1 () ## Parameters ### Path parameters - **uniqueId** (string) ### Query parameters - **base64** (boolean) - **download** (boolean) - **password** (string) - **raw** (boolean) - **image_info** (boolean) - **info** (boolean) ## Responses ### 200 Image stream, base64, or info #### Body: application/json (object) - **error** (boolean) - **timestamp** (string(date-time)) - **uniqueId** (string | null) ### 302 Video redirect to /image/get/video/{uniqueId} ### 404 Not found #### Body: application/json (object) - **error** (boolean) - **timestamp** (string(date-time)) - **uniqueId** (string | null) [Powered by Bump.sh](https://bump.sh)