---
title: "POST /teams/{team_name}/images"
method: POST
path: "/teams/{team_name}/images"
tags: ["teams"]
---

# POST /teams/{team_name}/images

`POST /teams/{team_name}/images`

Get URLs to upload images for a given team

## Path parameters

- `team_name` string, required — The unique name for the team.

## Request body

- object
  - `images` TeamImageCreate[], required
    - `name` string, required — Name of image
    - `checksum` string, required — SHA1 checksum of image
    - `content_type` 'image/jpeg' | 'image/png' | 'image/webp', required — The HTTP Content-Type of the image or asset

## Response `201`

Response

- object
  - `items` TeamImage[], required
    - `name` string, required — Name of image
    - `checksum` string, required — SHA1 checksum of image
    - `url` string, required — URL to download image
    - `upload_url` string — URL to upload image
    - `required_headers` object, required — Required HTTP headers to include for the upload
  - `metadata` ListMetadata, required
    - `total_count` integer
    - `last_page` integer
    - `page_size` integer, required
    - `time_ms` integer

## Other responses

- `401` — Requires authentication
- `403` — Forbidden
- `404` — Resource not found
- `500` — Internal Error

---

[API](https://skmtc.net/cloudquery/apis/cloudquery-openapi-spec.md) · [All operations](https://skmtc.net/cloudquery/apis/cloudquery-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudquery/cloudquery-openapi-spec/versions/4af580f9023b/schema)
