Learning_spaces
Create learning space
Create a new learning space. Optionally associate with a user.
Authorization
BearerAuth Authorization<token>
Project Bearer token (e.g., "Bearer sk-ac-xxxx")
In: header
Request Body
application/json
Create learning space request
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://loading/api/v1/learning_spaces" \ -H "Content-Type: application/json" \ -d '{}'{
"code": 0,
"error": "string",
"msg": "string",
"data": {
"created_at": "string",
"id": "string",
"meta": {},
"updated_at": "string",
"user_id": "string"
}
}