Roboflow
communityComputer vision platform for labeling, training, and deploying object detection and classification models.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
POST
https://detect.roboflow.com/{model_id}Run inference on an image
Parameters
imagebase64 image or URL (stringrequiredapi_keyAPI key (stringrequiredmodel_idproject/version (stringrequiredconfidencemin confidence 0-100 (integeroptionalReturns
predictions[] with class, confidence, x, y, width, height; image with width, heightPOST
https://api.roboflow.com/dataset/{project}/uploadUpload image to dataset
Parameters
nameimage name (stringoptionalimagebase64 image (stringrequiredapi_keyAPI key (stringrequiredprojectproject slug (stringrequiredReturns
success, id, duplicateGET
https://api.roboflow.com/{workspace}/{project}Get project details
Parameters
api_keyAPI key (stringrequiredprojectproject ID (stringrequiredworkspaceworkspace ID (stringrequiredReturns
project with name, type, classes, images, versions[], annotation, splits