---
title: "Classify the Car Image"
method: POST
path: "/cars/classify"
tags: ["Classification"]
---

# Classify the Car Image

`POST /cars/classify`

The car image *Classifier* service categorizes all provided images. The supported categories are exterior, interior, engine, undercarriage, other.
It is mandatory that the provided input image is a car image. If the image is not a car image, the service will not generate an error, and the result may not be relevant.

## Response `200`

Success.

- object
  - `data` object
    - `class` 'front' | 'rear' | 'left-side' | 'right-side' | '34-front-right' | '34-front-left' | '34-rear-right' | '34-rear-left' | 'top' | 'interior' | 'engine' | 'detail'
    - `vin` string, nullable
    - `odo` string, nullable
  - `status` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `413` — Request Entity Too Large
- `415` — Unsupported Media Type
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `431` — Request Header Fields Too Large
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/picsart/apis/picsart-programmable-image-apis.md) · [All operations](https://skmtc.net/picsart/apis/picsart-programmable-image-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/picsart/picsart-programmable-image-apis/revisions/726b2a637ae8/schema)
