Examples

All examples assume Authorization: Bearer <token> unless the operation is public.

Current user and channel

query {
  me {
    id
    username
    email
    channel {
      id
      metadata {
        name
        summary
      }
    }
    followedChannels {
      id
      metadata { name summary }
    }
  }
}

Categories (auth required)

Ratings (public; no auth)

Genres (public; no auth)

Comments for content

Channel with catalog (features and likes)

Content output assets (via me.channel)

Create content

Follow / unfollow channel

Like / unlike content

Create comment

YouTube: check connection and list videos

YouTube: import and publish

Poll for publish job status:

Last updated