Integration
Last updated
Was this helpful?
Last updated
Was this helpful?
The Integrations API enables you to request 360s which were taken by our capture teams and are stored within our ORB360° Digital Asset Management Service.
It supports the ability to query for media by id or tag, and supports complex integration options.
These endpoints are intended for advanced use, please visit the quickstart guide for general use and embed assistance.
The findById endpoint only allows access to media contained within a shoot which has been enabled for integration access and has been published.
Login to the ORB360 management interface to confirm your shoot's integration settings. Please contact your ORB360 account manager to request that integrations are enabled
Endpoint Remarks
Displaying the 360s
The images array returned in the response can be passed directly to our interactive player (ORB360Embed) during initialisation to allow for hassle free display of the 360's in HTML based content.
/api/integrations/apiKey/findById
Query parameter specifies to use the new videos response version (V2), this new version includes support for multiple sources of the same width and also the inclusion of M3U8 video streams for VIDEO
media types.
The query parameter provides a tempoary migration path to allow for the gradual migration to the new response type without breaking chnages.
Note: v2 response type will become the default in the future, so all new implementations should set this property to true
, to avoid future breaking changes.
true
The unique identifier for the requested tenant (uuid)
fdb67f2e-219d-4771-b14f-a2ddc24b812b
The unique identifier for the requested media (uuid)
Specify the returned media formats (optional)
Specify the returned media resolutions within images.sizes
(optional)
The findByTag endpoint only allows access to media contained within a shoot which has been enabled for integration access and has been published.
Login to the ORB360 management interface to confirm your shoot's integration settings. Please contact your ORB360 account manager to request that integrations are enabled
Endpoint Remarks
Displaying the 360s
The images array returned in the response can be passed directly to our interactive player during initialisation to allow for hassle free display of the 360's in HTML based content.
/api/integrations/apiKey/findByTag
Query parameter specifies to use the new videos response version (V2), this new version includes support for multiple sources of the same width and also the inclusion of M3U8 video streams for VIDEO
media types.
The query parameter provides a tempoary migration path to allow for the gradual migration to the new response type without breaking chnages.
Note: v2 response type will become the default in the future, so all new implementations should set this property to true
, to avoid future breaking changes.
true
The unique identifier for the requested tenant (uuid)
fdb67f2e-219d-4771-b14f-a2ddc24b812b
The condition attribute defines the evaluation of media which matches the supplied tags. Allowed options are:
AND
, OR
Key/Value pair
Specify the returned media formats (optional)
Specify the returned media resolutions within images.sizes
(optional)