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 retrieve all revision
requests. This should be a valid order ID that you have access to.
Response
The endpoint returns an array of revision objects. Each revision object contains the following fields:Unique identifier of the revision request.
Creation date and time of the revision request (ISO 8601 format).
The type of revision that was requested. Possible values: -
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
Timestamp indicating where the issue occurs in the content (format:
“HH:MM:SS”).
Detailed description of the revision request, if provided.