Instantly turn your texts into memes! No more googling to find a meme template. No more asking that meme-expert friend to do it for you.
Go to siteGenerate a Memix share URL with a random template using the supplied caption
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
memix: {
type: "app",
app: "memix",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.memix.com/v1/templates/doge`,
headers: {
"accept": `application/json`,
},
})
},
})
Generate a Memix share URL with a random template using the supplied caption. See the docs here