Imports

Raw ingestion log for Excel, API and PDF data. First endpoint: /api/ingest/excel.

TypeSourceStatusFileCreated
No imports yet.

Excel payload shape

POST /api/ingest/excel
Header: x-import-api-key: IMPORT_API_KEY

{
  "account_slug":"frost-strategic-capital",
  "import_type":"asset_upload",
  "source":"excel",
  "file_name":"asset_upload_template.xlsx",
  "rows":[]
}