Create Space
Space Endpoints
Create Space
Create a new community space
POST
Create Space
Creates a new space. The authenticated user is automatically added as an admin. Supports optional avatar and banner image upload via multipart form data.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Body Parameters
Display name for the space. Must be 3–100 characters.
Optional URL slug. Must be unique per project. Supports Unicode letters, numbers, hyphens, and underscores.
Optional description. Up to 1,000 characters.
Who can read content:
"anyone" or "members". Defaults to "anyone".Who can post entities:
"anyone", "members", or "admins". Defaults to "members".Whether new joins require approval. Defaults to
true.Optional arbitrary key-value data. Up to 1 MB.
Optional UUID of a parent space. The caller must be an admin of the parent space.
Optional avatar image. Multipart form field. Requires
avatarFile.options when provided.Optional banner image. Multipart form field. Requires
bannerFile.options when provided.Response
Returns the created Space object withmembersCount, childSpacesCount, and optional file associations.
Error Responses
Auth Required — 401
Auth Required — 401
Slug Taken — 409
Slug Taken — 409
Parent Not Found — 404
Parent Not Found — 404
Parent Admin Required — 403
Parent Admin Required — 403
Max Depth Exceeded — 400
Max Depth Exceeded — 400
File Too Large — 413
File Too Large — 413

