Promote a synthesize-flow character from reviewing to ready.
Documentation Index
Fetch the complete documentation index at: https://docs.aurous-labs.com/llms.txt
Use this file to discover all available pages before exploring further.
POST /v1/characters/{id}/save is the publication step of the synthesize flow. It moves a reviewing character to ready, cleans up temporary upload bytes from the synthesis pipeline, and makes the character referenceable on POST /v1/images via character_id.
This endpoint costs no credits and dispatches no inference — it is purely a state transition.
status: reviewing) and you’ve inspected refs[] — the four poses look right and you’re ready to use the character.POST /v1/characters/{id}/refs/regenerate (one pose) or POST /v1/characters/{id}/resynthesize (all four) instead. To discard, call DELETE /v1/characters/{id}.
characters_post — 30 requests/min sustained, 60 burst per team.| Code | HTTP | When |
|---|---|---|
invalid_request_error | 400 | Character is in a non-savable state (e.g. synthesizing, failed). |
resource_not_found | 404 | Unknown ID, soft-deleted character, or cross-team. |
ready characters — calling it twice returns 200 both times with status: ready unchanged. Use this property to retry confidently.synthesizing character returns 400 — don’t call save until you’ve polled and seen status: reviewing.reviewing. To retry refs, call regenerate-ref (single pose) or resynthesize (all four).Your team API key (starts with al_live_).
Optional API version pin (YYYY-MM-DD). Defaults to your team's pinned version, or the system default 2026-05-15 for unauthenticated requests.
^\d{4}-\d{2}-\d{2}$"2026-05-15"
Opaque character ID
"char_01HXMQ7Z3K8Y2NABCDEFGHJKMR"
Character saved
Opaque character ID.
"char_01HXMQ7Z3K8Y2NABCDEFGHJKMR"
Discriminator
character "character"
Display name.
"Aurora the Adventurer"
Lifecycle state. synthesizing: synthesize flow running. reviewing: synthesize completed, awaiting POST /:id/save. ready: usable on POST /v1/images. failed: synthesize failed; use POST /:id/resynthesize to retry. deleted: soft-deleted (filtered out of list endpoint).
synthesizing, reviewing, ready, failed, deleted "ready"
Reference images (typically 4 poses).
Creation timestamp (ISO 8601).
"2026-05-08T10:00:00Z"
Last-update timestamp (ISO 8601).
"2026-05-08T10:00:00Z"
Character attributes. Null when unset.
Error message when status is failed. Null otherwise.
null
API contract version applied at the time this row was minted (D25 — frozen for replay across future version bumps).
"2026-05-15"