Importing is done from the dashboard (bulk import), not through the public REST API — there is currently no public import endpoint. Uploaded data is staged first, then applied as a background job.Documentation Index
Fetch the complete documentation index at: https://docs.linguolink.dev/llms.txt
Use this file to discover all available pages before exploring further.
Supported Inputs
- CSV (key / value columns)
- JSON (key-value structure, matching the export shape)
Recommended Flow
- Prepare clean key and locale columns
- Validate file encoding and structure
- Import in merge mode first
- Verify sample keys before a full rollout
Import Modes
- Merge: add/update entries without removing existing records
- Replace: intentionally overwrite the existing dataset
Common Failures
- Invalid locale headers
- Duplicate keys with conflicting values
- Unexpected encoding issues (non UTF-8)