---
title: "Get Generated Character"
method: GET
path: "/api/v2/characters/{characterGuid}"
tags: ["Characters V2"]
---

# Get Generated Character

`GET /api/v2/characters/{characterGuid}`

Returns the full generated character data including AI-generated profile. Use this after generation is complete (status='ready') to review before saving.

## Path parameters

- `characterGuid` string, uuid, required

## Response `200`

Generated character data retrieved

- object
  - `character` object — Physical attributes, names, bio from character entity
  - `generatedProfile` object — AI-generated personality, interests, kinks, backstory, prompts
  - `config` object — User-provided pricing, social handles, media, voice config
  - `images` object
    - `nsfw_image` string, uri
    - `sfw_image` string, uri

## Other responses

- `404` — Character not found

---

[API](https://skmtc.dev/oh/apis/ohapi-documentation.md) · [All operations](https://skmtc.dev/oh/apis/ohapi-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oh/ohapi-documentation/revisions/b623c2e9cb65/schema)
