Assets

Create a file asset

Creates a new file asset.

Accepted file types: image/bmp, image/jpeg, image/jpg, image/png, image/gif, application/pdf. Maximum file size: 2 MB. Maximum image dimensions: 4096px.

post/v1/assets/files

Response

The newly created file asset.

Example response

{
  "asset": {
    "created": 1773856017,
    "updated": 1773856017
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.