{ "success": true, "message": "QC evaluation started. You will be notified when it's completed.", "evalId": "eval_abc123def456", "creditsUsed": 5, "isProcessing": true}
Ollang API Reference
Run QC Evaluation
Run a standalone AI-powered QC evaluation on an order to assess translation quality across multiple criteria including accuracy, fluency, tone, and cultural fit.
{ "success": true, "message": "QC evaluation started. You will be notified when it's completed.", "evalId": "eval_abc123def456", "creditsUsed": 5, "isProcessing": true}
Run a standalone QC (Quality Control) evaluation on an existing order. This endpoint triggers an AI-powered assessment of the translation quality, evaluating criteria such as accuracy, fluency, tone, and cultural fit. The evaluation runs asynchronously and you will be notified when it’s completed.
The unique identifier of the order for which you want to run the QC
evaluation. The order must be in a completed or delivered state to be
eligible for evaluation.
Optional custom prompt to guide the QC evaluation. Use this to provide
specific instructions or focus areas for the AI evaluator, such as “Please
focus on technical terminology accuracy” or “Pay attention to formal register
consistency”.
Segment-by-segment evaluation results. Each segment evaluation contains:
segmentId: The identifier of the evaluated segment
scores: Array of scores for this specific segment
comments: Evaluator comments about this segment
Copy
{ "success": true, "message": "QC evaluation started. You will be notified when it's completed.", "evalId": "eval_abc123def456", "creditsUsed": 5, "isProcessing": true}