Body Shop

Upload a photo of vehicle damage and get an AI-powered match of up to 8 body shop services from our catalogue.

Configuration

Body Shop Image Match

Upload a photo of vehicle damage and the AI will identify up to 8 relevant body shop services from our catalogue.

POST /api/v1/predict/body-shop/image-match

Request Parameters

ParameterTypeRequiredDescription
imagefileYesVehicle damage photo. JPEG, PNG, or WebP. Max 10 MB.

Example Request

curl -X POST https://dev.api.aiadmin.quickmechs.com/api/v1/predict/body-shop/image-match \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "image=@/path/to/damage.jpg"
Try it

Click or drag an image here

JPG, PNG, WEBP — max 10MB
Request
POST /api/v1/predict/body-shop/image-match

Content-Type: multipart/form-data
Body: { file: <image> }
Response
// Upload an image and click Analyze