Vision API
Elevate your application with the Wizart Vision API, delivering comprehensive insights for home interior analysis. Gain access to detailed data encompassing windows, doors, walls, ceilings, floors, and beyond. Whether you require granular information on individual surfaces or seek a comprehensive overview of the entire interior, our API empowers you to extract invaluable insights in a single…
Vision API endpoints
| Method | Endpoint | Description |
|---|---|---|
| analysis | ||
| POST |
/analysis /analysis |
Get analysis data that contains all the information that was extracted for the uploaded photo. Includes virtual camera settings and photo quality data. |
| POST |
/analysis/camera /analysis/camera |
Get a set of camera parameters that correspond to the moment of shooting for the uploaded image. Fov, pitch and roll parameters are represented in radians, height in meters. |
| POST |
/analysis/image-info /analysis/image-info |
Get data about the quality characteristics of the uploaded photo. The data contains information about blur, noise, darkness, and whether the photo is an interior. The closer the… |
| detection | ||
| POST |
/detection /detection |
Get a set of detected interior surfaces such as floor, ceiling, walls. The response is presented in the right-handed coordinate system. |
| POST |
/detection/walls /detection/walls |
Get a set of wall objects. The points parameter of the wall object is a list of x, y coordinates describing the plane of the wall. The x, y values are presented as a percentage… |
| POST |
/detection/floor /detection/floor |
Get a dataset in the form of x, y coordinates describing the plane of the floor in the uploaded photo. The x, y values are presented as a percentage of the photo size with the… |
| POST |
/detection/ceiling /detection/ceiling |
Get a dataset in the form of x, y coordinates describing the plane of the ceiling in the uploaded photo. The x, y values are presented as a percentage of the photo size with the… |
| POST |
/detection/windows /detection/windows |
Get a set of wall objects. The points parameter of the wall object is a list of x, y coordinates describing the plane of the wall. The x, y values are presented as a percentage… |
| interior | ||
| POST |
/interior/ceiling /interior/ceiling |
Get the full set of computer vision artifacts. Includes semantic segmentation, object detection, 3D reconstruction, and camera data for the ceiling from the uploaded photo. |
| POST |
/interior/floor /interior/floor |
Get the full set of computer vision artifacts. Includes semantic segmentation, object detection, 3D reconstruction, and camera data for the floor from the uploaded photo. |
| POST |
/interior /interior |
Get the full set of computer vision artifacts. Includes semantic segmentation, object detection, 3D reconstruction, and camera data for all recognizable objects from the uploaded… |
| POST |
/interior/windows /interior/windows |
Get the full set of computer vision artifacts. Includes semantic segmentation, object detection, 3D reconstruction, and camera data for the windows from the uploaded photo. |
| POST |
/interior/walls /interior/walls |
Get the full set of computer vision artifacts. Includes semantic segmentation, object detection, 3D reconstruction, and camera data for the walls from the uploaded photo. |
| reconstruction | ||
| POST |
/reconstruction/floor /reconstruction/floor |
Obtain a 3D reconstruction of the floor surface. The data includes an area property calculated in square meters and a list of 3D coordinates that characterize the surface of the… |
| POST |
/reconstruction/walls /reconstruction/walls |
Get a 3D reconstruction of the wall as a set of wall objects. The wall object includes width and height properties calculated in a meters. The wall normal vector, taking into… |
| POST |
/reconstruction /reconstruction |
Obtain a 3D reconstruction of all detected surfaces from uploaded photo. The response is presented in the right-handed coordinate system. |
| POST |
/reconstruction/ceiling /reconstruction/ceiling |
Obtain a 3D reconstruction of the ceiling surface. The data includes an area property calculated in square meters and a list of 3D coordinates that characterize the surface of… |
| segmentation | ||
| POST |
/segmentation/floor /segmentation/floor |
Get a binary floor mask represented as an image encoded as a base64 string in the normal case. Or vectorized_mask as a list of (x, y) points if vectorized is set to true in the… |
| POST |
/segmentation/walls /segmentation/walls |
Get a binary walls mask represented as an image encoded as a base64 string in the normal case. Or vectorized_mask as a list of (x, y) points if vectorized is set to true in the… |
| POST |
/segmentation /segmentation |
Get a semantic segmentation as an image in RGB format where all colors corresponds to some entities detected on uploaded image. Check this table to determine color/entity bindings. |
| POST |
/segmentation/windows /segmentation/windows |
Get a binary windows mask represented as an image encoded as a base64 string in the normal case. Or vectorized_mask as a list of (x, y) points if vectorized is set to true in the… |
| POST |
/segmentation/ceiling /segmentation/ceiling |
Get a binary ceiling mask represented as an image encoded as a base64 string in the normal case. Or vectorized_mask as a list of (x, y) points if vectorized is set to true in the… |
| Other endpoints | ||
| POST |
/detection/windows /detection/windows |
Get a set of wall objects. The points parameter of the wall object is a list of x, y coordinates describing the plane of the wall. The x, y values are presented as a percentage… |
| POST |
/analysis /analysis |
Get analysis data that contains all the information that was extracted for the uploaded photo. Includes virtual camera settings and photo quality data. |
| POST |
/interior /interior |
Get the full set of computer vision artifacts. Includes semantic segmentation, object detection, 3D reconstruction, and camera data for all recognizable objects from the uploaded… |
| POST |
/detection/ceiling /detection/ceiling |
Get a dataset in the form of x, y coordinates describing the plane of the ceiling in the uploaded photo. The x, y values are presented as a percentage of the photo size with the… |
| POST |
/analysis/image-info /analysis/image-info |
Get data about the quality characteristics of the uploaded photo. The data contains information about blur, noise, darkness, and whether the photo is an interior. The closer the… |
| POST |
/interior/walls /interior/walls |
Get the full set of computer vision artifacts. Includes semantic segmentation, object detection, 3D reconstruction, and camera data for the walls from the uploaded photo. |
| POST |
/detection /detection |
Get a set of detected interior surfaces such as floor, ceiling, walls. The response is presented in the right-handed coordinate system. |
| POST |
/interior/windows /interior/windows |
Get the full set of computer vision artifacts. Includes semantic segmentation, object detection, 3D reconstruction, and camera data for the windows from the uploaded photo. |
| POST |
/analysis/camera /analysis/camera |
Get a set of camera parameters that correspond to the moment of shooting for the uploaded image. Fov, pitch and roll parameters are represented in radians, height in meters. |
| POST |
/interior/floor /interior/floor |
Get the full set of computer vision artifacts. Includes semantic segmentation, object detection, 3D reconstruction, and camera data for the floor from the uploaded photo. |
| POST |
/interior/ceiling /interior/ceiling |
Get the full set of computer vision artifacts. Includes semantic segmentation, object detection, 3D reconstruction, and camera data for the ceiling from the uploaded photo. |
| POST |
/reconstruction/ceiling /reconstruction/ceiling |
Obtain a 3D reconstruction of the ceiling surface. The data includes an area property calculated in square meters and a list of 3D coordinates that characterize the surface of… |
| POST |
/reconstruction/walls /reconstruction/walls |
Get a 3D reconstruction of the wall as a set of wall objects. The wall object includes width and height properties calculated in a meters. The wall normal vector, taking into… |
| POST |
/reconstruction /reconstruction |
Obtain a 3D reconstruction of all detected surfaces from uploaded photo. The response is presented in the right-handed coordinate system. |
| POST |
/segmentation/floor /segmentation/floor |
Get a binary floor mask represented as an image encoded as a base64 string in the normal case. Or vectorized_mask as a list of (x, y) points if vectorized is set to true in the… |
| POST |
/reconstruction/floor /reconstruction/floor |
Obtain a 3D reconstruction of the floor surface. The data includes an area property calculated in square meters and a list of 3D coordinates that characterize the surface of the… |
| POST |
/segmentation/windows /segmentation/windows |
Get a binary windows mask represented as an image encoded as a base64 string in the normal case. Or vectorized_mask as a list of (x, y) points if vectorized is set to true in the… |
| POST |
/segmentation/walls /segmentation/walls |
Get a binary walls mask represented as an image encoded as a base64 string in the normal case. Or vectorized_mask as a list of (x, y) points if vectorized is set to true in the… |
| POST |
/segmentation/ceiling /segmentation/ceiling |
Get a binary ceiling mask represented as an image encoded as a base64 string in the normal case. Or vectorized_mask as a list of (x, y) points if vectorized is set to true in the… |
| POST |
/segmentation /segmentation |
Get a semantic segmentation as an image in RGB format where all colors corresponds to some entities detected on uploaded image. Check this table to determine color/entity bindings. |
| POST |
/detection/floor /detection/floor |
Get a dataset in the form of x, y coordinates describing the plane of the floor in the uploaded photo. The x, y values are presented as a percentage of the photo size with the… |
| POST |
/detection/walls /detection/walls |
Get a set of wall objects. The points parameter of the wall object is a list of x, y coordinates describing the plane of the wall. The x, y values are presented as a percentage… |
Vision API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $599 / month | 2 / second |
|
| ULTRA | $4,699 / month | 2 / second |
|
| MEGA Recommended | $20,199 / month | 2 / second |
|