Ollang API Reference
Create Memory
Create a new translation memory for your account
POST
Create an empty translation memory. Fill it with the Import Memory Items endpoint, then pass its id as
selectedMemories when creating an order.
Authorizations
This endpoint requires API key authentication.- Header name:
X-Api-Key - Header value: Your API key from the Ollang dashboard
Body Parameters
string
required
Human-readable name of the translation memory.
Response
Returns the created translation memory object.string
Unique identifier of the translation memory.
string
Human-readable name of the translation memory.
number
Number of translation units stored in the memory. Always
0 for a newly
created memory.string
Creation timestamp (ISO 8601).
string
Last update timestamp (ISO 8601).