---
title: "Create a Premium+ Avatar"
method: POST
path: "/clips/avatars"
tags: ["Clips (Premium Avatars)"]
---

# Create a Premium+ Avatar

`POST /clips/avatars`

## Request body

- CreateClipTrainRequest
  - `source_url` string, required — The source URL of the clip video to train, the video must be longer than 3 minutes and have a resolution higher than 0.5 megapixels.
  - `name` string — A name for the avatar
  - `gender` 'male' | 'female', required — The gender of the presenter
  - `consent_id` string — Id of the related consent for the clip
  - `webhook` string — The webhook to call when the training is done
  - `config` TrainConfig
    - `is_greenscreen` boolean — Whether the clip is a greenscreen clip

## Response `200`

OK

- object
  - `driver_id` string, required
  - `presenter_id` string, required
  - `created_by` string, required
  - `owner_id` string, required
  - `created_at` string, required
  - `consent_id` string, required
  - `gender` 'male' | 'female', required
  - `name` string, required
  - `status` 'created' | 'ready' | 'done' | 'draft' | 'error' | 'post-done' | 'rejected' | 'started' | 'validating', required
  - `id` string, required

## Other responses

- `401` — AuthorizationError

---

[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)
