v11
latestOpenAPI 3.1.12026-08-03174162.0 MBEvents
Suggest event genres and categories
Uses AI to analyze event description and optional artwork to suggest relevant music genres and event categories. Returns up to 5 genres and 10 categories with a confidence score.
post/events/tags
Request body
Example request
{
"eventId": "evt_01jps5cgsenjrazw6wswmyspa3",
"description": "Join us for an all-night warehouse party featuring the best in tech house and melodic techno. BYO drinks, intimate vibes, and a killer sound system.",
"eventName": "Warehouse Sessions Vol. 5",
"imageUrl": "https://assets.session.services/events/poster.jpg"
}Response
OK
Example response
{
"genres": [
"Tech House",
"Melodic Techno"
],
"categories": [
"Warehouse",
"Underground",
"BYO"
],
"confidence": 0.85,
"startDate": "2025-02-15T21:00:00",
"endDate": "2025-02-16T04:00:00",
"venueName": "Warehouse 21",
"ticketUrl": "https://www.eventbrite.com/e/warehouse-sessions-tickets-123"
}