API Reference
Create Retake Removal
Dispatch a retake-removal analysis on an uploaded project source.
Idempotent on command_id=retake_removal: replaying the request after
the first call returns the existing command’s current status without
re-charging or re-dispatching.
POST
Create Retake Removal
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Request body for POST /v1/projects/{id}/retake-removal.
Intentionally minimal: language is the only knob. The LLM model is server-side. Hebrew is the only supported language in v1.
ISO language code. Currently only 'he' (Hebrew) is supported.
Allowed value:
"he"Create Retake Removal

