curl --request GET \
--url https://api.deepl.com/v3/translation_memories \
--header 'Authorization: <api-key>'{
"translation_memories": [
{
"translation_memory_id": "a74d88fb-ed2a-4943-a664-a4512398b994",
"name": "Legal",
"source_language": "en",
"target_languages": [
"es",
"de"
],
"segment_count": 3542
},
{
"translation_memory_id": "855d36ab-6112-4ef5-8868-0d69bc4d826a",
"name": "Medical terms",
"source_language": "de",
"target_languages": [
"fr",
"ja",
"zh"
],
"segment_count": 23
}
],
"total_count": 2
}Retrieve translation memories associated with your account, used to store and reuse previously created translations. See How to use translation memories to use them in translation requests.
curl --request GET \
--url https://api.deepl.com/v3/translation_memories \
--header 'Authorization: <api-key>'{
"translation_memories": [
{
"translation_memory_id": "a74d88fb-ed2a-4943-a664-a4512398b994",
"name": "Legal",
"source_language": "en",
"target_languages": [
"es",
"de"
],
"segment_count": 3542
},
{
"translation_memory_id": "855d36ab-6112-4ef5-8868-0d69bc4d826a",
"name": "Medical terms",
"source_language": "de",
"target_languages": [
"fr",
"ja",
"zh"
],
"segment_count": 23
}
],
"total_count": 2
}Documentation Index
Fetch the complete documentation index at: https://deepl-c950b784-customizations-with-variants.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>
The index of the first page to return. Use with page_size to get the next page of translation memories.
The maximum number of translation memories to return.
1 <= x <= 25