Skip to main content
POST
Create Event
This endpoint creates a new event in the Nowadays system. Once created, AI will automatically start adding venues from our database of 400K+ venues to find the ones that fit your criteria. The user that created the event will receive an email with the results within 24 hours.

Required Fields

string
required
The name of your event
string
required
The type of venue you’re looking for
string
required
The type or category of your event
datetime
required
Event start date and time (UTC)
datetime
required
Event end date and time (UTC)
string
required
Desired location for the event
number
required
Total budget for the event
integer
required
Expected number of attendees
integer
required
Number of hotel rooms required
datetime
required
Deadline for making the venue decision

Contact Information

string
required
Contact email address
string
required
Contact first name
string
required
Contact last name
string
required
Company name

Optional Fields

string
Additional requirements or preferences
string
Meeting room requirements
string
Specific food and beverage needs
string
Start time (for single-day events)
string
End time (for single-day events)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Name of the event

venue_type
string
required

Type of venue required

event_type
string
required

Type/category of the event

start_date
string<date-time>
required

Start date and time in UTC

Response

200 - application/json

Event created successfully

event_id
string

Unique identifier for the created event