POST
/
api
/
personas_v2
/
curl --request POST \
  --url https://api.creatify.ai/api/personas_v2/ \
  --header 'Content-Type: application/json' \
  --header 'X-API-ID: <api-key>' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "gender": "m",
  "creator_name": "<string>",
  "video_scene": "<string>",
  "keywords": "<string>",
  "lipsync_input": "<string>",
  "consent_video": "<string>",
  "labels": [
    "<string>"
  ],
  "webhook_url": "<string>",
  "gdown_url": "<string>"
}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "gender": "m",
  "creator_name": "<string>",
  "video_scene": "<string>",
  "keywords": "<string>",
  "lipsync_input": "<string>",
  "consent_video": "<string>",
  "lipsync_input_url": "<string>",
  "labels": [
    "<string>"
  ],
  "matching_voice_non_null": "<string>",
  "process_status": "pending",
  "failed_reason": "<string>",
  "webhook_url": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "gdown_url": "<string>"
}

Authorizations

X-API-ID
string
header
required

API ID, from your settings page.

X-API-KEY
string
header
required

API Key, from your settings page.

Body

Response

201 - application/json

The response is of type object.