Enables or disables the annotation reply feature. Requires embedding model configuration when enabling. Executes asynchronously — use Get Annotation Reply Job Status to track progress.
API Key authentication. For all API requests, include your API Key in the Authorization HTTP Header, prefixed with Bearer. Example: Authorization: Bearer {API_KEY}. Strongly recommend storing your API Key on the server-side, not shared or stored on the client-side, to avoid possible API-Key leakage that can lead to serious consequences.
Action to perform.
enable, disable Request body for configuring annotation reply settings.
Name of the embedding model provider (e.g., openai, cohere).
Name of the embedding model to use for annotation matching (e.g., text-embedding-3-small).
Minimum similarity score for an annotation to be considered a match. Higher values require closer matches.
0 <= x <= 1Annotation reply settings task initiated.
Asynchronous job ID. Use with Get Annotation Reply Job Status to track progress.
Current job status. waiting for queued, processing for in progress, completed when finished, error if failed.