For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer Tools
CommunityContact UsConsole
DocsAPI Reference
DocsAPI Reference
  • API Reference
      • POSTCreate a Presentation Link for an asset
      • DELDelete a Presentation
      • GETGet a paginated list of Presentations
      • GETGet global presentation links
      • GETGet Presentation Links for a particular asset
      • GETShow a Presentation
      • PUTUpdate a Presentation

© 2026 Adobe Inc. All rights reserved.

TermsPrivacyDo not sell or share my personal information
Developer-friendly docs for your API
Logo
Developer Tools
CommunityContact UsConsole
API ReferencePresentations

Delete a Presentation

Deprecated
DELETE
https://api.frame.io/v2/presentations/:presentation_id
DELETE
/v2/presentations/:presentation_id
1import requests
2
3url = "https://api.frame.io/v2/presentations/presentation_id"
4
5headers = {"Authorization": "Bearer <token>"}
6
7response = requests.delete(url, headers=headers)
8
9print(response.json())
1{
2 "enabled": true,
3 "vanity": "string",
4 "include_upload_date": true,
5 "presentation_items": [
6 {
7 "asset": {
8 "account_id": "string",
9 "archive_from": "2024-01-15T09:30:00Z",
10 "archive_scheduled_at": "2024-01-15T09:30:00Z",
11 "archive_status": "string",
12 "archived_at": "2024-01-15T09:30:00Z",
13 "asset_type": "document",
14 "bundle": true,
15 "bundle_view": "string",
16 "cover_asset_id": "string",
17 "creator": {
18 "digest_frequency": "string",
19 "image_32": "string",
20 "image_128": "string",
21 "from_google": true,
22 "mfa_enforced_at": "string",
23 "email": "string",
24 "name": "string",
25 "image_64": "string",
26 "timezone_value": "string",
27 "account_id": "string",
28 "updated_at": "string",
29 "image_256": "string",
30 "_type": "string",
31 "user_hash": "string",
32 "upload_url": "string",
33 "profile_image": "string",
34 "first_login_at": "string",
35 "joined_via": "string",
36 "id": "string",
37 "next_digest_date": "string",
38 "last_seen": "string",
39 "inserted_at": "string",
40 "from_adobe": true,
41 "avatar_color": "string",
42 "highest_account_role": "string",
43 "integrations": [
44 "string"
45 ],
46 "roles": {
47 "admin": true,
48 "id": "string",
49 "sales": true,
50 "support": true,
51 "service_desk": true
52 },
53 "user_default_color": "string"
54 },
55 "frames": 1,
56 "hard_deleted_at": "2024-01-15T09:30:00Z",
57 "id": "string",
58 "index": 1.1,
59 "is_bundle_child": true,
60 "is_hls_required": true,
61 "is_session_watermarked": true,
62 "item_count": 1,
63 "label": "string",
64 "metadata": {},
65 "metadata_flags": {
66 "id": "string",
67 "is_360": true,
68 "is_hdr": true,
69 "is_original_player_compatible": true
70 },
71 "name": "string",
72 "original": "string",
73 "parent_asset_id": "string",
74 "project_id": "string",
75 "properties": {
76 "": "string"
77 },
78 "required_transcodes": {
79 "cover": true,
80 "finalized": [
81 "thumb"
82 ],
83 "h264_1080_best": true,
84 "h264_2160": true,
85 "h264_360": true,
86 "h264_540": true,
87 "h264_720": true,
88 "image_full": true,
89 "image_high": true,
90 "page_proxy": true,
91 "thumb": true,
92 "thumb_540": true,
93 "thumb_orig_ar_540": true,
94 "thumb_scrub": true
95 },
96 "team_id": "string",
97 "user_permissions": {
98 "can_download": true,
99 "can_modify_template": true,
100 "can_public_share_presentation": true,
101 "can_public_share_review_link": true,
102 "can_share_downloadable_presentation": true,
103 "can_share_downloadable_review_link": true,
104 "can_share_unwatermarked_presentation": true,
105 "can_share_unwatermarked_review_link": true
106 },
107 "type": "file",
108 "view_count": 1
109 },
110 "id": "string",
111 "index": 1,
112 "inserted_at": "2024-01-15T09:30:00Z",
113 "presentation": {
114 "enabled": true,
115 "vanity": "string",
116 "include_upload_date": true,
117 "presentation_items": [
118 null
119 ],
120 "available_features": {},
121 "autoplay": true,
122 "access_control": {
123 "invite_only": true
124 },
125 "secure": true,
126 "asset_id": "string",
127 "project_id": "string",
128 "include_ext": true,
129 "layout": "blog",
130 "assets": [
131 {
132 "account_id": "string",
133 "archive_from": "2024-01-15T09:30:00Z",
134 "archive_scheduled_at": "2024-01-15T09:30:00Z",
135 "archive_status": "string",
136 "archived_at": "2024-01-15T09:30:00Z",
137 "asset_type": "document",
138 "bundle": true,
139 "bundle_view": "string",
140 "cover_asset_id": "string",
141 "creator": {
142 "digest_frequency": "string",
143 "image_32": "string",
144 "image_128": "string",
145 "from_google": true,
146 "mfa_enforced_at": "string",
147 "email": "string",
148 "name": "string",
149 "image_64": "string",
150 "timezone_value": "string",
151 "account_id": "string",
152 "updated_at": "string",
153 "image_256": "string",
154 "_type": "string",
155 "user_hash": "string",
156 "upload_url": "string",
157 "profile_image": "string",
158 "first_login_at": "string",
159 "joined_via": "string",
160 "id": "string",
161 "next_digest_date": "string",
162 "last_seen": "string",
163 "inserted_at": "string",
164 "from_adobe": true,
165 "avatar_color": "string",
166 "highest_account_role": "string",
167 "integrations": [
168 "string"
169 ],
170 "roles": {
171 "admin": true,
172 "id": "string",
173 "sales": true,
174 "support": true,
175 "service_desk": true
176 },
177 "user_default_color": "string"
178 },
179 "frames": 1,
180 "hard_deleted_at": "2024-01-15T09:30:00Z",
181 "id": "string",
182 "index": 1.1,
183 "is_bundle_child": true,
184 "is_hls_required": true,
185 "is_session_watermarked": true,
186 "item_count": 1,
187 "label": "string",
188 "metadata": {},
189 "metadata_flags": {
190 "id": "string",
191 "is_360": true,
192 "is_hdr": true,
193 "is_original_player_compatible": true
194 },
195 "name": "string",
196 "original": "string",
197 "parent_asset_id": "string",
198 "project_id": "string",
199 "properties": {
200 "": "string"
201 },
202 "required_transcodes": {
203 "cover": true,
204 "finalized": [
205 "thumb"
206 ],
207 "h264_1080_best": true,
208 "h264_2160": true,
209 "h264_360": true,
210 "h264_540": true,
211 "h264_720": true,
212 "image_full": true,
213 "image_high": true,
214 "page_proxy": true,
215 "thumb": true,
216 "thumb_540": true,
217 "thumb_orig_ar_540": true,
218 "thumb_scrub": true
219 },
220 "team_id": "string",
221 "user_permissions": {
222 "can_download": true,
223 "can_modify_template": true,
224 "can_public_share_presentation": true,
225 "can_public_share_review_link": true,
226 "can_share_downloadable_presentation": true,
227 "can_share_downloadable_review_link": true,
228 "can_share_unwatermarked_presentation": true,
229 "can_share_unwatermarked_review_link": true
230 },
231 "type": "file",
232 "view_count": 1
233 }
234 ],
235 "description": "string",
236 "deleted_at": "2024-01-15T09:30:00Z",
237 "password": "string",
238 "asset": {
239 "account_id": "string",
240 "archive_from": "2024-01-15T09:30:00Z",
241 "archive_scheduled_at": "2024-01-15T09:30:00Z",
242 "archive_status": "string",
243 "archived_at": "2024-01-15T09:30:00Z",
244 "asset_type": "document",
245 "bundle": true,
246 "bundle_view": "string",
247 "cover_asset_id": "string",
248 "creator": {
249 "digest_frequency": "string",
250 "image_32": "string",
251 "image_128": "string",
252 "from_google": true,
253 "mfa_enforced_at": "string",
254 "email": "string",
255 "name": "string",
256 "image_64": "string",
257 "timezone_value": "string",
258 "account_id": "string",
259 "updated_at": "string",
260 "image_256": "string",
261 "_type": "string",
262 "user_hash": "string",
263 "upload_url": "string",
264 "profile_image": "string",
265 "first_login_at": "string",
266 "joined_via": "string",
267 "id": "string",
268 "next_digest_date": "string",
269 "last_seen": "string",
270 "inserted_at": "string",
271 "from_adobe": true,
272 "avatar_color": "string",
273 "highest_account_role": "string",
274 "integrations": [
275 "string"
276 ],
277 "roles": {
278 "admin": true,
279 "id": "string",
280 "sales": true,
281 "support": true,
282 "service_desk": true
283 },
284 "user_default_color": "string"
285 },
286 "frames": 1,
287 "hard_deleted_at": "2024-01-15T09:30:00Z",
288 "id": "string",
289 "index": 1.1,
290 "is_bundle_child": true,
291 "is_hls_required": true,
292 "is_session_watermarked": true,
293 "item_count": 1,
294 "label": "string",
295 "metadata": {},
296 "metadata_flags": {
297 "id": "string",
298 "is_360": true,
299 "is_hdr": true,
300 "is_original_player_compatible": true
301 },
302 "name": "string",
303 "original": "string",
304 "parent_asset_id": "string",
305 "project_id": "string",
306 "properties": {
307 "": "string"
308 },
309 "required_transcodes": {
310 "cover": true,
311 "finalized": [
312 "thumb"
313 ],
314 "h264_1080_best": true,
315 "h264_2160": true,
316 "h264_360": true,
317 "h264_540": true,
318 "h264_720": true,
319 "image_full": true,
320 "image_high": true,
321 "page_proxy": true,
322 "thumb": true,
323 "thumb_540": true,
324 "thumb_orig_ar_540": true,
325 "thumb_scrub": true
326 },
327 "team_id": "string",
328 "user_permissions": {
329 "can_download": true,
330 "can_modify_template": true,
331 "can_public_share_presentation": true,
332 "can_public_share_review_link": true,
333 "can_share_downloadable_presentation": true,
334 "can_share_downloadable_review_link": true,
335 "can_share_unwatermarked_presentation": true,
336 "can_share_unwatermarked_review_link": true
337 },
338 "type": "file",
339 "view_count": 1
340 },
341 "team": {
342 "account_id": "string",
343 "disable_sbwm_internally": false,
344 "creator_id": "string",
345 "storage": 0,
346 "default_font_color": "string",
347 "access": "private",
348 "font_color": "string",
349 "user_role": {},
350 "file_count": 0,
351 "default_session_watermark_template": {
352 "account_id": "string",
353 "app_default": false,
354 "creator_id": "string",
355 "id": "string",
356 "name": "string",
357 "watermark_blocks": [
358 {
359 "alpha": 0.5,
360 "data_points": [
361 {
362 "order": 1,
363 "type": "email",
364 "value": "string"
365 }
366 ],
367 "font_size": "medium",
368 "name": "string",
369 "position": "top_left",
370 "position_reference_point": "top_left",
371 "position_x": 1,
372 "position_y": 1,
373 "scroll_text": "none",
374 "text_alignment": "left",
375 "text_color": "#FFFFFF",
376 "text_shadow": false
377 }
378 ]
379 },
380 "link": "string",
381 "asset_lifecycle_policy": 1,
382 "upload_url": "string",
383 "admin_only_actions": {
384 "lifecycle": false
385 },
386 "deleted_at": "2024-01-15T09:30:00Z",
387 "default_background_color": "string",
388 "storage_limit": 1,
389 "location": "string",
390 "name": "string",
391 "default_color": "string",
392 "slack_webhook": {},
393 "image_64": "string",
394 "archived_storage": 0,
395 "image_128": "string",
396 "solo": false,
397 "account": {
398 "invoice_emails": [
399 "string"
400 ],
401 "city": "string",
402 "account_default_color": "string",
403 "company_name": "string",
404 "storage": 1,
405 "file_count": 1,
406 "owner": {
407 "digest_frequency": "string",
408 "image_32": "string",
409 "image_128": "string",
410 "from_google": true,
411 "mfa_enforced_at": "string",
412 "email": "string",
413 "name": "string",
414 "image_64": "string",
415 "timezone_value": "string",
416 "account_id": "string",
417 "updated_at": "string",
418 "image_256": "string",
419 "_type": "string",
420 "user_hash": "string",
421 "upload_url": "string",
422 "profile_image": "string",
423 "first_login_at": "string",
424 "joined_via": "string",
425 "id": "string",
426 "next_digest_date": "string",
427 "last_seen": "string",
428 "inserted_at": "string",
429 "from_adobe": true,
430 "avatar_color": "string",
431 "highest_account_role": "string",
432 "integrations": [
433 "string"
434 ],
435 "roles": {
436 "admin": true,
437 "id": "string",
438 "sales": true,
439 "support": true,
440 "service_desk": true
441 },
442 "user_default_color": "string"
443 },
444 "upload_url": "string",
445 "deleted_at": "2024-01-15T09:30:00Z",
446 "line1": "string",
447 "postal_code": "string",
448 "vat": "string",
449 "company_address": "string",
450 "lifetime_file_count": 1,
451 "state": "string",
452 "teams": [
453 null
454 ],
455 "image_64": "string",
456 "archived_storage": 1,
457 "image_128": "string",
458 "owner_id": "string",
459 "user_count": 1,
460 "locked_at": "2024-01-15T09:30:00Z",
461 "image": "string",
462 "team_count": 1,
463 "collaborator_role_count": 1,
464 "billing_emails": "string",
465 "image_32": "string",
466 "unpaid_at": "2024-01-15T09:30:00Z",
467 "inserted_at": "2024-01-15T09:30:00Z",
468 "updated_at": "2024-01-15T09:30:00Z",
469 "project_count": 1,
470 "duration": 1,
471 "delinquent_at": "2024-01-15T09:30:00Z",
472 "collaborator_count": 1,
473 "plan": {
474 "archived_storage_limit": 1,
475 "autoscaling": true,
476 "available_features": {
477 "archival_storage": true,
478 "custom_branded_emails": true,
479 "custom_branded_presentations": true,
480 "reel_player": true,
481 "secure_sharing": true,
482 "session_based_watermarking": true,
483 "team_only_comments": true
484 },
485 "collaborator_limit": 1,
486 "cost": 1,
487 "default_plan": true,
488 "deleted_at": "2024-01-15T09:30:00Z",
489 "enterprise": true,
490 "file_limit": 1,
491 "id": "string",
492 "inserted_at": "2024-01-15T09:30:00Z",
493 "lifetime_file_limit": 1,
494 "member_limit": 1,
495 "name": "string",
496 "payment_method": "stripe",
497 "period": "monthly",
498 "project_limit": 1,
499 "storage_limit": 1,
500 "team_limit": 1,
501 "tier": "free",
502 "title": "string",
503 "updated_at": "2024-01-15T09:30:00Z",
504 "user_limit": 1,
505 "user_max": 1,
506 "version": 1
507 },
508 "watermark": {
509 "image": {
510 "alpha": 0.5,
511 "image": {
512 "bucket": "string",
513 "key": "string",
514 "type": "image/jpeg",
515 "uploaded": false
516 },
517 "position": "top_left"
518 },
519 "text": {
520 "alpha": 0.5,
521 "lines": [
522 "string"
523 ],
524 "position": "top"
525 }
526 },
527 "folder_count": 1,
528 "id": "string",
529 "display_name": "string",
530 "country": "string",
531 "subscription": {
532 "account_id": "string",
533 "archived_storage_limit": 1,
534 "balance": 1,
535 "cancellation_option": "string",
536 "cancellation_reason": "string",
537 "cancelled_at": "2024-01-15T09:30:00Z",
538 "deleted_at": "2024-01-15T09:30:00Z",
539 "id": "string",
540 "inserted_at": "2024-01-15T09:30:00Z",
541 "last_payment_at": "2024-01-15T09:30:00Z",
542 "member_limit": 1,
543 "next_bill_at": "2024-01-15T09:30:00Z",
544 "on_trial": true,
545 "plan": {
546 "archived_storage_limit": 1,
547 "autoscaling": true,
548 "available_features": {
549 "archival_storage": true,
550 "custom_branded_emails": true,
551 "custom_branded_presentations": true,
552 "reel_player": true,
553 "secure_sharing": true,
554 "session_based_watermarking": true,
555 "team_only_comments": true
556 },
557 "collaborator_limit": 1,
558 "cost": 1,
559 "default_plan": true,
560 "deleted_at": "2024-01-15T09:30:00Z",
561 "enterprise": true,
562 "file_limit": 1,
563 "id": "string",
564 "inserted_at": "2024-01-15T09:30:00Z",
565 "lifetime_file_limit": 1,
566 "member_limit": 1,
567 "name": "string",
568 "payment_method": "stripe",
569 "period": "monthly",
570 "project_limit": 1,
571 "storage_limit": 1,
572 "team_limit": 1,
573 "tier": "free",
574 "title": "string",
575 "updated_at": "2024-01-15T09:30:00Z",
576 "user_limit": 1,
577 "user_max": 1,
578 "version": 1
579 },
580 "plan_id": "string",
581 "promotion_expires_at": "2024-01-15T09:30:00Z",
582 "promotion_id": "string",
583 "requires_autoscaling": true,
584 "storage_limit": 1,
585 "subscription_end_at": "2024-01-15T09:30:00Z",
586 "total_archived_storage_limit": 1,
587 "total_lifetime_file_limit": 1,
588 "total_member_limit": 1,
589 "total_project_limit": 1,
590 "total_storage_limit": 1,
591 "total_user_limit": 1,
592 "updated_at": "2024-01-15T09:30:00Z",
593 "user_limit": 1
594 },
595 "account_members": [
596 {
597 "accepted_at": "2024-01-15T09:30:00Z",
598 "account_id": "string",
599 "declined_at": "2024-01-15T09:30:00Z",
600 "deleted_at": "2024-01-15T09:30:00Z",
601 "inserted_at": "2024-01-15T09:30:00Z",
602 "role": "admin",
603 "updated_at": "2024-01-15T09:30:00Z",
604 "user_id": "string"
605 }
606 ],
607 "frames": 1,
608 "member_count": 1,
609 "image_256": "string"
610 },
611 "image_32": "string",
612 "inserted_at": "2024-01-15T09:30:00Z",
613 "updated_at": "2024-01-15T09:30:00Z",
614 "project_count": 0,
615 "duration": 0,
616 "team_image": "string",
617 "collaborator_count": 0,
618 "bio": "string",
619 "color": "string",
620 "email_branding": {
621 "accent_color": "string",
622 "background_color": "string",
623 "image": {
624 "bucket": "string",
625 "key": "string",
626 "type": "image/jpeg",
627 "uploaded": false
628 }
629 },
630 "folder_count": 0,
631 "dark_theme": false,
632 "default_session_watermark_template_id": "string",
633 "session_watermark_templates": [
634 {
635 "account_id": "string",
636 "app_default": false,
637 "creator_id": "string",
638 "id": "string",
639 "name": "string",
640 "watermark_blocks": [
641 {
642 "alpha": 0.5,
643 "data_points": [
644 {
645 "order": 1,
646 "type": "email",
647 "value": "string"
648 }
649 ],
650 "font_size": "medium",
651 "name": "string",
652 "position": "top_left",
653 "position_reference_point": "top_left",
654 "position_x": 1,
655 "position_y": 1,
656 "scroll_text": "none",
657 "text_alignment": "left",
658 "text_color": "#FFFFFF",
659 "text_shadow": false
660 }
661 ]
662 }
663 ],
664 "id": "string",
665 "member_limit": 1,
666 "frames": 0,
667 "member_count": 0,
668 "image_256": "string",
669 "background_color": "string"
670 },
671 "name": "string",
672 "format": "string",
673 "owner_id": "string",
674 "can_download": true,
675 "project": {
676 "archive_status": "standard",
677 "archived_at": "2024-01-15T09:30:00Z",
678 "archived_file_count": 0,
679 "archived_storage": 0,
680 "collaborator_count": 0,
681 "deleted_at": "2024-01-15T09:30:00Z",
682 "description": "string",
683 "file_count": 0,
684 "folder_count": 0,
685 "id": "string",
686 "ignore_archive": false,
687 "inserted_at": "2024-01-15T09:30:00Z",
688 "invite_url": "string",
689 "name": "string",
690 "owner_id": "string",
691 "private": false,
692 "project_preferences": {
693 "collaborator_can_download": true,
694 "collaborator_can_invite": true,
695 "collaborator_can_share": true,
696 "notify_on_new_asset": true,
697 "notify_on_new_collaborator": true,
698 "notify_on_new_comment": true,
699 "notify_on_updated_label": true,
700 "notify_slack": true
701 },
702 "read_only": false,
703 "root_asset": {
704 "account_id": "string",
705 "archive_from": "2024-01-15T09:30:00Z",
706 "archive_scheduled_at": "2024-01-15T09:30:00Z",
707 "archive_status": "string",
708 "archived_at": "2024-01-15T09:30:00Z",
709 "asset_type": "document",
710 "bundle": true,
711 "bundle_view": "string",
712 "cover_asset_id": "string",
713 "creator": {
714 "digest_frequency": "string",
715 "image_32": "string",
716 "image_128": "string",
717 "from_google": true,
718 "mfa_enforced_at": "string",
719 "email": "string",
720 "name": "string",
721 "image_64": "string",
722 "timezone_value": "string",
723 "account_id": "string",
724 "updated_at": "string",
725 "image_256": "string",
726 "_type": "string",
727 "user_hash": "string",
728 "upload_url": "string",
729 "profile_image": "string",
730 "first_login_at": "string",
731 "joined_via": "string",
732 "id": "string",
733 "next_digest_date": "string",
734 "last_seen": "string",
735 "inserted_at": "string",
736 "from_adobe": true,
737 "avatar_color": "string",
738 "highest_account_role": "string",
739 "integrations": [
740 "string"
741 ],
742 "roles": {
743 "admin": true,
744 "id": "string",
745 "sales": true,
746 "support": true,
747 "service_desk": true
748 },
749 "user_default_color": "string"
750 },
751 "frames": 1,
752 "hard_deleted_at": "2024-01-15T09:30:00Z",
753 "id": "string",
754 "index": 1.1,
755 "is_bundle_child": true,
756 "is_hls_required": true,
757 "is_session_watermarked": true,
758 "item_count": 1,
759 "label": "string",
760 "metadata": {},
761 "metadata_flags": {
762 "id": "string",
763 "is_360": true,
764 "is_hdr": true,
765 "is_original_player_compatible": true
766 },
767 "name": "string",
768 "original": "string",
769 "parent_asset_id": "string",
770 "project_id": "string",
771 "properties": {
772 "": "string"
773 },
774 "required_transcodes": {
775 "cover": true,
776 "finalized": [
777 "thumb"
778 ],
779 "h264_1080_best": true,
780 "h264_2160": true,
781 "h264_360": true,
782 "h264_540": true,
783 "h264_720": true,
784 "image_full": true,
785 "image_high": true,
786 "page_proxy": true,
787 "thumb": true,
788 "thumb_540": true,
789 "thumb_orig_ar_540": true,
790 "thumb_scrub": true
791 },
792 "team_id": "string",
793 "user_permissions": {
794 "can_download": true,
795 "can_modify_template": true,
796 "can_public_share_presentation": true,
797 "can_public_share_review_link": true,
798 "can_share_downloadable_presentation": true,
799 "can_share_downloadable_review_link": true,
800 "can_share_unwatermarked_presentation": true,
801 "can_share_unwatermarked_review_link": true
802 },
803 "type": "file",
804 "view_count": 1
805 },
806 "root_asset_id": "string",
807 "shared": false,
808 "storage": 0,
809 "team": {
810 "account_id": "string",
811 "disable_sbwm_internally": false,
812 "creator_id": "string",
813 "storage": 0,
814 "default_font_color": "string",
815 "access": "private",
816 "font_color": "string",
817 "user_role": {},
818 "file_count": 0,
819 "default_session_watermark_template": {
820 "account_id": "string",
821 "app_default": false,
822 "creator_id": "string",
823 "id": "string",
824 "name": "string",
825 "watermark_blocks": [
826 {
827 "alpha": 0.5,
828 "data_points": [
829 {
830 "order": 1,
831 "type": "email",
832 "value": "string"
833 }
834 ],
835 "font_size": "medium",
836 "name": "string",
837 "position": "top_left",
838 "position_reference_point": "top_left",
839 "position_x": 1,
840 "position_y": 1,
841 "scroll_text": "none",
842 "text_alignment": "left",
843 "text_color": "#FFFFFF",
844 "text_shadow": false
845 }
846 ]
847 },
848 "link": "string",
849 "asset_lifecycle_policy": 1,
850 "upload_url": "string",
851 "admin_only_actions": {
852 "lifecycle": false
853 },
854 "deleted_at": "2024-01-15T09:30:00Z",
855 "default_background_color": "string",
856 "storage_limit": 1,
857 "location": "string",
858 "name": "string",
859 "default_color": "string",
860 "slack_webhook": {},
861 "image_64": "string",
862 "archived_storage": 0,
863 "image_128": "string",
864 "solo": false,
865 "account": {
866 "invoice_emails": [
867 "string"
868 ],
869 "city": "string",
870 "account_default_color": "string",
871 "company_name": "string",
872 "storage": 1,
873 "file_count": 1,
874 "owner": {
875 "digest_frequency": "string",
876 "image_32": "string",
877 "image_128": "string",
878 "from_google": true,
879 "mfa_enforced_at": "string",
880 "email": "string",
881 "name": "string",
882 "image_64": "string",
883 "timezone_value": "string",
884 "account_id": "string",
885 "updated_at": "string",
886 "image_256": "string",
887 "_type": "string",
888 "user_hash": "string",
889 "upload_url": "string",
890 "profile_image": "string",
891 "first_login_at": "string",
892 "joined_via": "string",
893 "id": "string",
894 "next_digest_date": "string",
895 "last_seen": "string",
896 "inserted_at": "string",
897 "from_adobe": true,
898 "avatar_color": "string",
899 "highest_account_role": "string",
900 "integrations": [
901 "string"
902 ],
903 "roles": {
904 "admin": true,
905 "id": "string",
906 "sales": true,
907 "support": true,
908 "service_desk": true
909 },
910 "user_default_color": "string"
911 },
912 "upload_url": "string",
913 "deleted_at": "2024-01-15T09:30:00Z",
914 "line1": "string",
915 "postal_code": "string",
916 "vat": "string",
917 "company_address": "string",
918 "lifetime_file_count": 1,
919 "state": "string",
920 "teams": [
921 null
922 ],
923 "image_64": "string",
924 "archived_storage": 1,
925 "image_128": "string",
926 "owner_id": "string",
927 "user_count": 1,
928 "locked_at": "2024-01-15T09:30:00Z",
929 "image": "string",
930 "team_count": 1,
931 "collaborator_role_count": 1,
932 "billing_emails": "string",
933 "image_32": "string",
934 "unpaid_at": "2024-01-15T09:30:00Z",
935 "inserted_at": "2024-01-15T09:30:00Z",
936 "updated_at": "2024-01-15T09:30:00Z",
937 "project_count": 1,
938 "duration": 1,
939 "delinquent_at": "2024-01-15T09:30:00Z",
940 "collaborator_count": 1,
941 "plan": {
942 "archived_storage_limit": 1,
943 "autoscaling": true,
944 "available_features": {
945 "archival_storage": true,
946 "custom_branded_emails": true,
947 "custom_branded_presentations": true,
948 "reel_player": true,
949 "secure_sharing": true,
950 "session_based_watermarking": true,
951 "team_only_comments": true
952 },
953 "collaborator_limit": 1,
954 "cost": 1,
955 "default_plan": true,
956 "deleted_at": "2024-01-15T09:30:00Z",
957 "enterprise": true,
958 "file_limit": 1,
959 "id": "string",
960 "inserted_at": "2024-01-15T09:30:00Z",
961 "lifetime_file_limit": 1,
962 "member_limit": 1,
963 "name": "string",
964 "payment_method": "stripe",
965 "period": "monthly",
966 "project_limit": 1,
967 "storage_limit": 1,
968 "team_limit": 1,
969 "tier": "free",
970 "title": "string",
971 "updated_at": "2024-01-15T09:30:00Z",
972 "user_limit": 1,
973 "user_max": 1,
974 "version": 1
975 },
976 "watermark": {
977 "image": {
978 "alpha": 0.5,
979 "image": {
980 "bucket": "string",
981 "key": "string",
982 "type": "image/jpeg",
983 "uploaded": false
984 },
985 "position": "top_left"
986 },
987 "text": {
988 "alpha": 0.5,
989 "lines": [
990 "string"
991 ],
992 "position": "top"
993 }
994 },
995 "folder_count": 1,
996 "id": "string",
997 "display_name": "string",
998 "country": "string",
999 "subscription": {
1000 "account_id": "string",
1001 "archived_storage_limit": 1,
1002 "balance": 1,
1003 "cancellation_option": "string",
1004 "cancellation_reason": "string",
1005 "cancelled_at": "2024-01-15T09:30:00Z",
1006 "deleted_at": "2024-01-15T09:30:00Z",
1007 "id": "string",
1008 "inserted_at": "2024-01-15T09:30:00Z",
1009 "last_payment_at": "2024-01-15T09:30:00Z",
1010 "member_limit": 1,
1011 "next_bill_at": "2024-01-15T09:30:00Z",
1012 "on_trial": true,
1013 "plan": {
1014 "archived_storage_limit": 1,
1015 "autoscaling": true,
1016 "available_features": {
1017 "archival_storage": true,
1018 "custom_branded_emails": true,
1019 "custom_branded_presentations": true,
1020 "reel_player": true,
1021 "secure_sharing": true,
1022 "session_based_watermarking": true,
1023 "team_only_comments": true
1024 },
1025 "collaborator_limit": 1,
1026 "cost": 1,
1027 "default_plan": true,
1028 "deleted_at": "2024-01-15T09:30:00Z",
1029 "enterprise": true,
1030 "file_limit": 1,
1031 "id": "string",
1032 "inserted_at": "2024-01-15T09:30:00Z",
1033 "lifetime_file_limit": 1,
1034 "member_limit": 1,
1035 "name": "string",
1036 "payment_method": "stripe",
1037 "period": "monthly",
1038 "project_limit": 1,
1039 "storage_limit": 1,
1040 "team_limit": 1,
1041 "tier": "free",
1042 "title": "string",
1043 "updated_at": "2024-01-15T09:30:00Z",
1044 "user_limit": 1,
1045 "user_max": 1,
1046 "version": 1
1047 },
1048 "plan_id": "string",
1049 "promotion_expires_at": "2024-01-15T09:30:00Z",
1050 "promotion_id": "string",
1051 "requires_autoscaling": true,
1052 "storage_limit": 1,
1053 "subscription_end_at": "2024-01-15T09:30:00Z",
1054 "total_archived_storage_limit": 1,
1055 "total_lifetime_file_limit": 1,
1056 "total_member_limit": 1,
1057 "total_project_limit": 1,
1058 "total_storage_limit": 1,
1059 "total_user_limit": 1,
1060 "updated_at": "2024-01-15T09:30:00Z",
1061 "user_limit": 1
1062 },
1063 "account_members": [
1064 {
1065 "accepted_at": "2024-01-15T09:30:00Z",
1066 "account_id": "string",
1067 "declined_at": "2024-01-15T09:30:00Z",
1068 "deleted_at": "2024-01-15T09:30:00Z",
1069 "inserted_at": "2024-01-15T09:30:00Z",
1070 "role": "admin",
1071 "updated_at": "2024-01-15T09:30:00Z",
1072 "user_id": "string"
1073 }
1074 ],
1075 "frames": 1,
1076 "member_count": 1,
1077 "image_256": "string"
1078 },
1079 "image_32": "string",
1080 "inserted_at": "2024-01-15T09:30:00Z",
1081 "updated_at": "2024-01-15T09:30:00Z",
1082 "project_count": 0,
1083 "duration": 0,
1084 "team_image": "string",
1085 "collaborator_count": 0,
1086 "bio": "string",
1087 "color": "string",
1088 "email_branding": {
1089 "accent_color": "string",
1090 "background_color": "string",
1091 "image": {
1092 "bucket": "string",
1093 "key": "string",
1094 "type": "image/jpeg",
1095 "uploaded": false
1096 }
1097 },
1098 "folder_count": 0,
1099 "dark_theme": false,
1100 "default_session_watermark_template_id": "string",
1101 "session_watermark_templates": [
1102 {
1103 "account_id": "string",
1104 "app_default": false,
1105 "creator_id": "string",
1106 "id": "string",
1107 "name": "string",
1108 "watermark_blocks": [
1109 {
1110 "alpha": 0.5,
1111 "data_points": [
1112 {
1113 "order": 1,
1114 "type": "email",
1115 "value": "string"
1116 }
1117 ],
1118 "font_size": "medium",
1119 "name": "string",
1120 "position": "top_left",
1121 "position_reference_point": "top_left",
1122 "position_x": 1,
1123 "position_y": 1,
1124 "scroll_text": "none",
1125 "text_alignment": "left",
1126 "text_color": "#FFFFFF",
1127 "text_shadow": false
1128 }
1129 ]
1130 }
1131 ],
1132 "id": "string",
1133 "member_limit": 1,
1134 "frames": 0,
1135 "member_count": 0,
1136 "image_256": "string",
1137 "background_color": "string"
1138 },
1139 "team_id": "string",
1140 "updated_at": "2024-01-15T09:30:00Z",
1141 "user_permissions": {
1142 "can_download": true,
1143 "can_modify_template": true,
1144 "can_public_share_presentation": true,
1145 "can_public_share_review_link": true,
1146 "can_share_downloadable_presentation": true,
1147 "can_share_downloadable_review_link": true,
1148 "can_share_unwatermarked_presentation": true,
1149 "can_share_unwatermarked_review_link": true
1150 },
1151 "user_preferences": {
1152 "collaborator_can_download": true,
1153 "collaborator_can_invite": true,
1154 "collaborator_can_share": true,
1155 "notify_on_new_asset": true,
1156 "notify_on_new_collaborator": true,
1157 "notify_on_new_comment": true,
1158 "notify_on_updated_label": true,
1159 "notify_slack": true
1160 },
1161 "watermark": {
1162 "image": {
1163 "alpha": 0.5,
1164 "image": {
1165 "bucket": "string",
1166 "key": "string",
1167 "type": "image/jpeg",
1168 "uploaded": false
1169 },
1170 "position": "top_left"
1171 },
1172 "text": {
1173 "alpha": 0.5,
1174 "lines": [
1175 "string"
1176 ],
1177 "position": "top"
1178 }
1179 }
1180 },
1181 "short_url": "string",
1182 "inserted_at": "2024-01-15T09:30:00Z",
1183 "updated_at": "2024-01-15T09:30:00Z",
1184 "style": "string",
1185 "text_color": "string",
1186 "title": "string",
1187 "expires_at": "2024-01-15T09:30:00Z",
1188 "color": "string",
1189 "id": "string",
1190 "view_count": 0,
1191 "reviewer_count": 0,
1192 "background_color": "string"
1193 },
1194 "updated_at": "2024-01-15T09:30:00Z"
1195 }
1196 ],
1197 "available_features": {},
1198 "autoplay": true,
1199 "access_control": {
1200 "invite_only": true
1201 },
1202 "secure": true,
1203 "asset_id": "string",
1204 "project_id": "string",
1205 "include_ext": true,
1206 "layout": "blog",
1207 "assets": [
1208 {
1209 "account_id": "string",
1210 "archive_from": "2024-01-15T09:30:00Z",
1211 "archive_scheduled_at": "2024-01-15T09:30:00Z",
1212 "archive_status": "string",
1213 "archived_at": "2024-01-15T09:30:00Z",
1214 "asset_type": "document",
1215 "bundle": true,
1216 "bundle_view": "string",
1217 "cover_asset_id": "string",
1218 "creator": {
1219 "digest_frequency": "string",
1220 "image_32": "string",
1221 "image_128": "string",
1222 "from_google": true,
1223 "mfa_enforced_at": "string",
1224 "email": "string",
1225 "name": "string",
1226 "image_64": "string",
1227 "timezone_value": "string",
1228 "account_id": "string",
1229 "updated_at": "string",
1230 "image_256": "string",
1231 "_type": "string",
1232 "user_hash": "string",
1233 "upload_url": "string",
1234 "profile_image": "string",
1235 "first_login_at": "string",
1236 "joined_via": "string",
1237 "id": "string",
1238 "next_digest_date": "string",
1239 "last_seen": "string",
1240 "inserted_at": "string",
1241 "from_adobe": true,
1242 "avatar_color": "string",
1243 "highest_account_role": "string",
1244 "integrations": [
1245 "string"
1246 ],
1247 "roles": {
1248 "admin": true,
1249 "id": "string",
1250 "sales": true,
1251 "support": true,
1252 "service_desk": true
1253 },
1254 "user_default_color": "string"
1255 },
1256 "frames": 1,
1257 "hard_deleted_at": "2024-01-15T09:30:00Z",
1258 "id": "string",
1259 "index": 1.1,
1260 "is_bundle_child": true,
1261 "is_hls_required": true,
1262 "is_session_watermarked": true,
1263 "item_count": 1,
1264 "label": "string",
1265 "metadata": {},
1266 "metadata_flags": {
1267 "id": "string",
1268 "is_360": true,
1269 "is_hdr": true,
1270 "is_original_player_compatible": true
1271 },
1272 "name": "string",
1273 "original": "string",
1274 "parent_asset_id": "string",
1275 "project_id": "string",
1276 "properties": {
1277 "": "string"
1278 },
1279 "required_transcodes": {
1280 "cover": true,
1281 "finalized": [
1282 "thumb"
1283 ],
1284 "h264_1080_best": true,
1285 "h264_2160": true,
1286 "h264_360": true,
1287 "h264_540": true,
1288 "h264_720": true,
1289 "image_full": true,
1290 "image_high": true,
1291 "page_proxy": true,
1292 "thumb": true,
1293 "thumb_540": true,
1294 "thumb_orig_ar_540": true,
1295 "thumb_scrub": true
1296 },
1297 "team_id": "string",
1298 "user_permissions": {
1299 "can_download": true,
1300 "can_modify_template": true,
1301 "can_public_share_presentation": true,
1302 "can_public_share_review_link": true,
1303 "can_share_downloadable_presentation": true,
1304 "can_share_downloadable_review_link": true,
1305 "can_share_unwatermarked_presentation": true,
1306 "can_share_unwatermarked_review_link": true
1307 },
1308 "type": "file",
1309 "view_count": 1
1310 }
1311 ],
1312 "description": "string",
1313 "deleted_at": "2024-01-15T09:30:00Z",
1314 "password": "string",
1315 "asset": {
1316 "account_id": "string",
1317 "archive_from": "2024-01-15T09:30:00Z",
1318 "archive_scheduled_at": "2024-01-15T09:30:00Z",
1319 "archive_status": "string",
1320 "archived_at": "2024-01-15T09:30:00Z",
1321 "asset_type": "document",
1322 "bundle": true,
1323 "bundle_view": "string",
1324 "cover_asset_id": "string",
1325 "creator": {
1326 "digest_frequency": "string",
1327 "image_32": "string",
1328 "image_128": "string",
1329 "from_google": true,
1330 "mfa_enforced_at": "string",
1331 "email": "string",
1332 "name": "string",
1333 "image_64": "string",
1334 "timezone_value": "string",
1335 "account_id": "string",
1336 "updated_at": "string",
1337 "image_256": "string",
1338 "_type": "string",
1339 "user_hash": "string",
1340 "upload_url": "string",
1341 "profile_image": "string",
1342 "first_login_at": "string",
1343 "joined_via": "string",
1344 "id": "string",
1345 "next_digest_date": "string",
1346 "last_seen": "string",
1347 "inserted_at": "string",
1348 "from_adobe": true,
1349 "avatar_color": "string",
1350 "highest_account_role": "string",
1351 "integrations": [
1352 "string"
1353 ],
1354 "roles": {
1355 "admin": true,
1356 "id": "string",
1357 "sales": true,
1358 "support": true,
1359 "service_desk": true
1360 },
1361 "user_default_color": "string"
1362 },
1363 "frames": 1,
1364 "hard_deleted_at": "2024-01-15T09:30:00Z",
1365 "id": "string",
1366 "index": 1.1,
1367 "is_bundle_child": true,
1368 "is_hls_required": true,
1369 "is_session_watermarked": true,
1370 "item_count": 1,
1371 "label": "string",
1372 "metadata": {},
1373 "metadata_flags": {
1374 "id": "string",
1375 "is_360": true,
1376 "is_hdr": true,
1377 "is_original_player_compatible": true
1378 },
1379 "name": "string",
1380 "original": "string",
1381 "parent_asset_id": "string",
1382 "project_id": "string",
1383 "properties": {
1384 "": "string"
1385 },
1386 "required_transcodes": {
1387 "cover": true,
1388 "finalized": [
1389 "thumb"
1390 ],
1391 "h264_1080_best": true,
1392 "h264_2160": true,
1393 "h264_360": true,
1394 "h264_540": true,
1395 "h264_720": true,
1396 "image_full": true,
1397 "image_high": true,
1398 "page_proxy": true,
1399 "thumb": true,
1400 "thumb_540": true,
1401 "thumb_orig_ar_540": true,
1402 "thumb_scrub": true
1403 },
1404 "team_id": "string",
1405 "user_permissions": {
1406 "can_download": true,
1407 "can_modify_template": true,
1408 "can_public_share_presentation": true,
1409 "can_public_share_review_link": true,
1410 "can_share_downloadable_presentation": true,
1411 "can_share_downloadable_review_link": true,
1412 "can_share_unwatermarked_presentation": true,
1413 "can_share_unwatermarked_review_link": true
1414 },
1415 "type": "file",
1416 "view_count": 1
1417 },
1418 "team": {
1419 "account_id": "string",
1420 "disable_sbwm_internally": false,
1421 "creator_id": "string",
1422 "storage": 0,
1423 "default_font_color": "string",
1424 "access": "private",
1425 "font_color": "string",
1426 "user_role": {},
1427 "file_count": 0,
1428 "default_session_watermark_template": {
1429 "account_id": "string",
1430 "app_default": false,
1431 "creator_id": "string",
1432 "id": "string",
1433 "name": "string",
1434 "watermark_blocks": [
1435 {
1436 "alpha": 0.5,
1437 "data_points": [
1438 {
1439 "order": 1,
1440 "type": "email",
1441 "value": "string"
1442 }
1443 ],
1444 "font_size": "medium",
1445 "name": "string",
1446 "position": "top_left",
1447 "position_reference_point": "top_left",
1448 "position_x": 1,
1449 "position_y": 1,
1450 "scroll_text": "none",
1451 "text_alignment": "left",
1452 "text_color": "#FFFFFF",
1453 "text_shadow": false
1454 }
1455 ]
1456 },
1457 "link": "string",
1458 "asset_lifecycle_policy": 1,
1459 "upload_url": "string",
1460 "admin_only_actions": {
1461 "lifecycle": false
1462 },
1463 "deleted_at": "2024-01-15T09:30:00Z",
1464 "default_background_color": "string",
1465 "storage_limit": 1,
1466 "location": "string",
1467 "name": "string",
1468 "default_color": "string",
1469 "slack_webhook": {},
1470 "image_64": "string",
1471 "archived_storage": 0,
1472 "image_128": "string",
1473 "solo": false,
1474 "account": {
1475 "invoice_emails": [
1476 "string"
1477 ],
1478 "city": "string",
1479 "account_default_color": "string",
1480 "company_name": "string",
1481 "storage": 1,
1482 "file_count": 1,
1483 "owner": {
1484 "digest_frequency": "string",
1485 "image_32": "string",
1486 "image_128": "string",
1487 "from_google": true,
1488 "mfa_enforced_at": "string",
1489 "email": "string",
1490 "name": "string",
1491 "image_64": "string",
1492 "timezone_value": "string",
1493 "account_id": "string",
1494 "updated_at": "string",
1495 "image_256": "string",
1496 "_type": "string",
1497 "user_hash": "string",
1498 "upload_url": "string",
1499 "profile_image": "string",
1500 "first_login_at": "string",
1501 "joined_via": "string",
1502 "id": "string",
1503 "next_digest_date": "string",
1504 "last_seen": "string",
1505 "inserted_at": "string",
1506 "from_adobe": true,
1507 "avatar_color": "string",
1508 "highest_account_role": "string",
1509 "integrations": [
1510 "string"
1511 ],
1512 "roles": {
1513 "admin": true,
1514 "id": "string",
1515 "sales": true,
1516 "support": true,
1517 "service_desk": true
1518 },
1519 "user_default_color": "string"
1520 },
1521 "upload_url": "string",
1522 "deleted_at": "2024-01-15T09:30:00Z",
1523 "line1": "string",
1524 "postal_code": "string",
1525 "vat": "string",
1526 "company_address": "string",
1527 "lifetime_file_count": 1,
1528 "state": "string",
1529 "teams": [
1530 null
1531 ],
1532 "image_64": "string",
1533 "archived_storage": 1,
1534 "image_128": "string",
1535 "owner_id": "string",
1536 "user_count": 1,
1537 "locked_at": "2024-01-15T09:30:00Z",
1538 "image": "string",
1539 "team_count": 1,
1540 "collaborator_role_count": 1,
1541 "billing_emails": "string",
1542 "image_32": "string",
1543 "unpaid_at": "2024-01-15T09:30:00Z",
1544 "inserted_at": "2024-01-15T09:30:00Z",
1545 "updated_at": "2024-01-15T09:30:00Z",
1546 "project_count": 1,
1547 "duration": 1,
1548 "delinquent_at": "2024-01-15T09:30:00Z",
1549 "collaborator_count": 1,
1550 "plan": {
1551 "archived_storage_limit": 1,
1552 "autoscaling": true,
1553 "available_features": {
1554 "archival_storage": true,
1555 "custom_branded_emails": true,
1556 "custom_branded_presentations": true,
1557 "reel_player": true,
1558 "secure_sharing": true,
1559 "session_based_watermarking": true,
1560 "team_only_comments": true
1561 },
1562 "collaborator_limit": 1,
1563 "cost": 1,
1564 "default_plan": true,
1565 "deleted_at": "2024-01-15T09:30:00Z",
1566 "enterprise": true,
1567 "file_limit": 1,
1568 "id": "string",
1569 "inserted_at": "2024-01-15T09:30:00Z",
1570 "lifetime_file_limit": 1,
1571 "member_limit": 1,
1572 "name": "string",
1573 "payment_method": "stripe",
1574 "period": "monthly",
1575 "project_limit": 1,
1576 "storage_limit": 1,
1577 "team_limit": 1,
1578 "tier": "free",
1579 "title": "string",
1580 "updated_at": "2024-01-15T09:30:00Z",
1581 "user_limit": 1,
1582 "user_max": 1,
1583 "version": 1
1584 },
1585 "watermark": {
1586 "image": {
1587 "alpha": 0.5,
1588 "image": {
1589 "bucket": "string",
1590 "key": "string",
1591 "type": "image/jpeg",
1592 "uploaded": false
1593 },
1594 "position": "top_left"
1595 },
1596 "text": {
1597 "alpha": 0.5,
1598 "lines": [
1599 "string"
1600 ],
1601 "position": "top"
1602 }
1603 },
1604 "folder_count": 1,
1605 "id": "string",
1606 "display_name": "string",
1607 "country": "string",
1608 "subscription": {
1609 "account_id": "string",
1610 "archived_storage_limit": 1,
1611 "balance": 1,
1612 "cancellation_option": "string",
1613 "cancellation_reason": "string",
1614 "cancelled_at": "2024-01-15T09:30:00Z",
1615 "deleted_at": "2024-01-15T09:30:00Z",
1616 "id": "string",
1617 "inserted_at": "2024-01-15T09:30:00Z",
1618 "last_payment_at": "2024-01-15T09:30:00Z",
1619 "member_limit": 1,
1620 "next_bill_at": "2024-01-15T09:30:00Z",
1621 "on_trial": true,
1622 "plan": {
1623 "archived_storage_limit": 1,
1624 "autoscaling": true,
1625 "available_features": {
1626 "archival_storage": true,
1627 "custom_branded_emails": true,
1628 "custom_branded_presentations": true,
1629 "reel_player": true,
1630 "secure_sharing": true,
1631 "session_based_watermarking": true,
1632 "team_only_comments": true
1633 },
1634 "collaborator_limit": 1,
1635 "cost": 1,
1636 "default_plan": true,
1637 "deleted_at": "2024-01-15T09:30:00Z",
1638 "enterprise": true,
1639 "file_limit": 1,
1640 "id": "string",
1641 "inserted_at": "2024-01-15T09:30:00Z",
1642 "lifetime_file_limit": 1,
1643 "member_limit": 1,
1644 "name": "string",
1645 "payment_method": "stripe",
1646 "period": "monthly",
1647 "project_limit": 1,
1648 "storage_limit": 1,
1649 "team_limit": 1,
1650 "tier": "free",
1651 "title": "string",
1652 "updated_at": "2024-01-15T09:30:00Z",
1653 "user_limit": 1,
1654 "user_max": 1,
1655 "version": 1
1656 },
1657 "plan_id": "string",
1658 "promotion_expires_at": "2024-01-15T09:30:00Z",
1659 "promotion_id": "string",
1660 "requires_autoscaling": true,
1661 "storage_limit": 1,
1662 "subscription_end_at": "2024-01-15T09:30:00Z",
1663 "total_archived_storage_limit": 1,
1664 "total_lifetime_file_limit": 1,
1665 "total_member_limit": 1,
1666 "total_project_limit": 1,
1667 "total_storage_limit": 1,
1668 "total_user_limit": 1,
1669 "updated_at": "2024-01-15T09:30:00Z",
1670 "user_limit": 1
1671 },
1672 "account_members": [
1673 {
1674 "accepted_at": "2024-01-15T09:30:00Z",
1675 "account_id": "string",
1676 "declined_at": "2024-01-15T09:30:00Z",
1677 "deleted_at": "2024-01-15T09:30:00Z",
1678 "inserted_at": "2024-01-15T09:30:00Z",
1679 "role": "admin",
1680 "updated_at": "2024-01-15T09:30:00Z",
1681 "user_id": "string"
1682 }
1683 ],
1684 "frames": 1,
1685 "member_count": 1,
1686 "image_256": "string"
1687 },
1688 "image_32": "string",
1689 "inserted_at": "2024-01-15T09:30:00Z",
1690 "updated_at": "2024-01-15T09:30:00Z",
1691 "project_count": 0,
1692 "duration": 0,
1693 "team_image": "string",
1694 "collaborator_count": 0,
1695 "bio": "string",
1696 "color": "string",
1697 "email_branding": {
1698 "accent_color": "string",
1699 "background_color": "string",
1700 "image": {
1701 "bucket": "string",
1702 "key": "string",
1703 "type": "image/jpeg",
1704 "uploaded": false
1705 }
1706 },
1707 "folder_count": 0,
1708 "dark_theme": false,
1709 "default_session_watermark_template_id": "string",
1710 "session_watermark_templates": [
1711 {
1712 "account_id": "string",
1713 "app_default": false,
1714 "creator_id": "string",
1715 "id": "string",
1716 "name": "string",
1717 "watermark_blocks": [
1718 {
1719 "alpha": 0.5,
1720 "data_points": [
1721 {
1722 "order": 1,
1723 "type": "email",
1724 "value": "string"
1725 }
1726 ],
1727 "font_size": "medium",
1728 "name": "string",
1729 "position": "top_left",
1730 "position_reference_point": "top_left",
1731 "position_x": 1,
1732 "position_y": 1,
1733 "scroll_text": "none",
1734 "text_alignment": "left",
1735 "text_color": "#FFFFFF",
1736 "text_shadow": false
1737 }
1738 ]
1739 }
1740 ],
1741 "id": "string",
1742 "member_limit": 1,
1743 "frames": 0,
1744 "member_count": 0,
1745 "image_256": "string",
1746 "background_color": "string"
1747 },
1748 "name": "string",
1749 "format": "string",
1750 "owner_id": "string",
1751 "can_download": true,
1752 "project": {
1753 "archive_status": "standard",
1754 "archived_at": "2024-01-15T09:30:00Z",
1755 "archived_file_count": 0,
1756 "archived_storage": 0,
1757 "collaborator_count": 0,
1758 "deleted_at": "2024-01-15T09:30:00Z",
1759 "description": "string",
1760 "file_count": 0,
1761 "folder_count": 0,
1762 "id": "string",
1763 "ignore_archive": false,
1764 "inserted_at": "2024-01-15T09:30:00Z",
1765 "invite_url": "string",
1766 "name": "string",
1767 "owner_id": "string",
1768 "private": false,
1769 "project_preferences": {
1770 "collaborator_can_download": true,
1771 "collaborator_can_invite": true,
1772 "collaborator_can_share": true,
1773 "notify_on_new_asset": true,
1774 "notify_on_new_collaborator": true,
1775 "notify_on_new_comment": true,
1776 "notify_on_updated_label": true,
1777 "notify_slack": true
1778 },
1779 "read_only": false,
1780 "root_asset": {
1781 "account_id": "string",
1782 "archive_from": "2024-01-15T09:30:00Z",
1783 "archive_scheduled_at": "2024-01-15T09:30:00Z",
1784 "archive_status": "string",
1785 "archived_at": "2024-01-15T09:30:00Z",
1786 "asset_type": "document",
1787 "bundle": true,
1788 "bundle_view": "string",
1789 "cover_asset_id": "string",
1790 "creator": {
1791 "digest_frequency": "string",
1792 "image_32": "string",
1793 "image_128": "string",
1794 "from_google": true,
1795 "mfa_enforced_at": "string",
1796 "email": "string",
1797 "name": "string",
1798 "image_64": "string",
1799 "timezone_value": "string",
1800 "account_id": "string",
1801 "updated_at": "string",
1802 "image_256": "string",
1803 "_type": "string",
1804 "user_hash": "string",
1805 "upload_url": "string",
1806 "profile_image": "string",
1807 "first_login_at": "string",
1808 "joined_via": "string",
1809 "id": "string",
1810 "next_digest_date": "string",
1811 "last_seen": "string",
1812 "inserted_at": "string",
1813 "from_adobe": true,
1814 "avatar_color": "string",
1815 "highest_account_role": "string",
1816 "integrations": [
1817 "string"
1818 ],
1819 "roles": {
1820 "admin": true,
1821 "id": "string",
1822 "sales": true,
1823 "support": true,
1824 "service_desk": true
1825 },
1826 "user_default_color": "string"
1827 },
1828 "frames": 1,
1829 "hard_deleted_at": "2024-01-15T09:30:00Z",
1830 "id": "string",
1831 "index": 1.1,
1832 "is_bundle_child": true,
1833 "is_hls_required": true,
1834 "is_session_watermarked": true,
1835 "item_count": 1,
1836 "label": "string",
1837 "metadata": {},
1838 "metadata_flags": {
1839 "id": "string",
1840 "is_360": true,
1841 "is_hdr": true,
1842 "is_original_player_compatible": true
1843 },
1844 "name": "string",
1845 "original": "string",
1846 "parent_asset_id": "string",
1847 "project_id": "string",
1848 "properties": {
1849 "": "string"
1850 },
1851 "required_transcodes": {
1852 "cover": true,
1853 "finalized": [
1854 "thumb"
1855 ],
1856 "h264_1080_best": true,
1857 "h264_2160": true,
1858 "h264_360": true,
1859 "h264_540": true,
1860 "h264_720": true,
1861 "image_full": true,
1862 "image_high": true,
1863 "page_proxy": true,
1864 "thumb": true,
1865 "thumb_540": true,
1866 "thumb_orig_ar_540": true,
1867 "thumb_scrub": true
1868 },
1869 "team_id": "string",
1870 "user_permissions": {
1871 "can_download": true,
1872 "can_modify_template": true,
1873 "can_public_share_presentation": true,
1874 "can_public_share_review_link": true,
1875 "can_share_downloadable_presentation": true,
1876 "can_share_downloadable_review_link": true,
1877 "can_share_unwatermarked_presentation": true,
1878 "can_share_unwatermarked_review_link": true
1879 },
1880 "type": "file",
1881 "view_count": 1
1882 },
1883 "root_asset_id": "string",
1884 "shared": false,
1885 "storage": 0,
1886 "team": {
1887 "account_id": "string",
1888 "disable_sbwm_internally": false,
1889 "creator_id": "string",
1890 "storage": 0,
1891 "default_font_color": "string",
1892 "access": "private",
1893 "font_color": "string",
1894 "user_role": {},
1895 "file_count": 0,
1896 "default_session_watermark_template": {
1897 "account_id": "string",
1898 "app_default": false,
1899 "creator_id": "string",
1900 "id": "string",
1901 "name": "string",
1902 "watermark_blocks": [
1903 {
1904 "alpha": 0.5,
1905 "data_points": [
1906 {
1907 "order": 1,
1908 "type": "email",
1909 "value": "string"
1910 }
1911 ],
1912 "font_size": "medium",
1913 "name": "string",
1914 "position": "top_left",
1915 "position_reference_point": "top_left",
1916 "position_x": 1,
1917 "position_y": 1,
1918 "scroll_text": "none",
1919 "text_alignment": "left",
1920 "text_color": "#FFFFFF",
1921 "text_shadow": false
1922 }
1923 ]
1924 },
1925 "link": "string",
1926 "asset_lifecycle_policy": 1,
1927 "upload_url": "string",
1928 "admin_only_actions": {
1929 "lifecycle": false
1930 },
1931 "deleted_at": "2024-01-15T09:30:00Z",
1932 "default_background_color": "string",
1933 "storage_limit": 1,
1934 "location": "string",
1935 "name": "string",
1936 "default_color": "string",
1937 "slack_webhook": {},
1938 "image_64": "string",
1939 "archived_storage": 0,
1940 "image_128": "string",
1941 "solo": false,
1942 "account": {
1943 "invoice_emails": [
1944 "string"
1945 ],
1946 "city": "string",
1947 "account_default_color": "string",
1948 "company_name": "string",
1949 "storage": 1,
1950 "file_count": 1,
1951 "owner": {
1952 "digest_frequency": "string",
1953 "image_32": "string",
1954 "image_128": "string",
1955 "from_google": true,
1956 "mfa_enforced_at": "string",
1957 "email": "string",
1958 "name": "string",
1959 "image_64": "string",
1960 "timezone_value": "string",
1961 "account_id": "string",
1962 "updated_at": "string",
1963 "image_256": "string",
1964 "_type": "string",
1965 "user_hash": "string",
1966 "upload_url": "string",
1967 "profile_image": "string",
1968 "first_login_at": "string",
1969 "joined_via": "string",
1970 "id": "string",
1971 "next_digest_date": "string",
1972 "last_seen": "string",
1973 "inserted_at": "string",
1974 "from_adobe": true,
1975 "avatar_color": "string",
1976 "highest_account_role": "string",
1977 "integrations": [
1978 "string"
1979 ],
1980 "roles": {
1981 "admin": true,
1982 "id": "string",
1983 "sales": true,
1984 "support": true,
1985 "service_desk": true
1986 },
1987 "user_default_color": "string"
1988 },
1989 "upload_url": "string",
1990 "deleted_at": "2024-01-15T09:30:00Z",
1991 "line1": "string",
1992 "postal_code": "string",
1993 "vat": "string",
1994 "company_address": "string",
1995 "lifetime_file_count": 1,
1996 "state": "string",
1997 "teams": [
1998 null
1999 ],
2000 "image_64": "string",
2001 "archived_storage": 1,
2002 "image_128": "string",
2003 "owner_id": "string",
2004 "user_count": 1,
2005 "locked_at": "2024-01-15T09:30:00Z",
2006 "image": "string",
2007 "team_count": 1,
2008 "collaborator_role_count": 1,
2009 "billing_emails": "string",
2010 "image_32": "string",
2011 "unpaid_at": "2024-01-15T09:30:00Z",
2012 "inserted_at": "2024-01-15T09:30:00Z",
2013 "updated_at": "2024-01-15T09:30:00Z",
2014 "project_count": 1,
2015 "duration": 1,
2016 "delinquent_at": "2024-01-15T09:30:00Z",
2017 "collaborator_count": 1,
2018 "plan": {
2019 "archived_storage_limit": 1,
2020 "autoscaling": true,
2021 "available_features": {
2022 "archival_storage": true,
2023 "custom_branded_emails": true,
2024 "custom_branded_presentations": true,
2025 "reel_player": true,
2026 "secure_sharing": true,
2027 "session_based_watermarking": true,
2028 "team_only_comments": true
2029 },
2030 "collaborator_limit": 1,
2031 "cost": 1,
2032 "default_plan": true,
2033 "deleted_at": "2024-01-15T09:30:00Z",
2034 "enterprise": true,
2035 "file_limit": 1,
2036 "id": "string",
2037 "inserted_at": "2024-01-15T09:30:00Z",
2038 "lifetime_file_limit": 1,
2039 "member_limit": 1,
2040 "name": "string",
2041 "payment_method": "stripe",
2042 "period": "monthly",
2043 "project_limit": 1,
2044 "storage_limit": 1,
2045 "team_limit": 1,
2046 "tier": "free",
2047 "title": "string",
2048 "updated_at": "2024-01-15T09:30:00Z",
2049 "user_limit": 1,
2050 "user_max": 1,
2051 "version": 1
2052 },
2053 "watermark": {
2054 "image": {
2055 "alpha": 0.5,
2056 "image": {
2057 "bucket": "string",
2058 "key": "string",
2059 "type": "image/jpeg",
2060 "uploaded": false
2061 },
2062 "position": "top_left"
2063 },
2064 "text": {
2065 "alpha": 0.5,
2066 "lines": [
2067 "string"
2068 ],
2069 "position": "top"
2070 }
2071 },
2072 "folder_count": 1,
2073 "id": "string",
2074 "display_name": "string",
2075 "country": "string",
2076 "subscription": {
2077 "account_id": "string",
2078 "archived_storage_limit": 1,
2079 "balance": 1,
2080 "cancellation_option": "string",
2081 "cancellation_reason": "string",
2082 "cancelled_at": "2024-01-15T09:30:00Z",
2083 "deleted_at": "2024-01-15T09:30:00Z",
2084 "id": "string",
2085 "inserted_at": "2024-01-15T09:30:00Z",
2086 "last_payment_at": "2024-01-15T09:30:00Z",
2087 "member_limit": 1,
2088 "next_bill_at": "2024-01-15T09:30:00Z",
2089 "on_trial": true,
2090 "plan": {
2091 "archived_storage_limit": 1,
2092 "autoscaling": true,
2093 "available_features": {
2094 "archival_storage": true,
2095 "custom_branded_emails": true,
2096 "custom_branded_presentations": true,
2097 "reel_player": true,
2098 "secure_sharing": true,
2099 "session_based_watermarking": true,
2100 "team_only_comments": true
2101 },
2102 "collaborator_limit": 1,
2103 "cost": 1,
2104 "default_plan": true,
2105 "deleted_at": "2024-01-15T09:30:00Z",
2106 "enterprise": true,
2107 "file_limit": 1,
2108 "id": "string",
2109 "inserted_at": "2024-01-15T09:30:00Z",
2110 "lifetime_file_limit": 1,
2111 "member_limit": 1,
2112 "name": "string",
2113 "payment_method": "stripe",
2114 "period": "monthly",
2115 "project_limit": 1,
2116 "storage_limit": 1,
2117 "team_limit": 1,
2118 "tier": "free",
2119 "title": "string",
2120 "updated_at": "2024-01-15T09:30:00Z",
2121 "user_limit": 1,
2122 "user_max": 1,
2123 "version": 1
2124 },
2125 "plan_id": "string",
2126 "promotion_expires_at": "2024-01-15T09:30:00Z",
2127 "promotion_id": "string",
2128 "requires_autoscaling": true,
2129 "storage_limit": 1,
2130 "subscription_end_at": "2024-01-15T09:30:00Z",
2131 "total_archived_storage_limit": 1,
2132 "total_lifetime_file_limit": 1,
2133 "total_member_limit": 1,
2134 "total_project_limit": 1,
2135 "total_storage_limit": 1,
2136 "total_user_limit": 1,
2137 "updated_at": "2024-01-15T09:30:00Z",
2138 "user_limit": 1
2139 },
2140 "account_members": [
2141 {
2142 "accepted_at": "2024-01-15T09:30:00Z",
2143 "account_id": "string",
2144 "declined_at": "2024-01-15T09:30:00Z",
2145 "deleted_at": "2024-01-15T09:30:00Z",
2146 "inserted_at": "2024-01-15T09:30:00Z",
2147 "role": "admin",
2148 "updated_at": "2024-01-15T09:30:00Z",
2149 "user_id": "string"
2150 }
2151 ],
2152 "frames": 1,
2153 "member_count": 1,
2154 "image_256": "string"
2155 },
2156 "image_32": "string",
2157 "inserted_at": "2024-01-15T09:30:00Z",
2158 "updated_at": "2024-01-15T09:30:00Z",
2159 "project_count": 0,
2160 "duration": 0,
2161 "team_image": "string",
2162 "collaborator_count": 0,
2163 "bio": "string",
2164 "color": "string",
2165 "email_branding": {
2166 "accent_color": "string",
2167 "background_color": "string",
2168 "image": {
2169 "bucket": "string",
2170 "key": "string",
2171 "type": "image/jpeg",
2172 "uploaded": false
2173 }
2174 },
2175 "folder_count": 0,
2176 "dark_theme": false,
2177 "default_session_watermark_template_id": "string",
2178 "session_watermark_templates": [
2179 {
2180 "account_id": "string",
2181 "app_default": false,
2182 "creator_id": "string",
2183 "id": "string",
2184 "name": "string",
2185 "watermark_blocks": [
2186 {
2187 "alpha": 0.5,
2188 "data_points": [
2189 {
2190 "order": 1,
2191 "type": "email",
2192 "value": "string"
2193 }
2194 ],
2195 "font_size": "medium",
2196 "name": "string",
2197 "position": "top_left",
2198 "position_reference_point": "top_left",
2199 "position_x": 1,
2200 "position_y": 1,
2201 "scroll_text": "none",
2202 "text_alignment": "left",
2203 "text_color": "#FFFFFF",
2204 "text_shadow": false
2205 }
2206 ]
2207 }
2208 ],
2209 "id": "string",
2210 "member_limit": 1,
2211 "frames": 0,
2212 "member_count": 0,
2213 "image_256": "string",
2214 "background_color": "string"
2215 },
2216 "team_id": "string",
2217 "updated_at": "2024-01-15T09:30:00Z",
2218 "user_permissions": {
2219 "can_download": true,
2220 "can_modify_template": true,
2221 "can_public_share_presentation": true,
2222 "can_public_share_review_link": true,
2223 "can_share_downloadable_presentation": true,
2224 "can_share_downloadable_review_link": true,
2225 "can_share_unwatermarked_presentation": true,
2226 "can_share_unwatermarked_review_link": true
2227 },
2228 "user_preferences": {
2229 "collaborator_can_download": true,
2230 "collaborator_can_invite": true,
2231 "collaborator_can_share": true,
2232 "notify_on_new_asset": true,
2233 "notify_on_new_collaborator": true,
2234 "notify_on_new_comment": true,
2235 "notify_on_updated_label": true,
2236 "notify_slack": true
2237 },
2238 "watermark": {
2239 "image": {
2240 "alpha": 0.5,
2241 "image": {
2242 "bucket": "string",
2243 "key": "string",
2244 "type": "image/jpeg",
2245 "uploaded": false
2246 },
2247 "position": "top_left"
2248 },
2249 "text": {
2250 "alpha": 0.5,
2251 "lines": [
2252 "string"
2253 ],
2254 "position": "top"
2255 }
2256 }
2257 },
2258 "short_url": "string",
2259 "inserted_at": "2024-01-15T09:30:00Z",
2260 "updated_at": "2024-01-15T09:30:00Z",
2261 "style": "string",
2262 "text_color": "string",
2263 "title": "string",
2264 "expires_at": "2024-01-15T09:30:00Z",
2265 "color": "string",
2266 "id": "string",
2267 "view_count": 0,
2268 "reviewer_count": 0,
2269 "background_color": "string"
2270}
Delete a given Presentation Link
Was this page helpful?
Previous

Get a paginated list of Presentations

Next

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

presentation_idstringRequired

Response

Presentation success response
enabledboolean
vanitystring
include_upload_dateboolean
presentation_itemslist of objects
available_featuresobject
autoplayboolean
access_controlobject
secureboolean
asset_idstringformat: "uuid"
project_idstringformat: "uuid"
include_extboolean
layoutenum
Allowed values:
assetslist of objects
descriptionstring
deleted_atstringformat: "date-time"
passwordstring
assetobject

Accepts arbitrary key/value pairs for storing information on an asset

teamobject
namestring
formatstring
owner_idstringformat: "uuid"
can_downloadboolean
projectobject
short_urlstring
inserted_atstringformat: "date-time"
updated_atstringformat: "date-time"
stylestring
text_colorstring
titlestring
expires_atstringformat: "date-time"
colorstring
idstringformat: "uuid"
view_countintegerDefaults to 0
reviewer_countintegerDefaults to 0
background_colorstring

Errors

401
Unauthorized Error
404
Not Found Error