Media
Collections that contain subjective content about experiences and careers in education.
The Media section contains content that highlights personal experiences within the education sector. Unlike the knowledge base collections, which focus on objective information, media collections provide stories, interviews, and conversations that help users better understand what it is like to work in education.
These collections power content formats such as:
-
Video interviews
-
Personal stories and testimonials
-
Podcast shows and episodes
-
Profiles of professionals in education
Media collections often combine narrative content with taxonomy relations (filters) such as roles, sectors, audiences, and topics. This allows media content to appear alongside informational content throughout the platform.
The following collections make up the Media section.
Videos
GET /items/videos
The videos collection stores video-based content such as interviews, explainers, or experience stories.
Each video includes basic metadata such as a title, slug, and duration, as well as optional transcript data and chapter information.
Videos may also be linked to profiles representing the people appearing in the video.
Videos with a publication_date in the future are discoverable through the API but cannot yet be viewed.
Video assets are hosted and distributed with Cloudinary. Refer to the article on Cloudinary integration for more info on asset management and optimization.
Cloudinary Using Cloudinary for asset delivery and transformation.Testimonials
GET /items/testimonials
The testimonials collection contains personal stories and experiences from people working in or transitioning into education.
Testimonials are structured similarly to articles and use the content editor to build rich pages composed of modular content blocks.
Content Documents Learn how to work with our rich JSON documents and the relational nodesThe main content is stored in the editor_nodes relation, which contains the structured blocks that form the page.
Testimonials with a future publication_date are visible through the API but it’s content cannot yet be read.
Podcast Shows
GET /items/podcast_shows
The podcast_shows collection represents a podcast series. Each show contains metadata about the podcast as a whole and references the episodes that belong to it.
Podcast shows are directly related to:
-
episodes -
seasons -
hosts
Podcast Episodes
GET /items/podcast_episodes
The podcast_episodes collection stores individual podcast episodes belonging to a show. Each episode is associated with both a show and a season.
Episodes may also include transcripts and speaker mappings.
Episodes with a publication_date in the future are visible in listings but cannot yet be played.
Audio assets are hosted and distributed with Cloudinary. Refer to the article on Cloudinary integration for more info on asset management and optimization.
Cloudinary Using Cloudinary for asset delivery and transformation.Seasons
GET /items/seasons
The seasons collection groups podcast episodes into season-based releases.
Podcast Hosts
GET /items/podcast_hosts
The podcast_hosts collection contains information about the hosts presenting podcast episodes.
Hosts can be connected to:
-
podcast_shows -
podcast_episodes
Profiles
GET /items/profiles
The profiles collection represents people featured in media content, such as teachers, guests, or interview subjects.
Profiles provide a reusable way to connect individuals across different types of media content.
Profiles are commonly linked to:
-
videos -
podcast_episodes -
testimonials