API Guide
Last updated
Last updated
POST
https://nvision.nipa.cloud/api/v1/object-detection
This endpoint allows you to get free cakes.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
The configuration is different on individual service types. It is structured as a key-value mapping. A config name is defined in parameter
field and the corresponding value is defined in value
field in string format.
For object detection service, there are two available configurations as follows:
ConfidenceThreshold
: to define the minimum confidence score of the prediction results.
Value options: [0, 1]
Default: "0.1"
OutputCroppedImage
: to return cropped images from bounding box detections.
Value options: "true"
or "false"
Default: "false"
OutputVisualizedImage
: to return drawn bounding box detections on raw image.
Value options: "true"
or "false"
Default: "false"
Authentication
string
ApiKey: Authentication token to track down who is requesting predictions.
Content-Type
string
Application/json
raw_data
string
Base64 encoded string of an image
configurations
array
List of configuration params corresponding to the service.