curl -X POST "https://api-integration.ollang.com/integration/orders/60b8d6f1e1b9b1d8c6c0d8e1/human-review" \ -H "X-Api-Key: <your-api-key>"
Copy
No content - Human review requested successfully
Ollang API Reference
Request Human Review for an Order
Request a human review for an existing order to ensure quality and accuracy. This endpoint triggers a manual review by a professional linguist.
POST
/
integration
/
orders
/
{orderId}
/
human-review
Copy
curl -X POST "https://api-integration.ollang.com/integration/orders/60b8d6f1e1b9b1d8c6c0d8e1/human-review" \ -H "X-Api-Key: <your-api-key>"
Copy
No content - Human review requested successfully
Request a human review for an existing order. This endpoint is used when you want a professional linguist to manually review the delivered content for quality assurance or compliance reasons. Only eligible orders can be submitted for human review.
Copy
curl -X POST "https://api-integration.ollang.com/integration/orders/60b8d6f1e1b9b1d8c6c0d8e1/human-review" \ -H "X-Api-Key: <your-api-key>"
The unique identifier of the order for which you want to request a human
review. This should be a completed or delivered order that you have access to
and is eligible for human review.
This endpoint returns no content on successful request (HTTP 204 status code). The absence of an error response indicates that the human review was successfully requested.