-
-
Notifications
You must be signed in to change notification settings - Fork 72
Lens Creator Guide
Patrick Trumpis edited this page Mar 28, 2025
·
13 revisions
- Go to: https://my-lenses.snapchat.com/camera-kit
- Log-in or Sign-up for a new developer account
- Navigate to the Apps section
- Click on the Enable App button
- Click the Select App dropdown box
- Choose + Create App
- Pick any name for your web app
- Select Web as your target platform
- Confirm your app in the next step by ticking the checkboxes
- Click the Enable button
Your app will be created and you will be redirected to the overview page
Now you need to copy your API Token
And paste the string to BRIDGE_API_TOKEN in your .env file
###########################
# For Lens Creators
###########################
# Lens creators require an official API token in order to access their own lenses
#
# Get your own API token at:
# https://my-lenses.snapchat.com/camera-kit
#
# 1. Sign-in/Register
# 2. Create a new 'Web App'
# 3. Copy&Paste 'Production API Token' below
#
BRIDGE_API_TOKEN=You can now start the Docker Server with:
docker compose --profile creator up This will load and start an additonal Docker container to import lenses from your Snapchat account.
You should run the command above only if you want to import new lenses.
Once you activate your lenses inside Snap Camera, they are fully imported.