Documentation

API Integrations

Automate guests, tickets, and speakers with the Event Vault REST API.

Event Vault offers a REST API so you can automate guest, ticket, and speaker management, or connect your event data to external systems - including AI assistants. All requests are sent to a single base URL and require authentication headers on every call.

Base URL: https://api.event-vault.com

What You Can Do

  • AI Assistant Quick Start - let an AI manage your event with a ready-to-paste prompt
  • Authentication - create scoped API keys and sign your requests
  • Rich Text Format - how to encode biographies and descriptions
  • Content Sections - the rich blocks used by sessions and sponsors
  • Field Types & Validation - the format each field expects, and how errors are reported
  • Discovery & Dry Runs - ask the API what it accepts, and test a write without saving it
  • Guests - add, remove, and query guests and guest metrics
  • Tickets - issue and revoke tickets, and query them by guest or type
  • Speakers - list, create, edit, and delete event speakers
  • Sessions - manage the event programme
  • Sponsors - manage sponsors and tiers
  • Polls - create session polls and read aggregated results
  • Q&A - read, post, moderate, and answer audience questions
  • Gamification - manage scannable score objects and read the leaderboard
  • Event Settings - dates, venue, branding, and the track and tier names
  • Bulk Import - load many speakers, sessions, or sponsors in one request
  • Image Uploads - host portraits, logos, and banners

Keys are scoped per object type, so you can grant an integration read or write access to exactly the types it needs. New to the API? Start with Authentication to generate a key, then pick the object you want to manage.

Building an integration against the API? Discovery & Dry Runs is the shortcut: /apiSchema returns the authoritative field list for every object type, generated from the server’s own validation rules, and ?dryRun=1 checks any write before it saves anything.

Attendee participation - votes, upvotes, and earned points - is written by the app and never by the API. Polls, Q&A, and gamification endpoints manage the questions and the objects, and expose results as server-computed aggregates.