🎠ADEE v2.0 - Character Manager
✅ API is running. Paste your PSE v4.7 JSON below to create a character.
POST /characters
{ "meta": { "engine": "PSE_v4.7", "style": "Raw_Photorealistic_Reference" }, "narrative_data": { "identity": { "full_name": "Test Character", "social_handles": ["@test"] }, "background": { "family": "Sample", "trauma": "", "motivation": "" }, "lifestyle": { "occupation": "Developer", "diet": "", "pet": { "name": "", "type": "" } }, "audit_log": "Verified" }, "physical_specs": { "height": "170 cm", "weight": "65 kg", "hair": "Brown", "eyes": "Blue", "distinguishing_marks": "" }, "visual_prompt": "Test prompt", "character_engine": {}, "technical_setup": {}, "negative_prompt": "" }
Create Character
GET /characters
List All Characters
Response will appear here...