• ¶

    Minimal example

    This example illustrates how to use the Unitag Engine API to create a simple redirection (try it here).

  • ¶

    The raw JSON document can be found here.

    {
  • ¶

    Define the URL that will be used to access this operation. The resulting URL has the following form: http://e.unitag.io/r/{YOUR PATH HERE}.

        "url": "{YOUR PATH HERE}",
  • ¶

    Mark this operation as published. This is needed to make it publicly available.

        "state": "PUBLISHED",
  • ¶

    Define the default entry point of this operation. This is a simplified redirect step which triggers a redirection to Google.

        "index": "http://www.google.com"
    }