Skip to main content
POST
/
api
/
v1
/
workers
/
ingest
curl -X POST https://alfred.black/api/v1/workers/ingest \
  -H "Authorization: Bearer alf_your_key_here" \
  -H "Content-Type: application/json"
{
  "ingested": 47
}
Imports a bulk conversation export and splits it into individual inbox files for Curator processing. Each message becomes a separate file in your vault’s inbox, ready to be processed into structured records.
dry_run
boolean
default:false
If true, returns what would be created without writing any files.
curl -X POST https://alfred.black/api/v1/workers/ingest \
  -H "Authorization: Bearer alf_your_key_here" \
  -H "Content-Type: application/json"
{
  "ingested": 47
}
If the response contains structured JSON, it is returned directly. Otherwise, the output is returned in a raw field.
raw
string
Human-readable output when structured JSON is not available.