Skip to main content

Connecting

To connect you can either use the HTTP/S GET or HTTP/S PUT protocol. See the reference for details.

An typical connection url that can be typed in a browser window looks as follows:

XML
https://api.wordbee-translator.com:32570/api/connect?account={ACCOUNTID}&pwd={PASSWORD}&json={FORMATJSON}

 

The "account" is your Wordbee Translator Account ID. "Password" is the API password you had configured during setup. "Json" is an optional parameter. By writing "json=true", all messages will be JSON and not XML formatted.

Example:

XML
https://api.wordbee-translator.com:32570/api/connect?account=myaccount&pwd=xyz


This request returns an XML (or JSON) string which is the token to be included with each subsequent API call:

XML
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">asd763gmnxlklas</string>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.