Beamer

Improve user engagement with an easy to use newsfeed and changelog for your website. Announce relevant news and updates with Beamer.

Go to site
Explore
/
Apps
/
Beamer

Beamer API Integrations

Build and run workflows using the Beamer API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

What is Beamer?

Beamer is a powerful and flexible LaTeX class for creating great looking presentations. With Beamer, you can create slideshows, presentations, and even handouts for your lectures. Beamer makes it easy to create beautiful slides, with or without frames, lists, and tables. Beamer is also very easy to use with other LaTeX packages, such as graphics and color.

Here are some examples of what you can build using the Beamer API:

  • A presentation for your next conference
  • A handout for your next lecture
  • A slideshow for your next family vacation
  • A table for your next research paper
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    beamer: {
      type: "app",
      app: "beamer",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      method: "post",
      url: `https://api.getbeamer.com/v0/ping`,
      headers: {
        "Beamer-Api-Key": `${this.beamer.$auth.api_key}`,
      },
    })
  },
})

Authentication

Beamer uses API keys for authentication. When you connect your Beamer account, Pipedream securely stores the keys so you can easily authenticate to Beamer APIs in both code and no-code steps.

Get your API key in your settings