Defaults
Get Default Gem Ratios
Defaults
Get Default Gem Ratios
Get Default Gem ratios. Requires any valid token
GET
/
api
/
v2
/
defaults
/
gem_ratios
curl --request GET \
--url https://api-staging.unbridaled.ai/api/v2/defaults/gem_ratios \
--header 'Authorization: Bearer <token>'
{
"asscher": {
"square": {
"ratio_max": 1.054,
"ratio_min": 1
}
},
"cushion": {
"rectangular": {
"ratio_max": 1.2,
"ratio_min": 1.1
},
"square": {
"ratio_max": 1.054,
"ratio_min": 1
}
},
"emerald": {
"rectangular": {
"ratio_max": 1.55,
"ratio_min": 1.3
}
},
"marquise": {
"rectangular": {
"ratio_max": 2,
"ratio_min": 1.9
}
},
"oval": {
"rectangular": {
"ratio_max": 1.55,
"ratio_min": 1.35
}
},
"pear": {
"rectangular": {
"ratio_max": 1.6,
"ratio_min": 1.45
}
},
"princess": {
"square": {
"ratio_max": 1.054,
"ratio_min": 1
}
},
"radiant": {
"rectangular": {
"ratio_max": 1.55,
"ratio_min": 1.3
}
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
OK
The response is of type object
.
curl --request GET \
--url https://api-staging.unbridaled.ai/api/v2/defaults/gem_ratios \
--header 'Authorization: Bearer <token>'
{
"asscher": {
"square": {
"ratio_max": 1.054,
"ratio_min": 1
}
},
"cushion": {
"rectangular": {
"ratio_max": 1.2,
"ratio_min": 1.1
},
"square": {
"ratio_max": 1.054,
"ratio_min": 1
}
},
"emerald": {
"rectangular": {
"ratio_max": 1.55,
"ratio_min": 1.3
}
},
"marquise": {
"rectangular": {
"ratio_max": 2,
"ratio_min": 1.9
}
},
"oval": {
"rectangular": {
"ratio_max": 1.55,
"ratio_min": 1.35
}
},
"pear": {
"rectangular": {
"ratio_max": 1.6,
"ratio_min": 1.45
}
},
"princess": {
"square": {
"ratio_max": 1.054,
"ratio_min": 1
}
},
"radiant": {
"rectangular": {
"ratio_max": 1.55,
"ratio_min": 1.3
}
}
}