Skip to main content

Neuronpedia API

Prefix: /api/v1/neuronpedia · UI: Neuronpedia Export & Push

Export (ZIP packages)

MethodPathDescription
POST/exportStart an export job — config selects features and which data to compute (logit lens, histograms, top tokens, explanations, SAELens weights)
GET/export/{job_id}Export status + stage
GET/export/{job_id}/downloadDownload the finished ZIP
POST/export/{job_id}/cancelCancel an in-progress export
DELETE/export/{job_id}Delete an export and its archive
GET/exportsExport history

Direct push to local Neuronpedia

MethodPathDescription
GET/local-statusIs the configured local Neuronpedia instance reachable?
POST/push-localStart a push job — creates model/SAE records and uploads features + dashboard data
GET/push-local/{push_job_id}Push progress (features_pushed / total_features)
GET/push-localList active push jobs
POST/compute-dashboard-dataPre-compute logit lens + histograms + statistics for an SAE without pushing

Progress channels: neuronpedia/{job_id}/export (event export:progress) and neuronpedia/push/{push_job_id} (events neuronpedia:push_progress|push_completed|push_failed).