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
      • GETAdvanced search for Assets
      • POSTAdvanced search for Assets
      • POSTBulk copy assets
      • DELBulk delete assets
      • POSTCopy asset
      • POSTCreate an Asset
      • DELDelete an Asset
      • GETFetch child Assets
      • GETGet an Asset
      • GETGet audio for an Asset
      • GETGet the subtitles for an Asset
      • POSTMove asset
      • POSTRequest upload URLs for real-time upload
      • GETSearch for Assets
      • POSTSearch for Assets
      • DELUnversion an Asset
      • PUTUpdate an Asset
      • POSTVersion an Asset

© 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 ReferenceAssets

Search for Assets

GET
https://api.frame.io/v2/search/assets
GET
/v2/search/assets
1import requests
2
3url = "https://api.frame.io/v2/search/assets"
4
5payload = {}
6headers = {
7 "Authorization": "Bearer <token>",
8 "Content-Type": "application/json"
9}
10
11response = requests.get(url, json=payload, headers=headers)
12
13print(response.json())
1[
2 {
3 "account_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
4 "archive_from": "2024-01-15T09:30:00Z",
5 "archive_scheduled_at": "2024-01-15T09:30:00Z",
6 "archive_status": "pending",
7 "archived_at": "2024-01-15T09:30:00Z",
8 "asset_type": "document",
9 "bundle": true,
10 "bundle_view": "thumbnail",
11 "cover_asset_id": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
12 "creator": {
13 "digest_frequency": "weekly",
14 "image_32": "https://example.com/images/user32.png",
15 "image_128": "https://example.com/images/user128.png",
16 "from_google": true,
17 "mfa_enforced_at": "2023-12-01T08:00:00Z",
18 "email": "jane.doe@example.com",
19 "name": "Jane Doe",
20 "image_64": "https://example.com/images/user64.png",
21 "timezone_value": "America/New_York",
22 "account_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
23 "updated_at": "2024-04-10T12:00:00Z",
24 "image_256": "https://example.com/images/user256.png",
25 "_type": "user",
26 "user_hash": "a1b2c3d4e5f6g7h8i9j0",
27 "upload_url": "https://upload.frame.io/user/3fa85f64-5717-4562-b3fc-2c963f66afa6",
28 "profile_image": "https://example.com/images/profile.png",
29 "first_login_at": "2022-05-15T09:00:00Z",
30 "joined_via": "google_oauth",
31 "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
32 "next_digest_date": "2024-04-17T08:00:00Z",
33 "last_seen": "2024-04-12T15:30:00Z",
34 "inserted_at": "2022-05-15T09:00:00Z",
35 "from_adobe": false,
36 "avatar_color": "#4A90E2",
37 "highest_account_role": "admin",
38 "integrations": [
39 "slack",
40 "dropbox"
41 ],
42 "roles": {
43 "admin": true,
44 "id": "role-1234",
45 "sales": false,
46 "support": true,
47 "service_desk": false
48 },
49 "user_default_color": "#FF5733"
50 },
51 "frames": 2400,
52 "hard_deleted_at": "2024-02-14T09:30:00Z",
53 "id": "9b2c1f4e-8d3a-4f6b-9a2e-1f2b3c4d5e6f",
54 "index": 12.5,
55 "is_bundle_child": false,
56 "is_hls_required": true,
57 "is_session_watermarked": false,
58 "item_count": 15,
59 "label": "approved",
60 "metadata": {
61 "camera": "RED Komodo",
62 "location": "Los Angeles Studio",
63 "shoot_date": "2024-01-10"
64 },
65 "metadata_flags": {
66 "id": "4e5f6a7b-8c9d-0e1f-2a3b-4c5d6e7f8a9b",
67 "is_360": false,
68 "is_hdr": true,
69 "is_original_player_compatible": true
70 },
71 "name": "Project_Proposal_Document.pdf",
72 "original": "https://cdn.frame.io/assets/9b2c1f4e-8d3a-4f6b-9a2e-1f2b3c4d5e6f/original.pdf",
73 "parent_asset_id": "1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d",
74 "project_id": "5f6a7b8c-9d0e-1f2a-3b4c-5d6e7f8a9b0c",
75 "properties": {
76 "category": "proposal",
77 "confidential": "true"
78 },
79 "required_transcodes": {
80 "cover": true,
81 "finalized": [
82 "thumb",
83 "h264_720",
84 "image_high"
85 ],
86 "h264_1080_best": true,
87 "h264_2160": false,
88 "h264_360": true,
89 "h264_540": true,
90 "h264_720": true,
91 "image_full": true,
92 "image_high": true,
93 "page_proxy": true,
94 "thumb": true,
95 "thumb_540": true,
96 "thumb_orig_ar_540": false,
97 "thumb_scrub": true
98 },
99 "team_id": "7a8b9c0d-1e2f-3a4b-5c6d-7e8f9a0b1c2d",
100 "user_permissions": {
101 "can_download": true,
102 "can_modify_template": false,
103 "can_public_share_presentation": true,
104 "can_public_share_review_link": true,
105 "can_share_downloadable_presentation": false,
106 "can_share_downloadable_review_link": true,
107 "can_share_unwatermarked_presentation": false,
108 "can_share_unwatermarked_review_link": true
109 },
110 "type": "file",
111 "view_count": 152
112 }
113]
Search for Assets via query parameters
Was this page helpful?
Previous

Search for Assets

Next

Authentication

AuthorizationBearer

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

Query parameters

account_idstringOptionalformat: "uuid"
filterobjectOptional
Custom ES filters to apply to your query
includestringOptional
include_deletedbooleanOptional

Flag to include soft-deleted records in results

optsobjectOptional
Additional request options
pageintegerOptional
The page to retrieve
page_sizeintegerOptional
The number of results to include in the page
project_idstringOptionalformat: "uuid"
propertiesobjectOptional
qstringOptional
Search text
querystringOptional
Search text
shared_projectsbooleanOptional
sortstringOptional
Sorting parameters
team_idstring or list of stringsOptional
typestringOptional

Response headers

linkstring
Pagination links
page-numberinteger
Current page of results
per-pageinteger
Number of entries per page
totalinteger
Total entries across all pagess
total-pagesinteger
Number of pages

Response

Assets success response
object

Errors

401
Unauthorized Error