Segoma Web Support
Thank you for using Segoma's 3D Image service!
In this page you may find useful information about embedding your 3D Image in your website
and getting a static image of the 3D Image.
For further assistance please refer to our
Contact page.
How can I send someone else a link to my 3D Image?
How can I embed the 3D Image in my website?
How can I integrate my 3D Image in RapNet?
How can I get a static face up image of my 3D Image?
In case I have a couple of photos for the same stone
For using the developer API, please refer to the
Segoma Developer REST API
How can I send someone else a link to my 3D Image?
In order to send someone a link to your 3D Image, login to your account on Segoma.com
and click on one of the items. In the next page you will see the link beneath the 3D Image.
The URL of the link contains the
3D Image reference code for your item.
Your URL should look like this:
https://segoma.com/v.php?type=view&id=8WNVR89DZZ
The phrase after "&id=" is the 3D Image reference code for the current 3D Image. To obtain
reference codes for each of your 3D Images access your account on Segoma.com and use
the CSV download utility.
How can I embed the 3D Image in my website?
The only possible way is to embed an IFRAME with the following syntax:
<iframe width="757" height="600" src="https://segoma.com/v.php?type=iframe&id=8WNVR89DZZ" scrolling="no" frameborder="0"></iframe>
It is very important to know the WIDTH and HEIGHT of the image you are trying to embed!
In order to obtain the original dimensions please login to your Segoma account and click
on the right item in order to see its 3D Image. The original dimensions are used in this image.
You can change the WIDTH and HEIGHT of the IFRAME using the corresponding attributes in
the IFRAME definition.
If you decide to scale your image it is crucial to use the original image width and height ratio
for the image to have the right proportions.
The following table describes which features may be also applied to the embedded 3D Image.
In order to enable/disable the feature you must add the information under Enable/Disable to the
SRC attribute of the IFRAME.
Feature Name |
GET Parameter |
Possible Values |
Default Value |
Example |
Zoom |
zoom |
0 = FALSE, 1 = TRUE |
0 = FALSE |
https://segoma.com/v.php?type=iframe&id=8WNVR89DZZ&zoom=1 |
Loupe |
loupe |
0 = FALSE, 1 = TRUE |
0 = FALSE |
https://segoma.com/v.php?type=iframe&id=8WNVR89DZZ&loupe=1 |
Best Photo |
loupe |
0 = FALSE, 1 = TRUE |
0 = FALSE |
https://segoma.com/v.php?type=iframe&id=8WNVR89DZZ&loupe=1 |
For example a 353x125 pixels image with loupe and with zoom:
<iframe width="353" height="125" src="https://segoma.com/v.php?type=iframe&id=8WNVR89DZZ&zoom=1&loupe=1" scrolling="no" frameborder="0"></iframe>
How can I integrate my 3D Image in RapNet?
On the top red horizontal menu click on "Sell Diamonds". In the next screen click on the second tab named "Add Diamond".
Then, search for the field named "Image/Video Link" and fill the textbox with the Direct link to your 3D Image.
To obtain a Direct link to your 3D Image please
click here.
How can I get a static face up image of my 3D Image?
You can use the same URL for seeing the 3D Image, just change the "&type=view" in the URL
into "&type=first". You can also use "&type=first_mini" and "&type=first_micro" for downscaled images.
For example:
https://segoma.com/v.php?type=first&id=8WNVR89DZZ
In case I have a couple of photos for the same stone
In case there is more than one photo for a certain stone, it is possible to use the same link you've been using to
fetch the latest and most update photo for that stone. All you have to do is add "&best=1" to the end of the link.
For example:
https://segoma.com/v.php?type=view&id=8WNVR89DZZ points to the first photo created for some stone.
To get the last photo created for that stone use:
https://segoma.com/v.php?type=view&id=8WNVR89DZZ&best=1