Guesstimate

{"openapi":"3.1.0","info":{"title":"Guesstimate","version":"1.0"},"paths":{"/api/guesstimate/cars":{"post":{"operationId":"analyzeCars","summary":"Analyze images of cars","description":"Analyze images of cars to identify the make, model, and year of the vehicle.","tags":["Guesstimate Service - Cars"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"imagesBase64":{"type":"array","items":{"type":"string"}},"imageUrls":{"type":"array","items":{"type":"string"}}},"additionalProperties":false}}}},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CarAnalysisDto"}}}},"400":{"description":"Bad Request"},"500":{"description":"Internal Server Error"}}}},"/api/guesstimate/humans":{"post":{"operationId":"analyzeHumans","summary":"Analyze images of humans","description":"Analyze images of humans to identify a range of properties","tags":["Guesstimate Service - Humans"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"imagesBase64":{"type":"array","items":{"type":"string"}},"imageUrls":{"type":"array","items":{"type":"string"}}},"additionalProperties":false}}}},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HumanAnalysisDto"}}}},"400":{"description":"Bad Request"},"500":{"description":"Internal Server Error"}}}},"/api/status":{"get":{"operationId":"getStatus","summary":"Get the status of the API","description":"Get the status of the API to check if it is running correctly.","tags":["Health Check"],"responses":{"200":{"description":"The API is running correctly","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["ok"]}},"required":["status"],"additionalProperties":false}}}},"500":{"description":"Internal Server Error"}}}}},"components":{"schemas":{"CarAnalysisDto":{"type":"object","properties":{"make":{"type":"object","properties":{"prediction":{"type":"string"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"model":{"type":"object","properties":{"prediction":{"type":"string"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"modelYear":{"type":"object","properties":{"prediction":{"type":"number"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"productionStart":{"type":"object","properties":{"prediction":{"type":"number"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"productionEnd":{"type":"object","properties":{"prediction":{"type":"number"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"trimLevel":{"type":"object","properties":{"prediction":{"type":"string"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"color":{"type":"object","properties":{"prediction":{"type":"string"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"licensePlate":{"type":"object","properties":{"prediction":{"type":"string"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"estimatedValueUsd":{"type":"object","properties":{"prediction":{"type":"number"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"visibleDamage":{"type":"object","properties":{"prediction":{"type":"boolean"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"isMoving":{"type":"object","properties":{"prediction":{"type":"boolean"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false}},"additionalProperties":false},"HumanAnalysisDto":{"type":"object","properties":{"heightCm":{"type":"object","properties":{"prediction":{"type":"number"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"weightKg":{"type":"object","properties":{"prediction":{"type":"number"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"age":{"type":"object","properties":{"prediction":{"type":"number"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"gender":{"type":"object","properties":{"prediction":{"type":"string"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"ethnicity":{"type":"object","properties":{"prediction":{"type":"string"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"hairColor":{"type":"object","properties":{"prediction":{"type":"string"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"hairStyle":{"type":"object","properties":{"prediction":{"type":"string"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"eyeColor":{"type":"object","properties":{"prediction":{"type":"string"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"facialHair":{"type":"object","properties":{"prediction":{"type":"string"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"hat":{"type":"object","properties":{"prediction":{"type":"boolean"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"glasses":{"type":"object","properties":{"prediction":{"type":"boolean"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"mask":{"type":"object","properties":{"prediction":{"type":"boolean"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"faceCovered":{"type":"object","properties":{"prediction":{"type":"boolean"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"visibleDirt":{"type":"object","properties":{"prediction":{"type":"string"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"visibleWounds":{"type":"object","properties":{"prediction":{"type":"string"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"visibleScars":{"type":"object","properties":{"prediction":{"type":"string"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"visibleTattoos":{"type":"object","properties":{"prediction":{"type":"string"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"upperBodyClothing":{"type":"object","properties":{"prediction":{"type":"string"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"lowerBodyClothing":{"type":"object","properties":{"prediction":{"type":"string"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"footwear":{"type":"object","properties":{"prediction":{"type":"string"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"accessories":{"type":"object","properties":{"prediction":{"type":"string"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"posture":{"type":"object","properties":{"prediction":{"type":"string"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false},"action":{"type":"object","properties":{"prediction":{"type":"string"},"explanation":{"type":"string"}},"required":["prediction","explanation"],"additionalProperties":false}},"additionalProperties":false}}},"tags":[]}