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
Each request is limited to a single designer (tenant).
Multiple media items can be requested by passing additional media ids into the media array.
Media id queries are limited to a maximum of 50 unique ids per request. (Duplicates will throw a 400 validation error)
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.
The unique identifier for the requested tenant (uuid)
Example: "fdb67f2e-219d-4771-b14f-a2ddc24b812b"
mediaarray of string
Array of unique media identifiers (min: 1, max: 50)
resolutionobject
Specify the returned media resolutions within images.sizes (optional)
formatsobject
Specify the returned media formats (optional)
Response
success
Body
imagesarray of object
Array of images which match the requested query
videosarray of one of
Array of videos which match the requested media id(s).
Videos will only be returned if they have been enabled and generated for the linked shoot
The return type is determined by query parameter videosV2 which specifies the use the new videos response version (V2), this new version includes the support and 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.
tenantobject
Request
Response
Find By Tag
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
Each request is limited to a single designer (tenant).
Multiple tags can be specified by adding further { key, value } objects the tags array.
The tag array is limited to max 10 unique key-value pairs.
The condition attribute defines the evaluation of media which matches the supplied tags. Allowed options are:
AND: (default) returns media which contains a match against all of the supplied tags.
OR: return media which contains a match against at least one of the supplied tags.
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.
The unique identifier for the requested tenant (uuid)
Example: "fdb67f2e-219d-4771-b14f-a2ddc24b812b"
conditionenum
The condition attribute defines the evaluation of media which matches the supplied tags. Allowed options are:
AND: returns media which contains a match against all of the supplied tags.
OR: return media which contains a match against at least one of the supplied tags.
ANDOR
tagsarray of object
Array of key/value pairs which which provide the query for media with matching tags (min: 1, max: 10)
resolutionobject
Specify the returned media resolutions within images.sizes (optional)
formatsobject
Specify the returned media formats (optional)
Response
success
Body
imagesarray of object
Array of images which match the requested query
videosarray of one of
Array of videos which match the requested media id(s).
Videos will only be returned if they have been enabled and generated for the linked shoot
The return type is determined by query parameter videosV2 which specifies the use the new videos response version (V2), this new version includes the support and 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.