Skip to main content
This endpoint allows you to create multiple events at once. Our AI will process all events in parallel, searching for venue matches across our database of 400K+ venues.

Required Fields

events
array
required
Array of event objects
{
  "events": [
    {
      "name": "Q1 Sales Summit",
      "venue_type": "hotel",
      "event_type": "corporate",
      "guest_count": 150,
      "start_date": "2024-03-15T09:00:00Z",
      "end_date": "2024-03-17T17:00:00Z",
      "location": "Chicago, IL",
      "budget": 75000
    },
    {
      "name": "Executive Retreat",
      "venue_type": "resort",
      "event_type": "corporate",
      "guest_count": 50,
      "start_date": "2024-04-20T09:00:00Z",
      "end_date": "2024-04-22T17:00:00Z",
      "location": "Scottsdale, AZ",
      "budget": 45000
    }
  ]
}

Optional Fields

batch_reference
string
Custom reference ID for the batch
priority
string
Processing priority (“normal” or “high”)