Documentation

Examples

This section highlights example implementations for various programming languages and tools how to communicate with the Wikitude Cloud Recognition service. The examples are just meant to assist you getting started with the Manager API of the Cloud Recognition service in your project. The source code of the examples are available on GitHub.

Every example is structured in the following way:

  • ManagerAPI.[extension] wraps the interaction between the client and the Wikitude Manager API.
  • ManagerAPITest.[extension] configures the ManagerAPI object (version, token etc.) and triggers the conversion.

In addition, the following applies to all examples:

  • To run the samples, the Manager API token string in ManagerAPITest.[extension] (currently set to "<enter-your-token-here>") must be changed to a valid token. To generate a token, please check on the license page.

Java

view source code on GitHub

Node.js

view source code on GitHub

PHP

view source code on GitHub

Python

view source code on GitHub

Ruby

view source code on GitHub

Wikitude SDK Examples