Quick start
This guide will walk you through the essential steps to get started with Brautcloud. You’ll create an account, set up your first wedding event, upload photos, and share access with your guests.Create your account
Start by registering for a Brautcloud account. You’ll need to provide your email and create a password.Registration requestThe registration form captures:Login requestResponseThe refresh token is set as an HTTP-only cookie for security.
- Full name
- Email address
- Password (with confirmation)
Once registered, you can log in to receive your JWT access token and refresh token for authenticated requests.
Create your first wedding event
After logging in, create your wedding event with details like the event name, date, location, and couple names.Create event requestThe event includes:List your eventsResponse
- eventName: The name of your wedding event
- location: Where the wedding takes place
- date: Wedding date and time (ISO 8601 format)
- password: Password for guest access to the event
- qrCode: Optional QR code for easy guest access
The event password allows guests to access and upload photos to your event gallery without creating their own accounts.
Upload photos to your event
Now that your event is created, you and your guests can start uploading photos to build your wedding gallery.Upload image requestThe upload interface provides a simple camera-style upload experience:View uploaded photosThis returns all images associated with your event, stored securely in AWS S3.
Photos are automatically uploaded to S3 and associated with your event. Each upload is tracked so you can see who contributed to your gallery.
Share your event with guests
Share your wedding event with guests so they can upload their photos and view the gallery.Sharing optionsThey can then upload photos which appear in your shared gallery. The upload interface tracks their contributions:
- Event password: Share the event password with guests so they can access the event and upload photos
- QR code: Generate a QR code that links directly to your event upload page
- Direct link: Share the event URL with the event ID
All uploaded photos are immediately available in the event gallery for everyone to view and enjoy.
Next steps
Now that you’ve created your first event and uploaded photos, explore more features:- Learn about JWT authentication and token refresh
- Understand event management in detail
- Explore image gallery capabilities
- Check out the complete API reference for all available endpoints