Ollang API Reference
Assign Translator to Folder Orders
Batch assign a translator to eligible orders in a folder with optional language filters
POST
Assigns a translator to all eligible (unassigned, completed) orders in the specified folder. Optionally filter by
sourceLanguage and/or targetLanguage to only assign orders matching a specific language pair.
When no language filters are provided, all eligible orders in the folder are assigned.
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
Path Parameters
The unique identifier of the folder containing the orders.
Body Parameters
The translator ID to assign to the orders.
Optional deadline for the assignment in ISO 8601 format (e.g.,
2026-07-01T00:00:00.000Z).Filter by source language code (e.g.,
en). Only orders with this source language will be assigned.Filter by target language code (e.g.,
fr). Only orders with this target language will be assigned.Response
The number of orders that were successfully assigned.