create_memory
Create a named translation memory to store source-target text pairs for reuse in future translations.
Instructions
Create a translation memory with a custom name in your Lara Translate account. Translation memories store pairs of source and target text segments (translation units) for reuse in future translations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| external_id | No | The ID of the memory to be imported from MyMemory. Use this to initialize the memory with external content. Format: ext_my_[MyMemory ID] |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique memory identifier (format: mem_*) | |
| createdAt | Yes | ISO 8601 timestamp | |
| updatedAt | Yes | ISO 8601 timestamp | |
| sharedAt | Yes | ISO 8601 timestamp | |
| name | Yes | Display name of the memory | |
| externalId | No | External identifier (e.g. MyMemory ID) when imported | |
| secret | No | Memory secret, if any | |
| ownerId | Yes | Identifier of the memory owner | |
| collaboratorsCount | Yes | Number of collaborators with access to the memory | |
| isPersonal | Yes | True if the memory is private to the owner |