AI Document Assistant avatar
AI Document Assistant

Pricing

Pay per event

Go to Apify Store
AI Document Assistant

AI Document Assistant

Developed by

Devinja

Devinja

Maintained by Community

This actor analyzes uploaded documents using AI to extract and process information. It helps businesses quickly get answers from their documents and automate decision-making.

5.0 (2)

Pricing

Pay per event

3

2

2

Last modified

30 minutes ago

Document File (.csv, .docx, .md, .pdf, .ppt, .pptx, .txt)

upload_filestringRequired

Upload a document file (single doc or ZIP)

Questions

questionsarrayRequired

Enter questions as JSON array: ["What is this about?", "Who wrote this?"]

Webhook URL For Answers

answer_webhookstringOptional

URL to submit answer results after processing completes (optional)

Default value of this property is ""

Webhook Authentication Token

webhook_tokenstringOptional

Bearer token for webhook authentication (optional but recommended if using webhook). Can be any custom string (e.g., 'my-secret-token-123').

Webhook HTTP Method

webhook_methodEnumOptional

HTTP method to use for webhook submission

Value options:

"POST": string"PUT": string

Default value of this property is "POST"