Skip to main content
POST
Create Retake Removal

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

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.

language
enum<string>
required

Transcript language base tag. Use one of the supported values, such as en or he.

Available options:
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
Examples:

"en"

"he"

Response

Successful Response

project_id
string
required
analysis
string
required
Allowed value: "retake_removal"
status
enum<string>
required

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).

Available options:
queued,
processing,
completed
created_at
string
required