priv/docs/workers_ai_image_classification.md

# Workers AI Image Classification

## Execute @cf/microsoft/resnet-50 model.

**POST** `/accounts/{account_id}/ai/run/@cf/microsoft/resnet-50`



### Responses

#### 200 Object with user data.

> Data is at `body["result"]`

```json
{}
```

#### 400 Bad request

```json
{
  "errors": [
    {
      "code": "*string*",
      "message": "*string*"
    }
  ],
  "result": {},
  "success": "*boolean*"
}
```