Skip to main content
POST
/
apps
/
annotation-reply
/
{action}
Initial Annotation Reply Settings
curl --request POST \
  --url http://{api_base_url}/apps/annotation-reply/{action} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "embedding_provider_name": "<string>",
  "embedding_model_name": "<string>",
  "score_threshold": 123
}
'
{
  "job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "job_status": "<string>"
}

Authorizations

Authorization
string
header
required

API Key authentication.

Path Parameters

action
enum<string>
required

Action: 'enable' or 'disable'.

Available options:
enable,
disable

Body

application/json
score_threshold
number
required
embedding_provider_name
string | null
embedding_model_name
string | null

Response

Task initiated.

job_id
string<uuid>
job_status
string