# Get protected image info/data (with password or API key) **POST /image/get/{uniqueId}** ## Servers - https://call.xap3y.space/v1: https://call.xap3y.space/v1 () ## Authentication methods - Api key auth ## Parameters ### Path parameters - **uniqueId** (string) ### Body: application/json (object) - **password** (string) ## Responses ### 200 Standard API response #### Body: application/json (object) - **error** (boolean) - **timestamp** (string(date-time)) - **uniqueId** (string | null) ### 400 Bad request #### Body: application/json (object) - **error** (boolean) - **timestamp** (string(date-time)) - **uniqueId** (string | null) ### 401 Unauthorized or invalid API key/cookie #### Body: application/json (object) - **error** (boolean) - **timestamp** (string(date-time)) - **uniqueId** (string | null) ### 403 Forbidden #### Body: application/json (object) - **error** (boolean) - **timestamp** (string(date-time)) - **uniqueId** (string | null) [Powered by Bump.sh](https://bump.sh)