frame_config
Submission object to create a frame for the purpose of pricing or to render a frame.
| Name | Description | Type | Additional information |
|---|---|---|---|
| frame_id | This is the Id number of the frame. Use "0" if you just want to render matting. A list of frame ids can be retrieved via using the the Collections call. | number |
Required |
| width | A Frame and/or mat's size paramter. | decimal |
Required |
| height | A Frame and/or mat's size paramter. | decimal |
Required |
| mats | Currently supports either single or double mat. The base / single mat will be the first in the array. | array (build_frame_mat) | None. |
| glazing | Glazing submission object | build_frame_glazing | None. |