Assets
Get Asset upload URL
This endpoint allows you to upload a file to the resource. returns a presigned URL and the asset’s public URL call put with the file as the body to upload the asst
POST
/
api
/
assets
Authorizations
Body
application/json
Schema for uploading an asset with organization, website, and user details.
The name of the file, must match the regex pattern (converted to lowercase)
UUID of the organization (optional, converted to lowercase)
UUID of the website (optional, converted to lowercase)
UUID of the user (optional, converted to lowercase)
The file path, must be a valid enum value.
Available options:
announcements
, images
, videos
, banners
, fonts
, posts
, profiles
, minting
, loyalty