v37

latestOpenAPI 3.1.0raw.githubusercontent.com2025-11-11200148.2 KB
fixer
PUBLIC

Standard Fixes

Standard fixes endpoint - applies non-parsing fixes. Phase 2 of the 3-phase architecture. Takes the output from Phase 1 (detection) and applies CSS, UI, dependency, and type fixes. The output can be used as input to Phase 3 (AI fallback).

post/v1/fix-standard

Request body

fix_typesstring[]

Types of standard fixes to apply

template_pathstring

Template path for project context

event_idstring

Unique identifier for tracking

continuation_event_idstring

Event ID from Step 1 to continue with the same temp directory

mode'project' | 'files'

Fixer mode: 'project' for full analysis, 'files' for incremental

bundleboolean

Whether to bundle the project after fixes

Response

Successful standard fix response