Skip to main content
POST
Create a new instance workspace

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

Serializer for creating an instance workspace (custom only).

name
string
required
Maximum string length: 100
company_id
integer
required
description
string
default:""
workspace_type
enum<string>
  • custom - custom
Available options:
custom
document_upload_method
enum<string>
  • manual - Manual
  • synced - Synced
Available options:
manual,
synced

Response

Instance workspace created successfully

V3 Response serializer for instance-level workspace operations.

id
integer
required
name
string
required
workspace_type
string
required
document_upload_method
string
required
description
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
user_role
string
required
read-only
used_storage
number<double>
required
files_count
integer
required
company
object
required