Link to videos
Links
Lipsyncs
Lipsyncs v2
Custom Templates
Custom Template Videos
Text to Speech
AI Shorts
AI Editing
Avatar
Workspace
DYOA
Submit a DOYA for review
POST
/
api
/
dyoa
/
{id}
/
submit_for_review
/
Copy
Ask AI
curl --request POST \
--url https://api.creatify.ai/api/dyoa/{id}/submit_for_review/ \
--header 'Content-Type: application/json' \
--header 'X-API-ID: <api-key>' \
--header 'X-API-KEY: <api-key>' \
--data '{
"chosen_photo_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"hold_prod": false
}'
Copy
Ask AI
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"user": 123,
"workspace": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"age_group": "infant",
"gender": "m",
"more_details": "<string>",
"outfit_description": "<string>",
"background_description": "<string>",
"photos": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"image": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
],
"reviews": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "pending",
"comment": "<string>",
"photo": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"image": "<string>",
"created_at": "2023-11-07T05:31:56Z"
},
"creator": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"squared_preview_video": "<string>",
"squared_preview_image": "<string>",
"landscape_preview_image": "<string>",
"landscape_preview_video": "<string>",
"landscape_lipsync_video": "<string>",
"portrait_preview_image": "<string>",
"portrait_lipsync_video": "<string>"
},
"social_link": "<string>"
}
],
"status": "initializing",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
Authorizations
API ID, from your settings page.
API Key, from your settings page.
Path Parameters
A UUID string identifying this fully synthetic avatar.
Body
Response
200 - application/json
The response is of type object
.
Copy
Ask AI
curl --request POST \
--url https://api.creatify.ai/api/dyoa/{id}/submit_for_review/ \
--header 'Content-Type: application/json' \
--header 'X-API-ID: <api-key>' \
--header 'X-API-KEY: <api-key>' \
--data '{
"chosen_photo_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"hold_prod": false
}'
Copy
Ask AI
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"user": 123,
"workspace": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"age_group": "infant",
"gender": "m",
"more_details": "<string>",
"outfit_description": "<string>",
"background_description": "<string>",
"photos": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"image": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
],
"reviews": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "pending",
"comment": "<string>",
"photo": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"image": "<string>",
"created_at": "2023-11-07T05:31:56Z"
},
"creator": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"squared_preview_video": "<string>",
"squared_preview_image": "<string>",
"landscape_preview_image": "<string>",
"landscape_preview_video": "<string>",
"landscape_lipsync_video": "<string>",
"portrait_preview_image": "<string>",
"portrait_lipsync_video": "<string>"
},
"social_link": "<string>"
}
],
"status": "initializing",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
Assistant
Responses are generated using AI and may contain mistakes.