Vectera is the easy way to meet clients online. Schedule appointments and conduct videomeetings. Start for free.
Go to siteThe Vectera API offers a wide range of features to enable powerful and versatile video collaboration solutions. With the Vectera API, you can build collaborative solutions that connect multiple users in real-time and make video meetings more efficient. You can create applications that enable teams to share screens, make documents and media securely, and collaborate in real-time.
Here are some examples of what you can build with the Vectera API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
vectera: {
type: "app",
app: "vectera",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://www.vectera.com/api/v1/users`,
headers: {
"Content-Type": `${this.vectera.$auth.api_token}`,
},
})
},
})
Vectera uses API keys for authentication. When you connect your Vectera account, Pipedream securely stores the keys so you can easily authenticate to Vectera APIs in both code and no-code steps.
Request an API token at api@vectera.com.