Ollang API Reference
Rerun Order
Rerun an existing order to regenerate the translation using the latest AI models and settings
POST
Rerun an existing order to regenerate the translation. This endpoint triggers a new translation process using the current AI models and any updated settings. The original order will be processed again, and the results will replace the previous translation.
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 you want to rerun. The order must be in a
completed or delivered state to be eligible for rerun.
Request Body
The request body is optional. You can send an empty object{} to rerun the order with default settings.
Response
Indicates whether the rerun was initiated successfully.
A message describing the result of the rerun request.
The ID of the order being rerun. This is the same as the input orderId.