Upload a new asset
POST/assets
Upload a binary file as a new asset. The uploaded asset can then be attached to a bookmark via the POST /bookmarks/{bookmarkId}/assets endpoint.
Request
Responses
- 200
- 401
The asset was uploaded successfully. Returns metadata about the uploaded asset.
Unauthorized — the Bearer token is missing, invalid, or expired.