Rest B AI

Learning how to use Rest APIs on Interplay

Written By Brian Sathinathan (Super Administrator)

Updated at October 15th, 2020

Description

Restb.ai provides its computer vision service via a RESTful API web service. The API is built upon a simple premise: you send image URLs to the service and it returns AI computed predictions. The type of prediction returned is based on the model specified for processing the image.

Input

payload (string) A url linking to the image to be analyzed

Parameters

API_KEY(string)The users API Key 

Type (selection)

The API to be called and used to analyze the image

Output

payload (string) JSON that has the information from the analyzed image.

Was this article helpful?