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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Request body for POST /v1/projects/{id}/retake-removal.
Intentionally minimal: language is the only knob. The LLM model is server-side.
Transcript language base tag. Use one of the supported values, such as en or he.
bg, cs, da, de, el, en, es, et, fi, fr, he, hr, hu, it, lt, lv, mt, nl, pl, pt, ro, ru, sk, sl, sv, uk "en"
"he"
Response
Successful Response
"retake_removal"202 dispatch acknowledgment for an analysis command.
failed is deliberately absent: a failed command never reaches this
wire — the POST either re-dispatches (idempotent retry) or raises 503
(see _existing_command_response's gate).
queued, processing, completed 
