---
title: "Upload a player logo"
method: POST
path: "/v2/sites/{site_id}/players/logo/"
tags: ["players"]
---

# Upload a player logo

`POST /v2/sites/{site_id}/players/logo/`

Upload a player logo

## Path parameters

- `site_id` string, required — Unique identifier for a resource

## Request body

- object
  - `upload` object
    - `method` 'direct'
    - `mime_type` string — MIME type for the uploaded media

## Response `201`

Resource successfully created

- PlayerLogoResourceRead
  - `schema` string
  - `id` string — Unique identifier for a resource
  - `created` string — Date and time at which the resource was created
  - `last_modified` string — Date and time at which the resource was most recently modified
  - `type` string — Name of the type of resource.
  - `relationships` object — Ancilliary resources associated to the primary resource being read
  - `metadata` PlayerLogoResourceMetadata
    - `status` 'created' | 'failed' | 'processing' | 'ready' — Status of the logo Possible values include: - `created`: The logo has been created and is ready to be used. - `failed`: The logo failed to be created. - `processing`: The logo is being processed. - `ready`: The logo has been created and is ready to be used.
  - `upload_link` string — Upload URL of the logo

## Other responses

- `400` — Bad Request The request either lacks certain attributes or contains malformed/invalid attributes.
- `404` — Not Found The requested asset could not be found.

---

[API](https://skmtc.net/jwplayer/apis/management-api-v2.md) · [All operations](https://skmtc.net/jwplayer/apis/management-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jwplayer/management-api-v2/revisions/180db7cada27/schema)
