Your gateway to dynamic, interactive, and intelligent conversations with any document. 💬📚
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
askyourpdf: {
type: "app",
app: "askyourpdf",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.askyourpdf.com/v1/api/documents`,
headers: {
"x-api-key": `${this.askyourpdf.$auth.api_key}`,
},
})
},
})
Add a document via file upload. See the documentation
AskYourPDF uses API keys for authentication. When you connect your AskYourPDF account, Pipedream securely stores the keys so you can easily authenticate to AskYourPDF APIs in both code and no-code steps.