Iris Species Classifier


JSON API Documentation


Author description: Returns species of Iris flower based on length and width of sepal and petal.

This is an auto-generated document explaining how to use the AIMinions API to interact with the "Iris Species Classifier" minion. The document will include (1) The HTTP endpoint where this minion is listening for requests, (2) The headers AIMinion requires to give you access to your requested minion, (3) The input parameters the minion needs in order to process your request, and (4) Sample code to get you started.

1. Endpoint URL
Endpoint URL
2. Required Headers

Authorization: PrivateKey {{SIGN_UP_FOR_PRIVATE_KEY}}

3. Input Parameters

sepal_length | sepal_width | petal_length | petal_width
{ input: "5.1,3.5,1.4,0.2" }

4. Sample Code