> ## Documentation Index
> Fetch the complete documentation index at: https://lummi.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Similar Images

This function allows you to retrieve similar images based on an image. Useful for displaying similar matches in an image view.

<Info>
  You should initialize [InitLummi](/authentication) before using this method.
</Info>

```typescript
import { GetSimilarImages } from 'lummi'
import { imageId } from '@/data'

const { data, success, message } = await GetSimilarImages({})
```
