# Solve image **GET /image/{index}/solve** Solves the specified image, the result is returned immediately (blocking request) ## Servers - V2 api server: http://localhost:1888/v2/api (V2 api server) ## Parameters ### Path parameters - **index** (integer) The index of the image to solve ### Query parameters - **imageType** (string) Filter the image history by image type. This is useful if you got the index of an image using the history with a filter and now want to get the image. E.g. the 3rd flat in the image history is the 3rd flat in the image endpoint. ## Responses ### 200 Successful response #### Body: application/json (object) - **Response** (object) - **Error** (string) - **StatusCode** (integer) - **Success** (boolean) - **Type** (string) ### 400 Invalid image index / No images available #### 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)