1. Subscribing to the Vision API

The Vision API is available for purchase on AWS Marketplace, where you can subscribe to different pricing plans based on your usage needs. To subscribe, you'll need an AWS account. If you don’t have one, you’ll need to sign up.

How to Subscribe via AWS Marketplace

  1. Create or Sign In to Your AWS Account: If you don’t have an AWS account, sign up for an account here. If you already have one, sign in to your account.

  2. Visit the Vision API Product Page: Once signed in, go to the Vision API page on AWS Marketplace.

  3. Choose a Plan: Review the available pricing plans:

    You can choose both the plan and the subscription duration. After selecting a plan, press the Subscribe button, which will direct you to a registration form.

  4. Fill in the Registration Form: It is important to properly fill in your personal name, email, and company name in the registration form. This information is required for proper configuration of your application and ensuring smooth integration with the API.

  5. Submit and Wait for Confirmation: After submitting the form and receiving a confirmation message, wait a few minutes for an email with access details and further instructions. This email will be sent to the address you provided during registration.

  6. Complete Purchase: Follow the on-screen instructions to finalize your purchase through AWS.

Pricing and Request Limits

Each pricing plan includes a fixed number of requests per contract. If your usage exceeds this quota, additional requests will incur a fee. Payable requests include:

The Basic Plan has no limits, and you pay for each request you make, but the cost per request is higher compared to subscription plans. If you anticipate higher usage, subscription plans may offer better cost-efficiency.


2. API Reference and Postman Integration

We provide an extensive API reference that outlines all available endpoints. Whether you're analyzing interiors, detecting surfaces, or extracting metadata, this reference is your go-to guide for interacting with the API.

Postman Integration

The API reference is Postman-ready. You can import the collection into your Postman account to start making requests immediately. This is an excellent way to familiarize yourself with the API without needing to write code upfront.

Here’s how:

  1. Go to http://docs.vision-api.wizart.ai

  2. Click “Run in Postman”

  3. Import the collection into your Postman workspace.

Now you’re ready to start experimenting with the endpoints!


3. API Authentication Setup

Every request to the Wizart Vision API must be authenticated using your API Token.

X-Api-Key: your-api-token


4. Preparing Images for Analysis

For optimal results, ensure that the images you upload meet our recommended quality standards. Key recommendations include:

For detailed requirements, refer to our Image Guidelines.

5. Building an Interactive Web App

If you're looking to create a web application that integrates Vision API with 3D visualization, we provide a step-by-step guide on how to use Three.js together with Vision API for real-time interaction.

The guide covers:

Read the full tutorial here: Crafting Immersive Virtual Spaces