Auto-fix
Run an automatic refinement pass on a completed Architect or Auto-fix result.
Run an automatic refinement pass on a completed Architect or Auto-fix submission. Thrixel inspects the result and produces an improved version.
Auto-refine
POST /api/v1/autofix/submit
Requires API key.
Request Body
| Name | Type | Description |
|---|---|---|
parent_submission_id | string (required) | ID of a completed Architect or Auto-fix submission. |
project_id | string | Inherit or override the parent's project. |
adaptive_thinking | boolean | Enable extended thinking for higher quality. Default: false. |
Example Request
POST /autofix/submit
curl -X POST https://api.thrixel.com/api/v1/autofix/submit \
-H "Authorization: Bearer sk-thrixel-<YOUR_KEY>" \
-H "Content-Type: application/json" \
-d '{
"parent_submission_id": "a1b2c3d4-..."
}'