# Download the image for a class to be used for cloning **GET /v1/courses/{id}/image** Download the image for a class to be used for cloning ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ### Path parameters - **id** (string) The class id ## Responses ### 200 The class image file #### Headers - **Content-Disposition** (string) Filename for the downloaded image - **Content-Length** (integer) Size of the image in bytes #### Body: image/* (string(binary)) string(binary) ### 404 No image found for this class [Powered by Bump.sh](https://bump.sh)