Sources and Raw Ingestion
Concern
API
Ingest a Raw Artifact
POST /v1/raw/ingest
Authorization: Bearer <token>
Content-Type: multipart/form-data
source_type=pdf_upload
file=@invoice_8231.pdf
mime_type=application/pdfPOST /v1/raw/ingest
Authorization: Bearer <token>
Content-Type: application/json
{
"source_type": "csv_upload",
"url": "https://example.com/statement.csv",
"source_ref": { "account_id": "acct_ops" },
"auth_header": "Bearer <upstream-token>"
}Source Types
Provider Webhooks
Read a Raw Artifact
Tombstone a Raw Artifact
Read the Parsed Form
Promoting Raw to Ledger
What's Next
Last updated
