Features
Key Features
Tours

Tours

HxDR helps you visualize and showcase your work in vivid detail.

  • Create, edit, record, view, delete and share tours.
  • Add new keyframes to a tour and delete keyframes from a tour.

HxDR provides the tour API with endpoints for performing all the above operations, excluding the recording functionality, which is exclusively available in the Reality Cloud Studio.

Related Pages

GraphQL API reference

This section lists a few examples. Please refer to HxDR GraphQL Playground (opens in a new tab) to explore complete schema.


This mutation creates a tour for the given grouped asset.
How to create Tours using the API ? : Full example

To successfully execute a request on HxDR GraphQL playground, See following :


You can update the tour properties such as keyframes, duration etc using this mutation.

Retrieves the tour for given tour id.
Deletes the tour for given tour id.

JS-SDK reference

  • Tours

    Tour services