With an API key, external systems like photo booths upload straight into your event. The key is created in the app; the full reference lives in the API documentation.
In the admin area, open the API section (API Key Management). Generate a key, reveal or copy it with the buttons next to the masked value; regenerating invalidates the old key.
Send a photo with one request:curl -X POST https://api.event.pics/v1/upload -H "Authorization: Bearer YOUR_API_KEY" -F "[email protected]"
The exact endpoints, parameters and limits are documented in the API guide (OpenAPI spec included).
Photo booth software with a webhook or folder watcher, a Raspberry Pi camera at the entrance, or batch scripts after the event: everything that speaks HTTP can fill your gallery.
EventPics is free to start: 2 GB storage, unlimited guests, no app needed.
Open EventPics