API Explorer

Test and explore the Chars.gg API endpoints

Create guild

Creates a new guild

Endpoint Details

Create guild

POST /v1/guilds

Headers

Request Body

Response Examples

201 - Guild created successfully
Schema: {
  "$ref": "#/components/schemas/GetGuildByIdResponseDto"
}