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

# Preset Families

> Browse every ready-made family and pick the cast for your videos by slug

VibePeak ships eight ready-made families. Each card below shows the full cast; click any image to expand it. Use the slug under a card as the `selected_family_id` when [creating a real estate video](/api-reference/videos/create-living-property).

Presets are available to every plan in [List Families](/api-reference/families/list-families) responses, and using one on a video requires a Pro, Max, or Enterprise plan.

<CardGroup cols={2}>
  <Card>
    <Frame>
      <img src="https://app.vibepeak.ai/previews/families/young-pro-couple/card.png" alt="Young pro couple preset family" />
    </Frame>

    **Young pro couple** · `young-pro-couple`

    2 adults, late 20s / early 30s
  </Card>

  <Card>
    <Frame>
      <img src="https://app.vibepeak.ai/previews/families/family-with-kids/card.png" alt="Family with kids preset family" />
    </Frame>

    **Family with kids** · `family-with-kids`

    2 adults + 2 children
  </Card>

  <Card>
    <Frame>
      <img src="https://app.vibepeak.ai/previews/families/single-parent/card.png" alt="Single parent preset family" />
    </Frame>

    **Single parent** · `single-parent`

    1 adult + 1 child
  </Card>

  <Card>
    <Frame>
      <img src="https://app.vibepeak.ai/previews/families/retired-couple/card.png" alt="Retired couple preset family" />
    </Frame>

    **Retired couple** · `retired-couple`

    2 adults, 60s
  </Card>

  <Card>
    <Frame>
      <img src="https://app.vibepeak.ai/previews/families/same-sex-couple/card.png" alt="Same-sex couple preset family" />
    </Frame>

    **Same-sex couple** · `same-sex-couple`

    2 adults
  </Card>

  <Card>
    <Frame>
      <img src="https://app.vibepeak.ai/previews/families/multigenerational/card.png" alt="Multigenerational preset family" />
    </Frame>

    **Multigenerational** · `multigenerational`

    2 adults + 2 children, extended family
  </Card>

  <Card>
    <Frame>
      <img src="https://app.vibepeak.ai/previews/families/luxury/card.png" alt="Luxury buyer preset family" />
    </Frame>

    **Luxury buyer** · `luxury`

    2 adults + 2 children, affluent styling
  </Card>

  <Card>
    <Frame>
      <img src="https://app.vibepeak.ai/previews/families/solo-professional/card.png" alt="Solo professional preset family" />
    </Frame>

    **Solo professional** · `solo-professional`

    1 adult professional
  </Card>
</CardGroup>

## Using a preset

```bash theme={null}
curl -X POST "https://api.vibepeak.ai/v1/real-estate/living-property" \
  -H "Authorization: Bearer vpk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "images": ["https://example.com/living-room.jpg"],
    "selected_family_id": "family-with-kids"
  }'
```

The same cast then appears across every scene of the generated video. See [Families](/concepts/families) for how casting works and how to build your own family.
