Skip to main content
Partners can create unlimited photo booth events with custom branding, style selections, and credit allocations. Each event gets a unique shareable link.

Creating an Event

1

Access Partner Dashboard

Navigate to the Events section from the Partner Dashboard sidebar.
2

Click Create Event

Open the event creation modal with the ”+ Crear Evento” button.
3

Configure Event Details

Fill in basic information:
  • Event name
  • Event slug (auto-generated from name)
  • Credit allocation
  • Start and end dates (optional)
4

Select AI Styles

Choose which styles guests can access during the event.
5

Customize Branding

Upload logo, set primary color, and welcome text.

Event Settings

Basic Information

event_name
string
required
Display name shown to guests (e.g., “Boda de Ana y Juan”)
event_slug
string
required
URL-friendly identifier (e.g., “boda-ana-juan-2026”)
credits_allocated
number
required
Total number of AI generations available for the event

Date Configuration

start_date
datetime
Event start time. If set, guests see a countdown screen before this time.
end_date
datetime
Event end time. After this, the event link shows an “event ended” message.
Leave dates blank for unlimited event duration.

Style Selection

Choose from all available AI styles:
  • Browse by category (Series, Cinema, Fantasy, Urban, Sports)
  • Search by style name or tags
  • Premium and free styles both available
  • Multi-select interface with visual previews
If no styles are selected, all active styles will be available to guests.

Branding Customization

Logo Upload

  • Supported formats: PNG, JPG, SVG
  • Recommended size: 400x400px transparent PNG
  • Displayed in top-left corner and pre-event screen

Primary Color

primary_color: "#ff5500"  // Hex color code
Affects:
  • Button backgrounds
  • Accent elements
  • Glow effects
  • Progress bars
  • Link hover states

Welcome Text

Custom message shown on the hero section:
welcome_text: "¡Bienvenidos a nuestra boda!"

Pre-Event Screen

show_welcome_screen
boolean
default:"false"
Show a branded countdown screen before event start date
When enabled, guests see:
  • Event logo
  • Event name
  • Welcome message
  • Countdown to start time
  • “Powered by MetaLab IA” footer
https://cabina.creativa.lab/?event=your-event-slug
For post-event viewing:
https://cabina.creativa.lab/?event=your-event-slug&mode=gallery

Validation & Limits

Event slugs must be unique across all partners. The system auto-generates unique slugs by appending numbers if needed.

Credit Validation

  • Minimum: 1 credit per event
  • Maximum: Limited by partner balance
  • Events cannot start with 0 credits allocated

Date Validation

  • End date must be after start date
  • Past dates are allowed (for historical events)
  • Dates are optional fields

Advanced Configuration

Additional settings available in the event config object:
config: {
  logo_url: string,
  primary_color: string,
  welcome_text: string,
  radius: string,              // Border radius theme
  show_welcome_screen: boolean,
  auto_print: boolean,         // Future: auto-print on generation
  watermark: string           // Future: custom watermark
}

Post-Creation Actions

QR Code Generation

Automatically generated for easy guest access

Credit Top-Up

Add more credits during the event

Style Editing

Update available styles in real-time

Live Statistics

Monitor generation count and credit usage

Build docs developers (and LLMs) love