import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
hamsa: {
type: "app",
app: "hamsa",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.tryhamsa.com/v1/projects/by-api-key`,
headers: {
"authorization": `Token ${this.hamsa.$auth.api_key}`,
},
})
},
})
Transform transcribed content into various formats for content marketing. See the documentation
Converts text input into artificial speech using Hamsa. See the documentation
Automatically transcribe Arabic videos from YouTube URLs or direct links. See the documentation
Hamsa uses API keys for authentication. When you connect your Hamsa account, Pipedream securely stores the keys so you can easily authenticate to Hamsa APIs in both code and no-code steps.