# Get picture specifications **GET /i/richItem/{businessId}/pictureSpec** Get rich item picture specifications. ## Servers - Demo URL: https://api.trial.lsk.lightspeed.app (Demo URL) - Production URL: https://api.lsk.lightspeed.app (Production URL) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **businessId** (integer(int64)) The unique identifier for the business. ## Responses ### 200: OK #### Body Parameters: application/hal+json;charset=UTF-8 (object) - **_links** (object) - **minHeight** (integer(int32)) The minimum image height. - **minWidth** (integer(int32)) The minimum image width. - **requiredAspectRatio** (number(float)) The image aspect ratio (width divided by length). If not set, there is no aspect ratio check. [Powered by Bump.sh](https://bump.sh)