Skip to main content
POST
https://api.nanoclip.ai
/
v1
/
projects
/
{project_id}
/
retake-removal
Create Retake Removal
curl --request POST \
  --url https://api.nanoclip.ai/v1/projects/{project_id}/retake-removal \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "language": "he"
}
'
{
  "project_id": "<string>",
  "analysis": "<string>",
  "status": "<string>",
  "created_at": "<string>"
}

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. Hebrew is the only supported language in v1.

language
string
default:he

ISO language code. Currently only 'he' (Hebrew) is supported.

Allowed value: "he"

Response

Successful Response

project_id
string
required
analysis
string
required
Allowed value: "retake_removal"
status
string
required
created_at
string
required