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>"
}
Mixin to provide a reusable list
method for filtering and paginating queryset results.
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>"
}
API ID, from your settings page.
API Key, from your settings page.
A UUID string identifying this Digital Human: Creator.
The response is of type object
.