v13

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-012612103.2 KB
Schedules

Create a schedule

Creates a new schedule. In hosted mode, new schedules receive a Pro trial period. The subdomain is automatically generated from the schedule name.

post/schedules

Request body

namestring required

Name of the schedule

type'venue' | 'talent' | 'curator' required

Type of schedule

emailstring email

Contact email for the schedule

descriptionstring

Description of the schedule (supports markdown)

short_descriptionstring

Short description of the schedule (plain text, max 200 characters)

timezonestring

IANA timezone identifier

language_code'en' | 'es' | 'de' | 'fr' | 'it' | 'pt' | 'he' | 'nl' | 'ar' | 'et' | 'ru'

Language code for the schedule

websitestring

Website URL for the schedule

address1string

Street address (primarily for venue type)

citystring

City (primarily for venue type)

statestring

State or province (primarily for venue type)

postal_codestring

Postal or ZIP code (primarily for venue type)

country_codestring

Country code (primarily for venue type)

Example request

{
  "timezone": "America/New_York"
}

Response

Schedule created successfully