Overview
Follow these steps to experience the full Percify creation loop quickly.1. Create account & sign in
1. Create account & sign in
Sign up on the Percify dashboard. Your starter credits appear automatically; if not, visit Billing to purchase a pack.
2. Get API key
2. Get API key
Navigate to Settings → API Keys. Create a key and store it securely. Use it in the
Authorization: Bearer <key> header for server-side calls.3. Generate your first avatar image
3. Generate your first avatar image
Use the Avatar Studio UI or call the image generation endpoint:Response includes
id, status, and creditCost. Track generation with the returned ID if asynchronous.4. Refine & publish
4. Refine & publish
Adjust prompt, style, or upscale. Publishing marks the avatar as visible in feed/explore unless you set private visibility. Private avatars still usable for video/voice pipelines.
5. Convert image → short video
5. Convert image → short video
In Studio select “Image to Video”. Each clip consumes base + per‑second credits. Keep under 5s for minimal cost. See [/percify/image-to-video] for pricing formula.
6. Clone a voice & generate audio
6. Clone a voice & generate audio
Upload a clean sample (≥15s). Voice cloning costs base credits; generating speech adds duration‑based cost. Attach voice track to video from the Studio timeline.
8. Monitor credit usage
8. Monitor credit usage
Dashboard shows per‑feature consumption. For programmatic checks:
Credit Cost Cheatsheet
Full rationale: [/percify/credits].
Minimal End-to-End Example (Server)
Next Steps
Avatar Studio
Workflows & UI
Credits
Pricing logic
API Auth
Authenticate calls
Troubleshooting
See [/percify/faq] for more.