import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
klipy: {
type: "app",
app: "klipy",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.klipy.co/api/v1/${this.klipy.$auth.app_key}/health-check`,
})
},
})
Get a specific Clip idendified by its slug. See the documentation
Get a specific Sticker idendified by its slug. See the documentation
Search and retrieve clips from Klipy's database. See the documentation
Klipy uses API keys for authentication. When you connect your Klipy account, Pipedream securely stores the keys so you can easily authenticate to Klipy APIs in both code and no-code steps.