Europe's most sophisticated AI base technology for your value creation.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
luminous: {
type: "app",
app: "luminous",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.aleph-alpha.com/users/me`,
headers: {
Authorization: `Bearer ${this.luminous.$auth.api_token}`,
"Accept": `application/json`,
},
})
},
})
Aleph Alpha (Luminous) uses API keys for authentication. When you connect your Aleph Alpha (Luminous) account, Pipedream securely stores the keys so you can easily authenticate to Aleph Alpha (Luminous) APIs in both code and no-code steps.
To retrieve your API Token,