Skip to main content
Characters are a persisted, reusable resource. Create one once, then reuse its id on every clone.

createCharacter

Generates a character and stores it under your tenant.

Usage

Parameters

Returns

This call is synchronous and shares the daily clone admission limit.

listCharacters

Lists the characters stored under your tenant.

Usage

Parameters

None.

Returns

Reads are not billed.

getCharacter

Fetches a single character record by id.

Usage

Parameters

Returns

Returns 404 if the character does not exist or belongs to another tenant.