Link to videos
Links
Lipsyncs
Lipsyncs v2
Custom Templates
Custom Template Videos
Text to Speech
AI Shorts
AI Editing
Avatar
Workspace
Avatar
Create a Custom Avatar
It may take up to 2 ~ 5 days to create a custom avatar. You can check the status of the custom avatar creation by calling the Get avatar by ID API.
POST
/
api
/
personas_v2
/
Copy
Ask AI
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>"
}'
Copy
Ask AI
{
"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
API ID, from your settings page.
API Key, from your settings page.
Body
Response
201 - application/json
The response is of type object
.
Copy
Ask AI
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>"
}'
Copy
Ask AI
{
"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>"
}
Assistant
Responses are generated using AI and may contain mistakes.