# Duplicate a User Generated Content item into a new draft

Creates a new draft User Generated Content item that duplicates the attributes of the given item.

Endpoint: POST /v2/ugc/contents/{id}/copy
Version: 2026-09-09
Security: oauth2_as_a_user

## Path parameters:

  - `id` (integer, required)
    The id of the User Generated Content item to duplicate.

## Response 201 fields (application/json):

  - `data` (object, required)
    The newly created draft User Generated Content item.

