Wassa Innovation Services

Global documentation

1. Introduction

1.1 What is Wassa Innovation Services API ?

An API is an Application Programming Interface, which means a computing interface for developers that defines the kinds of calls/requests that can be made, how to make them, etc. Wassa Innovation Services API allows to add many different image analysis algorithms in your platforms or tools.

1.2 Document purposes

The aims of these document are:

  • To describe the functional scope of Wassa Innovation Services in order to allow a full comprehension of the API possibilities
  • To display the technical scope of Wassa Innovation Services
  • To display the technical documentations needed for the API

1.3 Limits

The use of Wassa Innovation Services API requires software skills. If you did not have these skills, Wassa Innovation Services teams would be able to provide it through dedicated development.

If you have any questions, contact us and our experts will inform you.

1.4 Recommendation

It is highly recommended to take note of the all documentation before starting your developments.

2. Wassa Innovation Services API

2.1 Wassa Innovation Services features

Get insights from image analysis algorithms:

  • Age: detects faces and estimates the age
  • Anonymization: detects and blurs heads and license plates
  • Congestion: detects, counts and tracks vehicles (trucks, cars, bicycles)
  • Drops: detects drops of water
  • Gender: detects faces and estimates gender (male or female)
  • Image orientation: analyses image content to determine the right orientation
  • Pedestrians and vehicles counting: Detects, classifies and counts pedestrians and vehicles (trucks, cars, bicycles)
  • Soiling: detects and estimates the level of soiling (dust, dirt, cloud, gravel)
  • Watermark: automatically watermark images and videos

2.2 Link to API documentations

The API documentation of Wassa Innovation Services server is available on the following link.

2.3 Sequence Diagrams

2.3.1 Get License file

Once you are registered to Wassa Innovation Services and have received your license, it is possible to use the API in your application or platform.

Get License file
Get License file

2.3.2 Login and get a result

The client uses the client ID and the secret ID that the license contains to login to Wassa Innovation Services server, which sends back a session token. The server knows the client’s contract, and its rights to use the license. When the license is not valid anymore, all Web Services of Wassa Innovation Services API send back an error code UNAUTHORIZED.

Login and get a command
Login and get a command