Skip to content

Platform Overview

The Interplai platform collects, curates, and delivers content for live broadcast and digital display. The Interplai API is the external-facing interface that your systems connect to.

Architecture

┌─────────────────┐     ┌──────────────────┐
│  Content        │     │  Interplai API   │
│  Sources        │────▶│                  │
│                 │     │                  │
└─────────────────┘     └──────────────────┘

                    ┌────────────┤
                    │            │
                    ▼            ▼
             ┌──────────┐ ┌──────────┐
             │ REST API │ │ Webhooks │
             │ (Pull)   │ │ (Push)   │
             └──────────┘ └──────────┘

Key concepts

Collections

A collection is a curated feed of content items. Each collection has:

  • A unique ID (e.g. col_abc123)
  • A content type (e.g. SOCIAL_POST, POLL, MEDIA)
  • An array of content items (social posts, fan messages, etc.)
  • Timestamps for creation and last modification

Content items

Each item in a collection represents a piece of content with fields like author information, text, media attachments, and timestamps.

Organisations

Your API key is tied to an organisation. You can only access collections that belong to your organisation.

Next steps

Interplai API v1.2.0