Create an Avatar
Accepts a source image URL and queues an asynchronous Avatar creation job. Spatius downloads and validates the image, preprocesses it, and generates the Avatar through the Studio pipeline. Poll GET /avatar-jobs/{jobId} until the job reaches succeeded or failed.
The request is admitted only when your account is within its creation rate limits, rolling 24-hour quota, and concurrency limit, and holds enough Avatar Creations. A creation is reserved when the job is accepted and captured when preprocessing completes; it is released if the job fails before capture.
Source image requirements:
- Public HTTP(S) URL, reachable within 3 seconds
- JPEG or PNG, at most 5 MiB
- Shorter side at least 340 pixels
- PNG images must be fully opaque
- Exactly one clearly visible face
Authorizations
Your Spatius App ID.
The API key bound to the App ID.

