Download OpenAPI specification:Download
This is the API documentation for the VIZOR demo by Redirect Solutions.
Get Authorization token
The standard flow to create an image with the QR embeded is the following
Security standards followed in development
Your account dashboard where you can see all your QR images.
Visit Following URL https://website.vizorads.com/
Enter your account credentials like email address and password to login into your account.
This endpoint require name, email and password in order to create you account with RapidAPI
name | string |
string <email> | |
password | string |
{- "name": "string",
- "email": "user@example.com",
- "password": "string"
}
{- "message": "string",
- "status": 0
}
This endpoint require email and password in order to provide token
string <email> | |
password | string |
{- "email": "user@example.com",
- "password": "string"
}
{- "message": "string",
- "status": 0,
- "data": {
- "token": "string"
}
}
It just creates an embed with provided body
x-marketplace-id required | string Marketplace Id of a user account |
link | string <url> |
name | string |
file | string <binary> |
description | string |
position | string Enum: "top_left" "top_right" "bottom_left" "bottom_right" "center" |
padding | integer >= 0 |
scaleFactor | integer >= 0 |
{- "link": "string",
- "name": "string",
- "file": "string",
- "description": "string",
- "position": "top_left",
- "padding": 0,
- "scaleFactor": 0
}
{- "message": "string",
- "status": 0,
- "data": {
- "name": "string",
- "description": "string",
- "slug": "string",
- "linkUri": "string",
- "imageUri": "string",
- "downloadUri": "string",
- "cachedUri": "string",
- "nft_address": "string",
- "ipfs_hash": "string"
}
}
slug required | string Slug of the embed |
x-marketplace-id required | string Marketplace Id of a user account |
{- "message": "string",
- "status": 0,
- "data": {
- "name": "string",
- "description": "string",
- "slug": "string",
- "linkUri": "string",
- "imageUri": "string",
- "downloadUri": "string",
- "cachedUri": "string",
- "nft_address": "string",
- "ipfs_hash": "string"
}
}
All parameters are optional
slug required | string Slug of the embed |
x-marketplace-id required | string Marketplace Id of a user account |
link | string <url> |
name | string |
file | string <binary> |
description | string |
position | string Enum: "top_left" "top_right" "bottom_left" "bottom_right" "center" |
padding | integer >= 0 |
scaleFactor | integer >= 0 |
{- "link": "string",
- "name": "string",
- "file": "string",
- "description": "string",
- "position": "top_left",
- "padding": 0,
- "scaleFactor": 0
}
{- "message": "string",
- "status": 0,
- "data": {
- "name": "string",
- "description": "string",
- "slug": "string",
- "linkUri": "string",
- "imageUri": "string",
- "downloadUri": "string",
- "cachedUri": "string",
- "nft_address": "string",
- "ipfs_hash": "string"
}
}
link parameter is required
slug required | string Slug of the embed |
x-marketplace-id required | string Marketplace Id of a user account |
link | string <url> |
{- "link": "string"
}
{- "message": "string",
- "status": 0,
- "data": {
- "name": "string",
- "description": "string",
- "slug": "string",
- "linkUri": "string",
- "imageUri": "string",
- "downloadUri": "string",
- "cachedUri": "string",
- "nft_address": "string",
- "ipfs_hash": "string"
}
}