Create a new asset
Create a new asset such as a spreadsheet, document, or folder in your workspace. This endpoint uses internal GraphQL mutations to create assets with proper permissions and workspace integration.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
asset_type
Type of asset to create. Supported types: ‘spreadsheet’ (or ‘sheet’), ‘document’ (or ‘doc’), ‘folder’
Allowed values:
parent_folder_id
ID of the parent folder to create the asset in
title
Title for the new asset
Response
Asset created successfully
asset_id
ID of the newly created asset
asset_type
Type of the created asset
created_at
Timestamp when the asset was created
title
Title of the created asset
parent_folder_id
ID of the parent folder
