---
title: "Get a specific clip"
method: GET
path: "/clips/{id}"
tags: ["Clips (Premium Avatars)"]
---

# Get a specific clip

`GET /clips/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- GetClipResponse
  - `id` string, required — Unique identifier for the object
  - `owner_id` string, required — Unique identifier of the owner that submitted the clip
  - `audio_url` string
  - `created_at` string, required — Clip creation time as iso-8601 string
  - `created_by` string — The user id that created the clip
  - `modified_at` string, required — last modified time as iso-8601 string
  - `started_at` string — Clip start time as iso-8601 string
  - `completed_at` string — Clip completion time as iso-8601 string
  - `config` ClipConfig
    - `logo` Logo
      - `url` string, required — https url to an ARGB jpg/png image, a default logo is used otherwise
      - `position` integer[], required — position of the logo in pixels from the top left corner (w,h) negative values are subtracted from last pixel
    - `result_format` 'mp4' | 'mov' | 'webm' — File format of the animated result
    - `output_resolution` number, double — The output resolution sets the maximum height or width of the output video. The aspect ratio is preserved from the source image.
  - `status` 'created' | 'done' | 'error' | 'started' | 'rejected', required
  - `result_url` string — The result url of the clip
  - `presenter_id` string — The identity of the actor that is used in the clip
  - `driver_id` string — The identifier of the presenter's acting driver that is used in the clip
  - `metadata` RecordStringAny — Construct a type with a set of properties K of type T
  - `webhook` string — A webhook URL for sending the payload including animate details. In a case of empty value, the webhook will not be triggered
  - `name` string — The name of the clip

## Other responses

- `401` — AuthorizationError
- `404` — NotFoundError

---

[API](https://skmtc.net/d-id/apis/realtime-endpoints.md) · [All operations](https://skmtc.net/d-id/apis/realtime-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/d-id/realtime-endpoints/versions/2f2425e1b6b6/schema)
