Characters V2
Save AI Character
Saves a generated character. Returns immediately with 'saving' status. Poll status endpoint until status is 'saved'. Any fields provided here override what was generated.
post/api/v2/characters/save
Request body
Response
Character save started. Poll status endpoint for completion.
Example response
{
"success": true,
"message": "Character save started. Poll GET /api/v2/characters/{characterGuid}/status for progress."
}Changes
No recorded changes to this endpoint across all 1 revision of this API.