---
title: "POST: /image/avatar
             
            Testing with Postman (validated 11/20/2015):
            1) Remove the Content-Type header; add authentication information
            2) On the request, click Body and choose \"form-data\", then add a line item with \"key\" column set to \"file\" and on the right,
            change the type of the input from Text to File.  Browse and choose a JPG."
method: POST
path: "/image/avatar"
tags: ["Images"]
---

# POST: /image/avatar
             
            Testing with Postman (validated 11/20/2015):
            1) Remove the Content-Type header; add authentication information
            2) On the request, click Body and choose "form-data", then add a line item with "key" column set to "file" and on the right,
            change the type of the input from Text to File.  Browse and choose a JPG.

`POST /image/avatar`

## Response `200`

Success

- SystemObject

## Other responses

- `400` — if bad request (e.g., missing parameters)
- `401` — if the user is unknown
- `415` — if unsupported media type (e.g., bad JPG)

---

[API](https://skmtc.net/bigoven/apis/1-000-000-recipe-and-grocery-list-api-v2.md) · [All operations](https://skmtc.net/bigoven/apis/1-000-000-recipe-and-grocery-list-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigoven/1-000-000-recipe-and-grocery-list-api-v2/revisions/213a69be0728/schema)
