# Screenshot **GET /application/screenshot** Takes a screenshot ## Servers - V2 api server: http://localhost:1888/v2/api (V2 api server) ## Parameters ### Query parameters - **resize** (boolean) Whether to resize the screenshot. - **quality** (integer(int32)) The quality of the screenshot, ranging from 1 (worst) to 100 (best). -1 or omitted for png - **size** (string) The size of the screenshot ([width]x[height]). Requires resize to be true. - **scale** (number(double)) The scale of the screenshot. Requires resize to be true. - **stream** (boolean) Stream the image to the client. This will stream the image in image/jpg or image/png format. ## Responses ### 200 Successful response #### Body: application/json (object) - **Response** (string) - **Error** (string) - **StatusCode** (integer) - **Success** (boolean) - **Type** (string) ### 500 Internal server error, Unknown error #### Body: application/json (object) - **Response** (string) - **Error** (string) - **StatusCode** (integer) - **Success** (boolean) - **Type** (string) [Powered by Bump.sh](https://bump.sh)