1. Check available modifications
POST/api/tuning-files/available-modifications
What this does
Upload an ECU binary file. The system finds the closest matching release in
the database and lists which tuning modifications (e.g. DPFOFF, EGROFF) are
available for that file.
- Choose the
.binfile you want to inspect. - Optionally set the minimum match score (0–100, default 70). A higher value demands a closer match before any result is returned.
- Click Check modifications.
- Tick the modifications you want, then use the button to send them (and the file) down to the Apply form below.
2. Apply modifications
POST/api/file-modifications/apply
What this does
Upload an ECU binary file plus a list of modifications. The system applies
those modifications and your browser downloads the resulting modified file.
- Choose the
.binfile (the same file used above). - Enter the modifications as a comma-separated list, e.g.
DPFOFF,EGROFF— or use the Send ticked modifications to Apply form button in section 1. - Optionally set the minimum match score (default 70).
- Click Apply & download. The modified file downloads
automatically (named like
original.DPFOFF-EGROFF.bin).