Prerequisites
- A Ingestly account (sign up at ingestly.ai)
Ingestly is currently in private beta. If you don’t have an account yet, request access at ingestly.ai/beta. Once your invite is approved you’ll receive an email with a link to complete signup.
Sign up and log in
Go to ingestly.ai and create your account. After signing in, you land on the Dashboard. Click Pipelines in the sidebar to continue.
Create your first pipeline
Click New Pipeline and enter a name (for example, “Invoice Extraction”). A pipeline is the named workflow that holds your configuration, uploaded documents, and processing runs.
Build the workflow
Navigate to the Pipeline tab inside your new pipeline. The visual editor opens with an empty canvas.Add these three nodes to create a basic extraction pipeline:
- Upload trigger: accepts document uploads
- Extract action: uses AI to extract structured data from the document. Configure a schema with the fields you want to extract (for example:
vendor_name,invoice_number,total_amount). - Download output: makes the extracted data available as a structured
JSONfile you can download once the run completes
Upload a document
Inside your pipeline, click Upload. In the upload dialog, drag and drop a document or click to browse. Ingestly supports PDF, JPEG, PNG, TIFF, and HEIC formats.Once uploaded, a run starts automatically. You can watch the progress in real time.
Next steps
Build your first pipeline
Learn more about the visual pipeline editor and all available node types
Core concepts
Understand pipelines, runs, and review tasks in depth
Schema design
Design effective extraction schemas for your documents
API access
Trigger pipelines programmatically via the HTTP API