Skip to main content
POST
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

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

string
required
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
string
required
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).
string
Optional detailed description of the revision request. Provide specific information about what needs to be corrected, including the expected result.

Response

string
Unique identifier of the created revision request.
string
Creation date and time of the revision request (ISO 8601 format).
string
The type of revision that was requested.
string
The timestamp where the issue occurs in the content.
string
The description provided for the revision request.