Import
These endpoints handle multi-step data import
Add files
Prepares provided files to import.
Single step import
Unlike the /v2/projects/{projectId}/import endpoint, imports the data in single request by provided files and parameters. This is useful for automated importing via API or CLI.
Single step import from body
Single step import from body
Apply import
Imports the data prepared in previous step
Delete
Deletes prepared import data.
Get namespaces
Returns all existing and imported namespaces
Get result
Returns the result of preparation.
Select namespace
Sets namespace for file to import.
Get file issues
Returns issues for uploaded file.
Reset existing language pairing
Resets existing language paired with language to import.
Pair existing language
Sets existing language to pair with language to import. Data will be imported to selected existing language when applied.
Get import language
Returns language prepared to import.
Delete language
Deletes language prepared to import.
Resolve all translation conflicts (keep existing)
Resolves all translation conflicts for provided language. The old translations will be kept.
Resolve all translation conflicts (override)
Resolves all translation conflicts for provided language. The old translations will be overridden.
Get translations
Returns translations prepared to import.
Resolve conflict (keep existing)
Resolves translation conflict. The old translation will be kept.
Resolve conflict (override)
Resolves translation conflict. The old translation will be overridden.