API Explorer
Test and explore the Chars.gg API endpoints
Endpoint Details
Create character
POST /v1/characters
Headers
Request Body
Response Examples
201 - Character created successfully
Schema: {
"$ref": "#/components/schemas/GetCharacterResponseDto"
}404 - Account not found or not owned by user
Schema: {
"$ref": "#/components/schemas/EntityNodeFoundResponseDto"
}