v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-031984301.2 MB
Termbase Import

Import Termbase

Generates an asynchronous import operation.<br> Use the Poll Import Termbase endpoint to poll until the import status is done.<br>

post/termbases/{termbaseId}/imports

Query parameters

strictImportboolean

Specifies if the entries are only imported into the exact language that matches your imported file.<br> true - The import will only occur if the language in your import file matches exactly with a language in your termbase.<br> false - The import will occur even there are non-matching languages, by trying to match them to a relevant main language or language variant, if available.

duplicateEntriesStrategy'ignore' | 'merge' | 'overwrite'

The strategy for duplicate entries. Determines how the duplicate entries will be handled.<br> ignore - The content of the current entry with the same identifier will be kept, and the new entry will be ignored<br> merge - The content of the current entry with the same identifier will be merged with the imported entry. If the identifier is not provided the content will be merged by text.<br> overwrite - The content of the current entry with the same identifier will be replaced by the imported entry.

Headers

Authorizationstring required

The bearer access token provided by Auth0.

X-LC-Tenantstring required

The identifier of the account where the request is executed.

Response

OK

idstring required

The unique identifier of the import operation.

status'queued' | 'processing' | 'done' | 'cancelled' | 'failed' | 'error' required

The status of the import operation.<br> queued - The import passed the structural validation and it's waiting to be processed.<br> processing - The import is in progress.<br> done - The import was successfully processed and at least an entry changed its structure ( either inserted or modified )<br> cancelled - The import process was interrupted.<br> failed - The import was unsuccessful. Either one of the import files is not compliant with the TBX structure or no entry changed during the import process.<br> error - The import was unsuccessful due to an internal error.