1. Workspaces
PRAEMUNIO API
  • AUTHENTICATION
    • API KEY Authentification
      POST
  • CORE
    • Teams
      • Members
        • Get Team Members
        • Add Team Member
        • Add Team Member Copy
      • Get Account Teams
      • Create Team
      • Get Team Details
      • Update Team Data
      • Delete Team
      • Get Team Data
      • Get Team workspaces
      • Get Team logs
    • Workspaces
      • Get Account Drive
        GET
      • Get Workspaces By Team
        GET
      • Create New Workspace
        POST
      • Get Workspace Details
        GET
      • Get Team Workspaces
        GET
      • Update workspace
        PUT
      • Delete workspace
        DELETE
    • Folders
      • Get Folders
      • Create Folder
      • Get Folder Details
      • Get Folder Content
      • Update Folder
      • Delete Folder
      • Move Folder
    • Documents
      • Get Document Info
      • Get Document By Workspace
      • Update Document
      • Delete Document
      • Archive Document
      • Restore Document
      • Move Document
      • Stream Document
      • Stream Document Copy
      • Upload Document
  1. Workspaces

Create New Workspace

Developing
POST
workspaces/create

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'workspaces/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
    "name": "supplanto",
    "description": "Abscido venia tepidus vilis ullam uterque terra depereo.",
    "team_id": "c2b71fa0-e696-4354-b260-076609b841ea"
}'
Response Response Example
{}
Modified at 2026-05-15 21:02:50
Previous
Get Workspaces By Team
Next
Get Workspace Details
Built with