> ## 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.

# Search Random Images

This function allows you to search and retrieve random images with specified filters. Useful for displaying images in a feed or gallery based on some user conditions.

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

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

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