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 2 Next »

Welcome to te Wordbee Translator API

Wordbee Translator API enables you to manipulate your Wordbee Translator data with simple REST (HTTP) commands.

Wordbee Translator is a product developed by Wordbee SA - www.wordbee.com

 

What does the API do?

The API gives access to almost all data stored in your Wordbee Translator. It enables you to both retrieve, filter or search data as well as update the most relevant data:

  • Enumerate projects, jobs, tasks, documents, clients, prices
  • Manage project lifecycles: start work, end work, follow-up work
  • Upload new documents for translation
  • Download translated documents

 

How is the API working?

The API is implemented as a RESTful web service that is accessed via HTTP using the GET and PUT methods.

API request and response messages are XML or JSON formatted - according to your preferences.

Most methods can be directly tested or run from within a web browser. You can connect via SSL or in unsecured mode.

What is the URL of the API?

The url is displayed in the administrative section of your Wordbee Translator. Login and choose "Settings" then "Developer API" from the main navigation menu.

The service help page is: http://api.wordbee-translator.com:32490/help

How secure is it?

  • You decide whether to enable or disable the API, anytime
  • You specify the IP addresses which are authorized to access your data
  • You specify a password that has to be supplied with each new connection
  • You should use SSL (shttp)

How do I activate my API?

The API is an optional module of your Wordbee Translator license. If not activated then please contact Wordbee SA: www.wordbee.com

  • No labels