Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

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:

http://api.wordbee-translator.com:32490/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:

http://api.wordbee-translator.com:32490/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:

<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">asd763gmnxlklas</string>
  • No labels