Automate data extraction with AI parsers. Extract Invoices from PDFs and Images to Excel & more using AI.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
documentpro: {
type: "app",
app: "documentpro",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.documentpro.ai/v1/templates`,
headers: {
"x-api-key": `${this.documentpro.$auth.api_key}`,
},
})
},
})
Emit new event when a file request status changes. You can only create one webhook in a parser at a time.
Uploads a document to DocumentPro's parser. See the documentation
DocumentPro uses API keys for authentication. When you connect your DocumentPro account, Pipedream securely stores the keys so you can easily authenticate to DocumentPro APIs in both code and no-code steps.