Claude
Skills
Sign in
Back

hologram-content-generation

Included with Lifetime
$97 forever

Generate hologram and 3D display content using each::sense AI. Create holographic product displays, presenters, 3D logos, interactive menus, event content, museum exhibits, retail displays, and trade show holograms.

Writing & Docs

What this skill does


# Hologram Content Generation

Generate stunning hologram and 3D display content using each::sense. This skill creates images and videos optimized for holographic displays, 3D fans, LED pyramids, and other volumetric display technologies.

## Features

- **Product Holograms**: Floating 3D product visualizations for retail and showrooms
- **Holographic Presenters**: Virtual spokespersons and brand ambassadors
- **3D Logo Animation**: Animated brand logos for holographic displays
- **Interactive Menus**: Holographic interface and menu systems
- **Event Holograms**: Stage content for concerts, conferences, and launches
- **Museum Exhibits**: Educational holographic content for exhibits
- **Retail Displays**: Eye-catching holographic advertising
- **Trade Show Content**: Attention-grabbing booth holograms
- **Holographic Greetings**: Personalized 3D messages and invitations
- **Interactive Designs**: Touch-responsive holographic interfaces

## Quick Start

```bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a holographic product display showing a luxury watch floating and slowly rotating with particle effects and blue glow"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
```

## Hologram Display Formats

| Display Type | Aspect Ratio | Recommended | Use Case |
|--------------|--------------|-------------|----------|
| Hologram Fan | 1:1 | 1080x1080 | Retail, events, trade shows |
| LED Pyramid | 1:1 | 1080x1080 | Product displays, museums |
| Pepper's Ghost | 16:9 | 1920x1080 | Stage shows, large events |
| Holographic Box | 1:1 | 1080x1080 | Small product displays |
| Volumetric Display | 1:1 | 1080x1080 | High-end installations |
| Transparent OLED | 16:9 | 1920x1080 | Retail windows, exhibits |

## Use Case Examples

### 1. Holographic Product Display

```bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a holographic product display for a premium perfume bottle. The bottle should float in the center, slowly rotating with a magical mist swirling around it. Add sparkle particles and a soft pink/purple glow. Black background for hologram fan display. 1:1 aspect ratio, 5 second loop."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
```

### 2. Hologram Presenter/Spokesperson

```bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a holographic presenter - a professional woman in business attire appearing as a blue-tinted hologram. She should be gesturing welcomingly as if greeting visitors. Add scan lines and digital glitch effects for authentic hologram look. Full body shot, black background, 16:9 aspect ratio."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
```

### 3. 3D Logo Animation

```bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 3D holographic logo animation. A futuristic tech company logo (abstract geometric shape) assembles from floating particles, rotates to reveal depth, then pulses with energy. Cyan and white color scheme with electric effects. Black background, 1:1 square format, 6 second seamless loop."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
```

### 4. Holographic Menu/Interface

```bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a holographic menu interface for a futuristic restaurant. Floating translucent panels showing food items with 3D dish previews. Sci-fi UI design with glowing borders, subtle animations. Blue and orange accent colors on dark background. 16:9 aspect ratio, interactive feel."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
```

### 5. Event Hologram Content

```bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create holographic stage content for a product launch event. A smartphone emerging from an explosion of light particles, floating and rotating to show all angles. Dynamic camera movement, epic reveal moment with lens flares and energy waves. 16:9 cinematic format, 10 seconds."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
```

### 6. Museum/Exhibit Hologram

```bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a holographic museum exhibit showing a dinosaur (T-Rex) in educational display format. The dinosaur should appear as a detailed 3D hologram, slowly rotating with anatomical labels floating around it. Scientific visualization style with blue holographic effect. Black background, 1:1 format, 8 second loop."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
```

### 7. Retail Hologram Display

```bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a retail holographic display for sneakers. The shoe floats and rotates showing all angles, with dynamic lighting highlighting materials and details. Add speed lines and energy effects suggesting performance. Price tag holographically appears. Attention-grabbing for store window. 1:1 square, 5 second loop."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
```

### 8. Trade Show Hologram

```bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an attention-grabbing trade show booth hologram. A futuristic robot mascot waving and beckoning visitors, surrounded by floating company info graphics and product highlights. High energy, playful but professional. Include particle effects and holographic glitches. 1:1 format, 10 second loop."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
```

### 9. Holographic Greeting

```bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a holographic birthday greeting. A magical 3D birthday cake with floating candles, sparkles swirling around it, and the text HAPPY BIRTHDAY appearing in glowing 3D letters above. Warm golden and pink colors with festive particle effects. Black background, 1:1 square format, 6 seconds."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
```

### 10. Interactive Hologram Design

```bash
curl -X POST

Related in Writing & Docs