Save file as an asset
Save a file as an asset in the user's workspace.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
parent_folder_id
Identifier of the folder into which the asset should be saved
Request
This endpoint expects a multipart form containing a file.
file
Response
Successful Response
asset_id
Errors
400
Bad Request Error
413
Content Too Large Error
422
Unprocessable Entity Error
