Get Character
Characters
Get Character
Get character details by ID
GET
Get Character
Pulls up everything about a single character — where it is in processing, and which model encodings are ready to use. This is the endpoint you’ll poll after creating a character to know when it’s ready.
Check back every 5 seconds or so until
status turns ready (then look at has_v3_encoding / has_v4_encoding to see which model is good to go) — or failed.Path parameters
Response
Example
Next steps
Oncestatus is ready and the encoding you need is true, use the character’s id as character_id in a render job.Authorizations
API key passed as Bearer token
Path Parameters
Response
Character details
Example:
"550e8400-e29b-41d4-a716-446655440000"
Example:
"My Character"
Available options:
pending, processing, ready, failed Whether V3_Preview embedding is available for this character
Example:
false
Whether V4_Preview embedding is available for this character
Example:
true
Example:
"char_550e8400e29b"
Example:
1

