GET
/
api
/
personas
/
{id}
curl --request GET \
  --url https://api.creatify.ai/api/personas/{id}/ \
  --header 'X-API-ID: <api-key>' \
  --header 'X-API-KEY: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "gender": "m",
  "age_range": "child",
  "location": "outdoor",
  "style": "selfie",
  "creator_name": "<string>",
  "video_scene": "<string>",
  "keywords": "<string>",
  "preview_image_16_9": "<string>",
  "preview_image_1_1": "<string>",
  "preview_image_9_16": "<string>",
  "preview_video_16_9": "<string>",
  "preview_video_1_1": "<string>",
  "preview_video_9_16": "<string>",
  "landscape_preview_video": "<string>",
  "squared_preview_video": "<string>",
  "is_active": true,
  "process_status": "<string>",
  "failed_reason": "<string>",
  "type": "<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.

Path Parameters

id
string
required

A UUID string identifying this Digital Human: Creator.

Response

200 - application/json
id
string
required
created_at
string
required
updated_at
string
required
gender
enum<string>
required

gender of the persona

  • m - Male
  • f - Female
  • nb - Non Binary
Available options:
m,
f,
nb
creator_name
string
required
preview_image_16_9
string | null
required
preview_image_1_1
string | null
required
preview_image_9_16
string | null
required
preview_video_16_9
string | null
required
preview_video_1_1
string | null
required
preview_video_9_16
string | null
required
landscape_preview_video
string | null
required

Landscape preview video of the persona

squared_preview_video
string | null
required

Squared preview video of the persona

is_active
boolean
required

Is the creator active to use, if not, it will not be shown in the UI

process_status
string
required
failed_reason
string
required
type
string
required
age_range
enum<string>

age range of the persona

  • child - Child
  • teen - Teen
  • adult - Adult
  • senior - Senior
Available options:
child,
teen,
adult,
senior
location
enum<string>

location of the persona

  • outdoor - Outdoor
  • fantasy - Fantasy
  • indoor - Indoor
  • other - Other
Available options:
outdoor,
fantasy,
indoor,
other
style
enum<string>

style of the persona

  • selfie - Selfie
  • presenter - Presenter
  • other - Other
Available options:
selfie,
presenter,
other
video_scene
string | null

A word to describe the background setting. API user rely on this

Maximum length: 255
keywords
string | null

keywords (comma separated)

Maximum length: 255