Scene Wizard

Get predefined wizard options (legacy)

get/v1/scenes/wizard/options

Response

Wizard options retrieved successfully

genresstring[] required

Genre defines your character's style and tone. Choose from predefined genres or create your own.

placesstring[] required

The place where your scene comes to life. Select a location or enter a custom one.

timePeriodsstring[] required

The time period sets the context for the character's actions. Choose when your scene takes place.

Example response

{
  "genres": [
    "Fantasy",
    "Romance",
    "Horror"
  ],
  "places": [
    "Mansion",
    "Cafe",
    "Beach"
  ],
  "timePeriods": [
    "Present Day",
    "Victorian Era",
    "Near Future"
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.