There are three steps to integrate with our AI photo delivery platform.
We have abstracted out the details to make it as simple as possible to get started.
- Register an attendee using the registration API
- The response returns a face_url
- Store the face_url, to use in step 3 to show the personalized gallery
- Upload photos using the API
- Embed the face_url to show the personalized gallery of the user.
- As photos are uploaded and scanned, the gallery would populate automatically.
API Documentation
Registration object attributes
- name - string
- phone - string, should start with the country code
- email - string
- people_type - string enum, stores the type of attendee. Could be any of the below values
- 'ATTENDEE' → Default
- 'CREW'
- 'SPEAKER'
- 'SPONSOR'
- 'VOLUNTEER'
- ‘DELEGATE’
- ‘EXHIBITOR’
- ‘MEDIA’
- 'OTHER'
- should_send_welcome_notification - Boolean value. If false, no registration success message is sent to the user.
- have_consent_for_networking - Boolean value. If false, user has no access to networking module
- custom_fields - optional dictionary of key value pairs.
You can also push custom fields to the registration object.
Few reserved custom_fields