Create a Presentation Link for an asset

Create a new Presentation Link

SecurityJWT or OAuth2 or DeveloperToken
Request
path Parameters
asset_id
required
string <uuid>
Request Body schema: application/json

Presentation to create

project_id
required
string <uuid>
owner_id
required
string <uuid>
asset_id
required
string <uuid>
object (ShareableEntityAccessControl)
autoplay
boolean
background_color
string
can_download
boolean
color
string
deleted_at
string <date-time>
description
string
enabled
boolean
expires_at
string <date-time>
format
string
include_ext
boolean
include_upload_date
boolean
layout
string
Enum: "blog" "reel"
name
string
password
string
secure
boolean
style
string
text_color
string
title
string
Responses
200

Presentation success response

Response Schema: application/json
enabled
boolean
vanity
string
include_upload_date
boolean
Array of objects (PresentationItem)
available_features
object
autoplay
boolean
object (ShareableEntityAccessControl)
secure
boolean
asset_id
string <uuid>
project_id
string <uuid>
include_ext
boolean
layout
string
Enum: "blog" "reel"
Array of objects (Asset)
description
string
deleted_at
string <date-time>
password
string
object (Asset)
object (Team)
name
string
format
string
owner_id
string <uuid>
can_download
boolean
object (Project)
short_url
string
inserted_at
string <date-time>
updated_at
string <date-time>
style
string
text_color
string
title
string
expires_at
string <date-time>
color
string
id
string <uuid>
view_count
integer
Default: 0
reviewer_count
integer
Default: 0
background_color
string
401

Unauthorized response

404

Not Found response

post/v2/assets/{asset_id}/presentations
Request samples
application/json
{
  • "asset_id": "b4695157-0d1d-4da0-8f9e-5c53149389e4",
  • "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
  • "project_id": "405d8375-3514-403b-8c43-83ae74cfe0e9"
}
Response samples
application/json
{
  • "enabled": true,
  • "vanity": "string",
  • "include_upload_date": true,
  • "presentation_items": [
    ],
  • "available_features": { },
  • "autoplay": true,
  • "access_control": {
    },
  • "secure": true,
  • "asset_id": "b4695157-0d1d-4da0-8f9e-5c53149389e4",
  • "project_id": "405d8375-3514-403b-8c43-83ae74cfe0e9",
  • "include_ext": true,
  • "layout": "blog",
  • "assets": [
    ],
  • "description": "string",
  • "deleted_at": "2019-08-24T14:15:22Z",
  • "password": "string",
  • "asset": {
    },
  • "team": {
    },
  • "name": "string",
  • "format": "string",
  • "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
  • "can_download": true,
  • "project": {
    },
  • "short_url": "string",
  • "inserted_at": "2019-08-24T14:15:22Z",
  • "updated_at": "2019-08-24T14:15:22Z",
  • "style": "string",
  • "text_color": "string",
  • "title": "string",
  • "expires_at": "2019-08-24T14:15:22Z",
  • "color": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "view_count": 0,
  • "reviewer_count": 0,
  • "background_color": "string"
}