πŸš— GetAround Pricing API

πŸ“Œ Endpoint

POST /predict β†’ returns predicted rental price per day

πŸ“Š Features

#Feature
1model_key
2mileage
3engine_power
4fuel
5paint_color
6car_type
7private_parking_available
8has_gps
9has_air_conditioning
10automatic_car
11has_getaround_connect
12has_speed_regulator
13winter_tires

πŸ“₯ Example request

curl -X POST "https://dreipfelt-getaround-api.hf.space/predict" -H "Content-Type: application/json" -d '{"input": [["CitroΓ«n", 150000, 120, "diesel", "black", "sedan", 1, 1, 1, 0, 1, 1, 0]]}'
            

πŸ“€ Example response

{"prediction": [89.5]}