HomeSCIRC t1Portal LoginNewsAbout

Integration

To display images captured by your SCIRC on a website, select from the options listed below. Please make sure your SCIRC is marked 'public' in the settings section of your portal page.

Option 1: The SCIRCs newest image on your page

Each SCIRC has a unique URL which points to the SCIRC's newest image. This URL is formatted as follows:
http://services.digitalxtractions.net/ScircServices/newest.jpeg?deviceId=[deviceid]
You must replace [deviceId] with the id of your SCIRC. The deviceId can be found by checking the SCIRC's settings on your portal page. For example, if you have a SCIRC with deviceId 1441793 then the URL that points to the newest image would be:
http://services.digitalxtractions.net/ScircServices/newest.jpeg?deviceId=1441793
Once you know the URL for the newest image simply add an image tag to your web site which points to that URL, such as:
< img src="http://services.digitalxtractions.net/ScircServices/newest.jpeg?deviceId=[deviceid]" >
So for a SCIRC with id 1441793, the image HTML tag would look like the following:
< img src="http://services.digitalxtractions.net/ScircServices/newest.jpeg?deviceId=1441793" >

Option 2: Linking to a page hosted by DigitalXtractions

Currently two pages are availble for viewing public SCIRCs. One page is designed for mobile devices and offers a limited set of featuresw while the other offers a more complete set of featues, identical to those you would expect from the portal page.
The page designed for mobile devices can be found by creating a URL formatted in the following manner:
http://digitalxtractions.net/portal/device.html?id=[deviceId]
The more feature-rich page can be found by creating a URL formatted in the following manner:
http://digitalxtractions.net/portal/scirc.html?id=[deviceId]
You must replace [deviceId] with the id of your SCIRC. This can be found by selecting the settings link of your portal page.
Here are links to an example SCIRC:
http://digitalxtractions.net/portal/device.html?id=1441793
http://digitalxtractions.net/portal/scirc.html?id=1441793

Comments and suggestions

Please feel free to send comments,issues and feature requests to support@digitalxtractions.net