Key Slides

Key Slides

The Quartr API includes company "Key Slides". These are a curated selection of significant slides from various company events, akin to what we use internally for the company pages on the Quartr web application. For a practical demonstration, you can view Tesla's company page in the Quartr Web App or on the Quartr Website , specifically in the "Key Slides" section where tags provide some context for each Key Slides content.

Key Slides are accessible via the single company endpoints:

Users with the appropriate access will receive an array of KeySlide objects within the company object. Each KeySlide object offers a link to the slide itself, the tag(s) of the slide as well as information on it’s original event and the slides original position (page number) in the slide deck.

The structure of a KeySlide object includes the following information:

  • Event ID (eventId): This is the Quartr Event ID, linking the slide to a specific event.

  • Event Title (eventTitle): Provides the title of the event to which the slide belongs, offering a quick reference to the event's theme or focus.

  • Event Date (eventDate): The date of the event, aiding in chronological sorting or historical context.

  • Tags (tags): Each slide comes with tags categorizing the type or content of the slide, making it easier to understand the slide’s relevance or focus at a glance.

  • Image URL (imageUrl): A direct link to the image of the slide.

  • Page Number (pageNumber): Indicates the slide's original position in the event's document, useful for those who wish to refer to the complete presentation.