import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
leexi: {
type: "app",
app: "leexi",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://public-api.leexi.ai/v1/users`,
auth: {
username: `${this.leexi.$auth.api_key_id}`,
password: `${this.leexi.$auth.api_key_secret}`,
},
})
},
})
Creates a presigned URL for uploading a call recording. See the documentation
Leexi uses API keys for authentication. When you connect your Leexi account, Pipedream securely stores the keys so you can easily authenticate to Leexi APIs in both code and no-code steps.
To retrieve your API Key ID and API Key Secret,