Run inference on object detection models hosted on Epigos AI.
Once your models are deployed on the Epigos AI platform, they come with a readily accessible REST API.
Your API key (obtained via your workspace API settings page)
The unique ID of your model deployed on Epigos AI. You can find it in the web dashboard by viewing the model details.
You can POST a base64 encoded image directly to your model endpoint. Or you can pass a URL as the image parameter in the request body if image is already hosted elsewhere
Image path to run detections on. It can be base64 encoded string or URL to the image.
"https://example.org/image.jpg"
The confidence threshold used to filter out predictions
0 <= x <= 10.7
Indicate whether to draw bounding boxes on the image for the detected objects
Indicate whether to show prediction confidences on each bounding box
Bounding box border width
1 <= x <= 5Successful Response
The API inference route hosted by us returns a JSON object that includes a predictions array. Each prediction within this array comprises the following attributes: