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…

14 subscribers
9.4/10 popularity
2404 ms avg latency
100% success rate
44 endpoints
The in-depth APIMemo review for this API hasn't been published yet — the data below comes straight from the public marketplace listing.

Vision API endpoints

MethodEndpointDescription
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

PlanPriceRate limitQuotas
BASIC Free 1 / second
  • Requests: 0 / monthly (then $0.1150 each)
PRO $599 / month 2 / second
  • Requests: 10,000 / monthly (then $0.0870 each)
ULTRA $4,699 / month 2 / second
  • Requests: 100,000 / monthly (then $0.0720 each)
MEGA Recommended $20,199 / month 2 / second
  • Requests: 500,000 / monthly (then $0.0580 each)

More Visual Recognition APIs

View all →
  • Search by Image on Google Lens - Get Visual Matches, Products, Exact Matches, Text (OCR), Homework,…

    Visual RecognitionFreemium1.4k subscribers
  • Extract VINs instantly from images, PDFs, barcodes, or QR codes, and automatically decode the make, model,…

    Visual RecognitionFreemium898 subscribers
  • Remove or replace the background of any image in just a few seconds using an AI-powered algorithm

    Visual RecognitionFreemium1.7k subscribers
  • Handwriting Recognition OCR - Convert scanned handwritten notes into editable text.

    Visual RecognitionFreemium2.3k subscribers
  • Optical Character Recognition: Automatically Detect and Recognize Text in Multiple Languages

    Visual RecognitionFreemium2.1k subscribers
  • This API analyzes images and conducts Optical Character Recognition.

    Visual RecognitionFreemium2.9k subscribers