Documentation Index
Fetch the complete documentation index at: https://docs.creatify.ai/llms.txt
Use this file to discover all available pages before exploring further.
๐ Introduction
With Design Your Own Avatar (DYOA), you can transform descriptive inputsโlike appearance, outfit, and backgroundโinto personalized AI-generated avatars. Creatifyโs API generates multiple photo options that you can review and submit for final approval.โ๏ธ Quickstart Guide
โ Prerequisites
Before you begin, ensure you have:- A Creatify account with API access
- Your API credentials (see Quickstart)
โ๏ธ Step 1: Submit a DYOA Request
Use this endpoint to describe and generate your avatar:
๐ก Initially, the photos array will be empty while your avatar is being generated.
๐ธ Step 2: Check If Photos Are Ready
Use this endpoint to fetch the current state of your avatar and generated photos:
๐ผ๏ธ Once the photos field is populated, youโll be able to select one to submit for review.
๐งพ Step 3: Submit a Photo for Review
After reviewing your generated options, select one photo to submit for approval:
๐ The review status will appear in the reviews field and update as it progresses.
๐ Step 4: Check Review Status
To check the outcome of your DYOA review:- When your avatar is under review:
statuswill be"pending" - Once approved:
statuswill be"done"and the avatar will be linked undercreator
GET /api/dyoa/{id}/ endpoint to check for updates.

