Create a Revision For an Order
Create a revision request for an existing order to report issues or request changes
Create a revision request for an existing order to report issues or request changes to the delivered content. This endpoint allows you to specify the type of issue and provide detailed feedback for correction.
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
The unique identifier of the order for which you want to create a revision. This should be a completed or delivered order that you have access to.
Body Parameters
The type of revision needed. Available options: - missingSubtitle
- Subtitle
is missing at a specific time - wrongSubtitle
- Subtitle content is
incorrect - syncError
- Subtitle timing is not synchronized with audio -
formatError
- Subtitle formatting issues - other
- Other types of issues
not covered above
Timestamp indicating where the issue occurs in the content. Format: “HH:MM:SS” (e.g., “02:15:30” for 2 hours, 15 minutes, 30 seconds).
Optional detailed description of the revision request. Provide specific information about what needs to be corrected, including the expected result.
Response
Unique identifier of the created revision request.
Creation date and time of the revision request (ISO 8601 format).
The type of revision that was requested.
The timestamp where the issue occurs in the content.
The description provided for the revision request.