GET
/
api
/
v2
/
defaults
/
gem_attributes
curl --request GET \
  --url https://api-staging.unbridaled.ai/api/v2/defaults/gem_attributes \
  --header 'Authorization: Bearer <token>'
{
  "clarity": [
    "FL",
    "IF",
    "VVS1",
    "VVS2",
    "VS1",
    "VS2",
    "SI1",
    "SI2",
    "I1",
    "I2",
    "I3"
  ],
  "color": [
    "D",
    "E",
    "F",
    "G",
    "H",
    "I",
    "J",
    "K",
    "L",
    "M",
    "N",
    "O",
    "OP",
    "P",
    "Q",
    "QR",
    "R",
    "S",
    "ST",
    "T",
    "U",
    "UV",
    "V",
    "W",
    "WX",
    "X",
    "Y",
    "YZ",
    "Z"
  ],
  "culet_condition": [
    "pointed",
    "abraded",
    "chipped",
    null
  ],
  "culet_size": [
    "N",
    "VS",
    "S",
    "M",
    "SL",
    "L",
    "VL",
    "EL",
    null
  ],
  "cut_code": [
    "rose_cut",
    "brilliant_cut",
    "step_cut",
    "mirror_cut",
    "european_cut",
    "old_mine_cut",
    "mixed_cut",
    "modified_cut"
  ],
  "cut_grade": [
    "IDL",
    "EX",
    "VG",
    "G",
    "F",
    "P",
    null
  ],
  "fancy_color": [
    "BK",
    "BL",
    "BN",
    "CH",
    "CM",
    "CG",
    "GY",
    "GR",
    "OR",
    "PN",
    "PL",
    "RD",
    "VL",
    "YL",
    "WH",
    "OT",
    null
  ],
  "fancy_color_intensity": [
    "FAN",
    "FDK",
    "FDP",
    "FLT",
    "FNT",
    "INT",
    "LIT",
    "VIV",
    "VLT",
    null
  ],
  "fluorescence": [
    "Very Strong",
    "Strong",
    "Medium",
    "Faint",
    "Slight",
    "Very Slight",
    "None",
    null
  ],
  "fluorescence_color": [
    "blue",
    "green",
    "orange",
    "red",
    "white",
    "yellow",
    null
  ],
  "girdle_condition": [
    "polished",
    "partly_polished",
    "bruted",
    "lasered",
    "faceted",
    "partly_faceted",
    "not_applicable",
    null
  ],
  "girdle_max": [
    "XTK",
    "VTK",
    "TK",
    "STK",
    "MD",
    "TN",
    "VTN",
    "ETN",
    null
  ],
  "girdle_min": [
    "XTK",
    "VTK",
    "TK",
    "STK",
    "MD",
    "TN",
    "VTN",
    "ETN",
    null
  ],
  "lab": [
    "GIA",
    "GCAL",
    "IGI",
    null
  ],
  "milky": [
    "M1",
    "M2",
    "M3",
    "None",
    null
  ],
  "open_inclusion": [
    "OT1",
    "OT2",
    "OT3",
    "OC1",
    "OC2",
    "OC3",
    "OP1",
    "OP2",
    "OP3",
    "OG1",
    "OG2",
    "OG3",
    "None",
    null
  ],
  "polish_grade": [
    "EX",
    "VG",
    "G",
    "F",
    "P"
  ],
  "shade": [
    "WH",
    "YL",
    "BN",
    "GR",
    "GY",
    "BK",
    "PN",
    "BL",
    "FB",
    "FG",
    "OT",
    "None",
    null
  ],
  "shape": [
    "asscher",
    "baguette",
    "briolette",
    "bullets",
    "calf",
    "cushion",
    "emerald",
    "half_moon",
    "heart",
    "hexagon",
    "lozenge",
    "marquise",
    "octagon",
    "oval",
    "pear",
    "princess",
    "radiant",
    "rectangle",
    "round",
    "shield",
    "tapered_baguette",
    "trapezoid",
    "triangle"
  ],
  "symmetry_grade": [
    "EX",
    "VG",
    "G",
    "F",
    "P"
  ],
  "treatment": [
    "LD",
    "IRR",
    "CE",
    "COL",
    "HPHT",
    "OT",
    "None",
    null
  ],
  "type": [
    "mined",
    "lab grown"
  ],
  "white_inclusion": [
    "WT0",
    "WT1",
    "WT2",
    "WT3",
    "WC0",
    "WC1",
    "WC2",
    "WC3",
    "None",
    null
  ]
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string

Response

200 - application/json

The response is of type object.