Ollang API Reference
Cancel Human Review for an Order
Cancel an active human review request for an order. The human review credits are refunded and the order is reverted back to its AI-only (Level 0) state.
POST
Cancel an active human review request for an order. This endpoint reverts a Level 1 (Human Review) order back to Level 0 (AI-only), refunds the human review portion of the credits to the client, and disconnects the assigned translator. Only orders that are currently in progress with human review (Level 1, status
ongoing) can be cancelled.
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
Path Parameters
The unique identifier of the order for which you want to cancel the human
review. The order must be Level 1 (Human Review) and currently in
ongoing
status.Response
Indicates whether the human review cancellation was processed successfully.
A message describing the result of the request.
The unique identifier of the order whose human review was cancelled.
How It Works
When you cancel a human review request:- Credit Refund — The human review portion of the cost (Level 1 price minus Level 0 price) is refunded to your USD credit balance.
- Order Revert — The order level is changed from 1 (Human Review) back to 0 (AI-only) and the status is set to
completed. - Translator Disconnect — Any assigned translator is removed from the order.
You can only cancel a human review while the order is still in progress
(
ongoing status). Once the translator has completed their review and the
order status changes to completed, cancellation is no longer possible.