API Reference
English
cURL
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>" }
API Key authentication.
Action: 'enable' or 'disable'.
enable
disable
Task initiated.
Was this page helpful?