Skip to main content
Lettuce Stream APIs are organized around REST conventions and use JSON for request and response payloads.

Authentication

Use a bearer token with every request:

Base URL

API catalog

The following endpoints are available today. Unless noted, endpoints live under the base URL above.

Core & configuration

Billing & onboarding

Webhooks

Streaming status & spotlights

OAuth

YouTube

GraphQL

A working GraphQL endpoint is available at:
Current operations include:
  • runtimeConfig
  • apiKeys and webhookSubscriptions
  • createApiKey, revokeApiKey
  • createWebhookSubscription, updateWebhookSubscription, deleteWebhookSubscription
See docs/graphql-schema.graphql for the executable SDL.

Next steps

  • Build your first integration using the webhook guide.