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>"
}
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.
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>"
}
API ID, from your settings page.
API Key, from your settings page.
The response is of type object
.