POST
/
integration
/
orders
/
{orderId}
/
human-review
curl -X POST "https://api-integration.ollang.com/integration/orders/60b8d6f1e1b9b1d8c6c0d8e1/human-review" \
  -H "X-Api-Key: <your-api-key>"
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.
curl -X POST "https://api-integration.ollang.com/integration/orders/60b8d6f1e1b9b1d8c6c0d8e1/human-review" \
  -H "X-Api-Key: <your-api-key>"

Authorizations

This endpoint requires API key authentication. Include your API key in the request header:
  • Header name: X-Api-Key
  • Header value: Your API key from the Ollang dashboard
  • Format: X-Api-Key: your-api-key-here
You can obtain your API key from your Ollang dashboard.

Path Parameters

orderId
string
required
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.

Response

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.
No content - Human review requested successfully