Skip to content

Latest commit

 

History

History

axios

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

API4AI Alcohol Label Recognition

This directory contains a minimalistic sample that sends requests to the API4AI Alcohol Label Recognition API. The sample is implemented in nodejs using axios and from-data packages.

Overview

This ready-to-use API takes an images as inputs and gives you the kind of the drink, brand and other drink-specific information.

Getting started

NodeJS version 8.3.0 or greater is required to run this script.

Preinstall dependencies before use:

npm i --production

Try sample with default args:

node index.js

Try sample with your local image:

node index.js image.jpg

About API keys

This demo by default sends requests to free endpoint at demo.api4ai.cloud. Demo endpoint is rate limited and should not be used in real projects.

To get API key for unlimited access you may buy API at RapidAPI marketplace or use contact us directly.

Use RapidAPI marketplace to get the API key. The marketplace offers both free and paid subscriptions.

Contact us in case of any questions or to request a custom pricing plan that better meets your business requirements.

Links