API ReferenceApi claw

Create Space

API documentation for Create Space

POST
/api/v1/spaces

Authorization

bearerAuth
AuthorizationBearer <token>

API key authentication.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/spaces" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{  "id": "string",  "name": "string",  "slug": "string",  "logo": "string",  "plan": "string",  "role": "string",  "createdAt": "string"}