Download OpenAPI specification:Download
Using your Mediagraph account via API with a Personal Access Token or OAuth Access Token:
All endpoints using Personal Access Tokens (besides User specifics) require the OrganizationId
header which can be found in "Profile Settings" when logged into the Organization.
Example: curl -u :8b5913aea36379a098fb4187d8a5face -H "OrganizationId: 100" "https://api.mediagraph.io/api/assets/search?q=sunset"
OAuth Access Tokens use the Authorization header and are implicitly associated with the authorized Organization:
Example: curl -H "Authorization: Bearer 098fb4187d8a5face" "https://api.mediagraph.io/api/assets/search?q=sunset"
Get versions for an Asset.
asset_id | integer Example: asset_id=49 Asset ID |
include_renditions | boolean Example: include_renditions=true Include list of downloadable sizes and formats |
[- {
- "id": 50,
- "asset_id": 49,
- "user_id": 518,
- "number": 2,
- "file_size": null,
- "width": null,
- "height": null,
- "filename": "aut.js",
- "ppi": null,
- "captured_at": null,
- "meta": null,
- "duration": null,
- "frame_rate": null,
- "md5": null,
- "ext": "js",
- "created_via": null,
- "previews_generated_at": null,
- "thumbs_count": null,
- "created_at": "2025-06-05T20:42:01.404Z",
- "updated_at": "2025-06-05T20:42:01.404Z",
- "thumb_url": null,
- "is_head": true,
- "aasm_state": "pending",
- "user": {
- "id": 518,
- "first_name": "Dannielle",
- "last_name": "Ruecker",
- "default_username": "marian",
- "confirmed_at": "2025-06-05T20:42:00.808Z",
- "created_at": "2025-06-05T20:42:00.809Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Dannielle Ruecker",
- "initials": "D R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 518
}, - "grid_url": null,
- "type": "Document",
- "mime_type": "text/javascript",
- "created_via_id": null,
- "created_via_meta": null,
- "is_version": true,
- "storage_folder_path": "quo-voluptatem1",
- "full_url": null,
- "renditions": [
- {
- "name": "original",
- "ext": "js"
}
]
}, - {
- "id": 49,
- "asset_id": 49,
- "user_id": 518,
- "number": 1,
- "file_size": null,
- "width": null,
- "height": null,
- "filename": "labore.jpg",
- "ppi": null,
- "captured_at": null,
- "meta": null,
- "duration": null,
- "frame_rate": null,
- "md5": null,
- "ext": "jpg",
- "created_via": null,
- "previews_generated_at": "2025-06-05T20:42:01.179Z",
- "thumbs_count": null,
- "created_at": "2025-06-05T20:42:00.998Z",
- "updated_at": "2025-06-05T20:42:01.180Z",
- "is_head": false,
- "aasm_state": "processed",
- "user": {
- "id": 518,
- "first_name": "Dannielle",
- "last_name": "Ruecker",
- "default_username": "marian",
- "confirmed_at": "2025-06-05T20:42:00.808Z",
- "created_at": "2025-06-05T20:42:00.809Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Dannielle Ruecker",
- "initials": "D R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 518
}, - "type": "Image",
- "mime_type": "image/jpeg",
- "created_via_id": null,
- "created_via_meta": null,
- "is_version": true,
- "storage_folder_path": "quo-voluptatem1",
- "renditions": [
- {
- "name": "original",
- "ext": "jpg"
}, - {
- "name": "full",
- "ext": "jpg",
- "watermarked": false
}, - {
- "name": "permalink",
- "display_name": "medium",
- "ext": "jpg",
- "watermarked": false
}, - {
- "name": "small",
- "ext": "jpg",
- "watermarked": false
}
]
}
]
Get version details for Asset using the Version number.
asset_id | integer Example: asset_id=50 Asset ID |
number | integer Example: number=2 Asset Data Version Number |
{- "id": 52,
- "asset_id": 50,
- "user_id": 531,
- "number": 2,
- "file_size": null,
- "width": null,
- "height": null,
- "filename": "fuga.ods",
- "ppi": null,
- "captured_at": null,
- "meta": null,
- "duration": null,
- "frame_rate": null,
- "md5": null,
- "ext": "ods",
- "created_via": null,
- "previews_generated_at": null,
- "thumbs_count": null,
- "created_at": "2025-06-05T20:42:02.491Z",
- "updated_at": "2025-06-05T20:42:02.491Z",
- "thumb_url": null,
- "is_head": true,
- "aasm_state": "pending",
- "user": {
- "id": 531,
- "first_name": "Lizzette",
- "last_name": "Ritchie",
- "default_username": "mitchell_crooks",
- "confirmed_at": "2025-06-05T20:42:02.116Z",
- "created_at": "2025-06-05T20:42:02.116Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Lizzette Ritchie",
- "initials": "L R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 531
}, - "grid_url": null,
- "type": "Document",
- "mime_type": "application/vnd.oasis.opendocument.spreadsheet",
- "created_via_id": null,
- "created_via_meta": null,
- "is_version": true,
- "storage_folder_path": "ut_molestiae2",
- "full_url": null
}
Searches all Assets you have access to in the Organization. POST is also supported for long lists e.g. Asset IDs.
page | integer Example: page=1 Current page of assets |
per_page | integer Default: 25 Number of assets per page (max 100) |
q | string Query text |
taxonomy_filter_mode | string Enum: "union" "intersection" Taxonomy Filter Mode |
gps | boolean Filter Assets containing GPS coordinates. |
bounds | string Example: bounds=36.49097449773101,-106.41286192187499,31.258707788122383,-120.37648496874999 Bounding box with format: ne_lat,ne_lon,sw_lat,sw_lon |
include_totals | boolean Include aggregate counts (aggs) in results |
as_filters | boolean Aggregate counts will be formatted as Filters |
include_renditions | boolean Include list of downloadable sizes and formats |
include_meta | boolean Include all IPTC, EXIF, and XMP metadata (exiftool compatible) |
ids | Array of integers Array of Asset IDs to include. |
guids | Array of strings Array of Asset GUIDs to include. |
upload_id | integer Upload |
upload_guid | string The GUID for the Upload session |
storage_folder_id | integer Storage folder |
omit_child_storage_folders | boolean Omit assets belonging to sub-level Storage Folders (top-level only) |
collection_id | integer Collection |
omit_child_collections | boolean Omit assets belonging to sub-level Collections (top-level only) |
lightbox_id | integer Lightbox |
omit_child_lightboxes | boolean Omit assets belonging to sub-level Lightboxes (top-level only) |
lightbox_folder_id | integer The ID of a Folder ("Bin") within a Lightbox. |
omit_child_lightbox_folders | boolean Omit assets belonging to sub-level Lightboxe Folders (top-level only) |
taxonomy | boolean Taxonomy |
hide_taxonomy | boolean Hide taxonomy |
tags | Array of strings Tags |
hide_tags | Array of strings Hide tags |
exts | Array of strings Exts |
has_people | string Enum: "yes" "no" "untagged" Has people |
has_alt_text | string Enum: "yes" "no" Has alt text |
file_size_range | string Enum: "<1" "1-10" "10-50" "50-100" ">100" File size range |
captured_at | Array of strings Example: captured_at=2021-06-11T21:35:49-07:00,2021-06-25T23:59:59-07:00 Captured At Range |
missing_captured_at | boolean Captured At Missing |
created_at | Array of strings Example: created_at=2021-06-11T21:35:49-07:00,2021-06-25T23:59:59-07:00 Created At Range |
updated_at | Array of strings Example: updated_at=2021-06-11T21:35:49-07:00,2021-06-25T23:59:59-07:00 Last Update Range |
snapshot_timestamp | integer Example: snapshot_timestamp=1625198149000 Timestamp (in milliseconds) to filter assets created before this time, used for consistent pagination |
aspect | string Enum: "square" "portrait" "landscape" "panorama" Aspect Ratio |
proximity_field | string Enum: "transcript" "description" "content" Proximity field |
proximity_word_1 | string Proximity word 1 |
proximity_word_2 | string Proximity word 2 |
proximity_max_gaps | integer Proximity max gaps |
rating | Array of integers[ items [ 0 .. 5 ] ] Rating range 0-5 (e.g. 'rating[]=3&rating[]=5'), or single value (e.g. 'rating=5') |
rights | Array of integers Array of Rights Package IDs (or 'missing') |
rights_code | Array of strings Array of Rights Codes |
user_ids | Array of integers User ids |
creator_tag_id | Array of integers Creator tag |
contracts | boolean Contracts |
releases | boolean Releases |
expired | boolean Expired |
submitted | boolean Submitted |
contract_asset_id | Array of integers Contract asset |
release_ids | Array of integers Release ids |
custom_meta | object Search Custom Meta Values by name, using an array for controlled vocabulary values, e.g. |
no_collections | boolean No collections |
contribution_id | integer View all Assets from a Contribution Request |
my_contribution_id | integer View my Assets from a Contribution Request |
upload_type | string Enum: "all" "group" "link" "lightbox" Upload type |
view_all | string Enum: "Collection" "Lightbox" View all |
optimization_request | string Enum: "none" "requested" "completed" Optimization Requests |
vote | integer [ -1 .. 1 ] Vote (Like / Dislike) |
sort | string Enum: "filename" "created_at" "captured_at" "file_size" "rating" "custom" Sort order, add '-asc' or '-desc' for direction |
sync | boolean Sets |
aasm_state | string Enum: "pending" "uploaded" "processing" "processed" "processing_error" Search by Asset processing state (must have Manage Asset permissions). Defaults to |
all_ids | boolean Return all Asset IDs in search results, un-paginated. |
{- "total_entries": 3,
- "total_display": null,
- "ids_in_selection": null,
- "filters": {
- "aspect": {
- "buckets": [
- {
- "key": "portrait",
- "from": 0,
- "to": 0.99,
- "doc_count": 0
}, - {
- "key": "square",
- "from": 0.999,
- "to": 1.001,
- "doc_count": 0
}, - {
- "key": "landscape",
- "from": 1.01,
- "to": 1.99,
- "doc_count": 0
}, - {
- "key": "panorama",
- "from": 2,
- "doc_count": 0
}
]
}, - "rating": {
- "doc_count_error_upper_bound": 0,
- "sum_other_doc_count": 0,
- "buckets": [
- {
- "key": 0,
- "doc_count": 3
}
]
}, - "visible_tag_names": {
- "doc_count_error_upper_bound": 0,
- "sum_other_doc_count": 0,
- "buckets": [ ],
- "display": "keywords"
}, - "created_at": {
- "buckets": [
- {
- "key": "Last Year",
- "from": 1704067200000,
- "from_as_string": "2024-01-01T00:00:00.000Z",
- "to": 1735689600000,
- "to_as_string": "2025-01-01T00:00:00.000Z",
- "doc_count": 0
}, - {
- "key": "This Year",
- "from": 1735689600000,
- "from_as_string": "2025-01-01T00:00:00.000Z",
- "to": 1749156126784,
- "to_as_string": "2025-06-05T20:42:06.784Z",
- "doc_count": 3
}, - {
- "key": "Last 30 Days",
- "from": 1746489600000,
- "from_as_string": "2025-05-06T00:00:00.000Z",
- "to": 1749156126784,
- "to_as_string": "2025-06-05T20:42:06.784Z",
- "doc_count": 3
}, - {
- "key": "Last 2 Weeks",
- "from": 1747872000000,
- "from_as_string": "2025-05-22T00:00:00.000Z",
- "to": 1749156126784,
- "to_as_string": "2025-06-05T20:42:06.784Z",
- "doc_count": 3
}, - {
- "key": "Today",
- "from": 1749081600000,
- "from_as_string": "2025-06-05T00:00:00.000Z",
- "to": 1749156126784,
- "to_as_string": "2025-06-05T20:42:06.784Z",
- "doc_count": 3
}
], - "display": "upload date",
- "captured_at": "capture date"
}, - "captured_at": {
- "buckets": [
- {
- "key": "Last Year",
- "from": 1704067200000,
- "from_as_string": "2024-01-01T00:00:00.000Z",
- "to": 1735689600000,
- "to_as_string": "2025-01-01T00:00:00.000Z",
- "doc_count": 0
}, - {
- "key": "This Year",
- "from": 1735689600000,
- "from_as_string": "2025-01-01T00:00:00.000Z",
- "to": 1749156126784,
- "to_as_string": "2025-06-05T20:42:06.784Z",
- "doc_count": 3
}, - {
- "key": "Last 30 Days",
- "from": 1746489600000,
- "from_as_string": "2025-05-06T00:00:00.000Z",
- "to": 1749156126784,
- "to_as_string": "2025-06-05T20:42:06.784Z",
- "doc_count": 3
}, - {
- "key": "Last 2 Weeks",
- "from": 1747872000000,
- "from_as_string": "2025-05-22T00:00:00.000Z",
- "to": 1749156126784,
- "to_as_string": "2025-06-05T20:42:06.784Z",
- "doc_count": 3
}, - {
- "key": "Today",
- "from": 1749081600000,
- "from_as_string": "2025-06-05T00:00:00.000Z",
- "to": 1749156126784,
- "to_as_string": "2025-06-05T20:42:06.784Z",
- "doc_count": 0
}
]
}, - "rights_code": {
- "display": "rights status",
- "buckets": [
- {
- "key": "owned",
- "key_as_string": "Owned by Organization",
- "doc_count": 1
}, - {
- "key": "some",
- "key_as_string": "Limited Use",
- "doc_count": 1
}
]
}, - "custom_meta": [
- {
- "display": "Custom Meta Field 7",
- "multi": false,
- "buckets": [ ]
}, - {
- "display": "Custom Meta Field 9",
- "multi": true,
- "buckets": [ ]
}, - {
- "display": "Custom Meta Field 10",
- "multi": true,
- "buckets": [
- {
- "key": "Pasta with Tomato and Basil 7",
- "doc_count": 1
}
]
}
], - "has_people": {
- "buckets": [
- {
- "key": "yes",
- "doc_count": 1
}, - {
- "key": "no",
- "doc_count": 1
}, - {
- "key": "untagged",
- "doc_count": 1
}
]
}, - "optimization_request": {
- "buckets": [
- {
- "key": "requested",
- "doc_count": 0
}, - {
- "key": "completed",
- "doc_count": 0
}
]
}, - "vote": {
- "display": "likes",
- "buckets": [
- {
- "key": 1,
- "doc_count": 0,
- "key_as_string": "likes"
}, - {
- "key": -1,
- "doc_count": 1,
- "key_as_string": "dislikes"
}
]
}, - "rights_package_id": {
- "buckets": [
- {
- "key": 337,
- "key_as_string": "Owned by Organization",
- "doc_count": 1,
- "parent": "Owned by Organization"
}, - {
- "key": 339,
- "key_as_string": "Limited Use",
- "doc_count": 1,
- "parent": "Limited Use"
}
], - "display": "rights package"
}, - "user_id": {
- "buckets": [
], - "display": "uploaded by"
}
}, - "all_asset_counts": {
- "Collection": 0,
- "NoCollection": 3,
- "Lightbox": 0
}, - "assets": [
- {
- "id": 53,
- "filename": "et.jpg",
- "file_size": null,
- "guid": "a5b5ad5d-49ff-4be5-b405-1a7885aa574b",
- "short_guid": "a5b5ad5d",
- "type": "Image",
- "ext": "jpg",
- "duration": null,
- "md5": null,
- "mime_type": "image/jpeg",
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "expired": false,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": null,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": null,
- "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Image",
- "downloadable_previews": true,
- "block_level": 0,
- "rights_package_block_level": 0,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": true,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "organization_id": 43,
- "has_alpha": false,
- "downloadable": true,
- "original_downloadable": null,
- "editable": true,
- "manageable": true,
- "rights_editable": null,
- "rights_manageable": null,
- "taggable": true,
- "description_editable": null,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 53,
- "user_id": 552,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-06-05T20:42:05.149Z",
- "updated_at": "2025-06-05T20:42:05.534Z",
- "s3_upload_id": null,
- "s3_upload_key": "43/dbc69263/a5b5ad5d-49ff-4be5-b405-1a7885aa574b-et.jpg",
- "time_to_process": 0,
- "captured_at": "2025-06-04T20:42:05.145Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": 339,
- "submitted_at": "2025-06-05T08:42:05.145Z",
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": null,
- "auto_tags_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "na",
- "faces_searched_at": null,
- "bedrock_retrieved_at": null,
- "custom_meta_values": [
- {
- "id": 10,
- "text": "Pasta with Tomato and Basil 7",
- "color_label": null,
- "date": null,
- "custom_meta_field_id": 50
}
], - "user": {
- "id": 552,
- "first_name": "Jospeh",
- "last_name": "Huel",
- "created_at": "2025-06-05T20:42:04.719Z",
- "default_username": "wiltonhintz",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Jospeh Huel",
- "initials": "J H",
- "username": null,
- "title": null,
- "user_id": 552,
- "lang": null,
- "notify_new_membership_requests": null
}, - "rights_status": "some",
- "rights_status_name": "Limited Use",
- "rights_status_description": "Org has some rights to the object as spelled out in a rights agreement",
- "creator_tag": null,
- "storage_folder_path": "ipsam_accusamus5",
- "tags": [ ],
- "renditions": [
- {
- "name": "original",
- "ext": "jpg"
}, - {
- "name": "full",
- "ext": "jpg",
- "watermarked": false
}, - {
- "name": "permalink",
- "display_name": "medium",
- "ext": "jpg",
- "watermarked": false
}, - {
- "name": "small",
- "ext": "jpg",
- "watermarked": false
}
], - "meta": {
- "xmp": {
- "documentId": "a5b5ad5d-49ff-4be5-b405-1a7885aa574b",
- "originalDocumentId": null,
- "iccProfileDescription": null,
- "instanceId": 55,
- "headline": null,
- "credit": null,
- "city": null,
- "countryName": null,
- "provinceState": null
}, - "exif": {
- "width": null,
- "height": null,
- "dateTimeOriginal": null,
- "cameraModel": null,
- "orientation": null,
- "exposureTime": null,
- "apertureValue": null,
- "isoSpeedRatings": null,
- "colorSpace": null,
- "resolution": null
}, - "iptc": {
- "copyrightNotice": null,
- "caption": null,
- "instructions": null,
- "captionWriter": null,
- "headline": null,
- "credit": null,
- "city": null,
- "countryName": null,
- "provinceState": null
}, - "custom": {
- "Custom Meta Field 10": [
- "Pasta with Tomato and Basil 7"
]
}, - "others": { }
},
}, - {
- "id": 52,
- "filename": "architecto.txt",
- "file_size": null,
- "guid": "329eef3e-9c79-446d-84c0-ad07d5a53e14",
- "short_guid": "329eef3e",
- "type": "Text",
- "ext": "txt",
- "duration": null,
- "md5": null,
- "mime_type": "text/plain",
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "expired": null,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": false,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": {
- "value": -1,
- "created_at": "2025-06-05T20:42:05.502Z",
- "updated_at": "2025-06-05T20:42:05.502Z"
}, - "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Text",
- "downloadable_previews": true,
- "block_level": 0,
- "rights_package_block_level": null,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": true,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "organization_id": 43,
- "has_alpha": false,
- "downloadable": true,
- "original_downloadable": null,
- "editable": true,
- "manageable": true,
- "rights_editable": null,
- "rights_manageable": null,
- "taggable": true,
- "description_editable": null,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 52,
- "user_id": 548,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-06-05T20:42:04.331Z",
- "updated_at": "2025-06-05T20:42:05.613Z",
- "s3_upload_id": null,
- "s3_upload_key": "43/9ac6bd8d/329eef3e-9c79-446d-84c0-ad07d5a53e14-architecto.txt",
- "time_to_process": 0,
- "captured_at": "2025-06-04T20:42:04.327Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": null,
- "submitted_at": "2025-06-05T08:42:04.327Z",
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": null,
- "auto_tags_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "na",
- "faces_searched_at": null,
- "bedrock_retrieved_at": null,
- "custom_meta_values": [ ],
- "user": {
- "id": 548,
- "first_name": "Emilio",
- "last_name": "Douglas",
- "created_at": "2025-06-05T20:42:03.935Z",
- "default_username": "lee",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Emilio Douglas",
- "initials": "E D",
- "username": null,
- "title": null,
- "user_id": 548,
- "lang": null,
- "notify_new_membership_requests": null
}, - "creator_tag": null,
- "storage_folder_path": "sunt-quasi4",
- "tags": [ ],
- "renditions": [
- {
- "name": "original",
- "ext": "txt"
}, - {
- "name": "full",
- "ext": "jpg",
- "watermarked": false
}, - {
- "name": "permalink",
- "display_name": "medium",
- "ext": "jpg",
- "watermarked": false
}, - {
- "name": "small",
- "ext": "jpg",
- "watermarked": false
}
], - "meta": {
- "xmp": {
- "documentId": "329eef3e-9c79-446d-84c0-ad07d5a53e14",
- "originalDocumentId": null,
- "iccProfileDescription": null,
- "instanceId": 54,
- "headline": null,
- "credit": null,
- "city": null,
- "countryName": null,
- "provinceState": null
}, - "exif": {
- "width": null,
- "height": null,
- "dateTimeOriginal": null,
- "cameraModel": null,
- "orientation": null,
- "exposureTime": null,
- "apertureValue": null,
- "isoSpeedRatings": null,
- "colorSpace": null,
- "resolution": null
}, - "iptc": {
- "copyrightNotice": null,
- "caption": null,
- "instructions": null,
- "captionWriter": null,
- "headline": null,
- "credit": null,
- "city": null,
- "countryName": null,
- "provinceState": null
}, - "custom": { },
- "others": { }
},
}, - {
- "id": 51,
- "filename": "similique.jpg",
- "file_size": null,
- "guid": "9f82d85a-dd21-417a-bf79-7ab8d6a2c2f1",
- "short_guid": "9f82d85a",
- "type": "Image",
- "ext": "jpg",
- "duration": null,
- "md5": null,
- "mime_type": "image/jpeg",
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "expired": false,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": true,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": {
- "value": 1,
- "created_at": "2025-06-05T20:42:05.496Z",
- "updated_at": "2025-06-05T20:42:05.496Z"
}, - "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Image",
- "downloadable_previews": true,
- "block_level": 0,
- "rights_package_block_level": 0,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": true,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "organization_id": 43,
- "has_alpha": false,
- "downloadable": true,
- "original_downloadable": null,
- "editable": true,
- "manageable": true,
- "rights_editable": null,
- "rights_manageable": null,
- "taggable": true,
- "description_editable": null,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 51,
- "user_id": 544,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-06-05T20:42:03.572Z",
- "updated_at": "2025-06-05T20:42:03.580Z",
- "s3_upload_id": null,
- "s3_upload_key": "43/9e49092a/9f82d85a-dd21-417a-bf79-7ab8d6a2c2f1-similique.jpg",
- "time_to_process": 0,
- "captured_at": "2025-06-04T20:42:03.570Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": 337,
- "submitted_at": "2025-06-05T08:42:03.570Z",
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": null,
- "auto_tags_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "na",
- "faces_searched_at": null,
- "bedrock_retrieved_at": null,
- "custom_meta_values": [ ],
- "user": {
- "id": 544,
- "first_name": "Peter",
- "last_name": "Wisozk",
- "created_at": "2025-06-05T20:42:03.361Z",
- "default_username": "laurice_pagac",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Peter Wisozk",
- "initials": "P W",
- "username": null,
- "title": null,
- "user_id": 544,
- "lang": null,
- "notify_new_membership_requests": null
}, - "rights_status": "owned",
- "rights_status_name": "Owned by Organization",
- "rights_status_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "creator_tag": null,
- "storage_folder_path": "error_quod3",
- "tags": [ ],
- "renditions": [
- {
- "name": "original",
- "ext": "jpg"
}, - {
- "name": "full",
- "ext": "jpg",
- "watermarked": false
}, - {
- "name": "permalink",
- "display_name": "medium",
- "ext": "jpg",
- "watermarked": false
}, - {
- "name": "small",
- "ext": "jpg",
- "watermarked": false
}
], - "meta": {
- "xmp": {
- "documentId": "9f82d85a-dd21-417a-bf79-7ab8d6a2c2f1",
- "originalDocumentId": null,
- "iccProfileDescription": null,
- "instanceId": 53,
- "headline": null,
- "credit": null,
- "city": null,
- "countryName": null,
- "provinceState": null
}, - "exif": {
- "width": null,
- "height": null,
- "dateTimeOriginal": null,
- "cameraModel": null,
- "orientation": null,
- "exposureTime": null,
- "apertureValue": null,
- "isoSpeedRatings": null,
- "colorSpace": null,
- "resolution": null
}, - "iptc": {
- "copyrightNotice": null,
- "caption": null,
- "instructions": null,
- "captionWriter": null,
- "headline": null,
- "credit": null,
- "city": null,
- "countryName": null,
- "provinceState": null
}, - "custom": { },
- "others": { }
},
}
]
}
Get the asset details. ID can also be the Asset GUID.
id required | integer |
sync | boolean Sets |
include_renditions | boolean Default: false Include renditions |
{- "id": 69,
- "filename": "dolor.jpg",
- "file_size": null,
- "guid": "b63ae065-9d7f-43c2-b955-f2fd7eec015b",
- "short_guid": "b63ae065",
- "type": "Image",
- "ext": "jpg",
- "duration": null,
- "md5": null,
- "mime_type": "image/jpeg",
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "expired": false,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": true,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": {
- "value": 1,
- "created_at": "2025-06-05T20:42:24.377Z",
- "updated_at": "2025-06-05T20:42:24.377Z"
}, - "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Image",
- "downloadable_previews": true,
- "block_level": 0,
- "rights_package_block_level": 0,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": true,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "organization_id": 48,
- "has_alpha": false,
- "downloadable": true,
- "original_downloadable": true,
- "editable": true,
- "manageable": true,
- "rights_editable": true,
- "rights_manageable": true,
- "taggable": true,
- "description_editable": true,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 69,
- "user_id": 667,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-06-05T20:42:23.246Z",
- "updated_at": "2025-06-05T20:42:23.252Z",
- "s3_upload_id": null,
- "s3_upload_key": "48/cb3fb943/b63ae065-9d7f-43c2-b955-f2fd7eec015b-dolor.jpg",
- "time_to_process": 0,
- "captured_at": "2025-06-04T20:42:23.244Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": 377,
- "submitted_at": "2025-06-05T08:42:23.244Z",
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": "2025-06-05T20:42:24.409Z",
- "auto_tags_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "na",
- "faces_searched_at": null,
- "bedrock_retrieved_at": null,
- "custom_meta_values": [ ],
- "user": {
- "id": 667,
- "first_name": "Destiny",
- "last_name": "Keebler",
- "created_at": "2025-06-05T20:42:23.068Z",
- "default_username": "cleta",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Destiny Keebler",
- "initials": "D K",
- "username": null,
- "title": null,
- "user_id": 667,
- "lang": null,
- "notify_new_membership_requests": null
}, - "rights_status": "owned",
- "rights_status_name": "Owned by Organization",
- "rights_status_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "creator_tag": null,
- "storage_folder_path": "sunt_nemo23",
- "tags": [ ],
- "renditions": [
- {
- "name": "original",
- "ext": "jpg"
}, - {
- "name": "full",
- "ext": "jpg",
- "watermarked": false
}, - {
- "name": "permalink",
- "display_name": "medium",
- "ext": "jpg",
- "watermarked": false
}, - {
- "name": "small",
- "ext": "jpg",
- "watermarked": false
}
], - "aspect": null,
- "transcript": null,
- "transcript_version": null,
- "vtt_url": null,
- "transcript_output_json_url": null,
- "has_ocr_content": null,
- "description_writer": null,
- "country_code": null,
- "iptc_event_id": null,
- "organization_in_image_name": null,
- "extended_description": null,
- "iptc_job_id": null,
- "intellectual_genre": null,
- "scene": null,
- "subject_code": null,
- "instructions": null,
- "iptc_rights": null,
- "web_statement": null,
- "model_release_status": null,
- "property_release_status": null,
- "authors_position": null,
- "iptc_source": null,
- "copyright_owner": null,
- "iptc_dig_image_guid": null,
- "image_supplier": null,
- "iptc_image_supplier_image_id": null,
- "licensor": null,
- "addl_model_info": null,
- "iptc_model_release_id": null,
- "model_age": null,
- "minor_model_age_disclosure": null,
- "iptc_property_release_id": null,
- "product_in_image": null,
- "artwork_or_object": null,
- "data_versions_count": 1,
- "trashed_by": null,
- "creator_contact_info": null,
- "auto_tags_count": 0,
- "checked_in_at": null,
- "checkout_integration": null,
- "bedrock_prompt": null,
- "bedrock_data": null,
- "downloads_count": 0,
- "views_count": 1,
- "up_votes_count": 1,
- "down_votes_count": 0,
- "pdf_url": false,
- "meta_structs": [ ],
- "links": [ ],
- "download_sizes": [
- "original",
- "full",
- "medium",
- "small"
], - "storage_folder": {
- "id": 2338,
- "created_at": "2025-06-05T20:42:23.233Z",
- "name": "Raphael23",
- "description": "Quo facere eum. Quia qui maxime. Natus praesentium inventore.",
- "slug": "sunt_nemo23",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Raphael23"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "sunt_nemo23"
], - "asset_group_id": 2338,
- "has_workflow_steps": false,
- "contribution_id": 1430,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 670,
- "first_name": "Bobbie",
- "last_name": "Hamill",
- "created_at": "2025-06-05T20:42:23.160Z",
- "default_username": "sherry_douglas",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Bobbie Hamill",
- "initials": "B H",
- "username": null,
- "title": null,
- "user_id": 670,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 377,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 658,
- "first_name": "Rogelio",
- "last_name": "Nikolaus",
- "default_username": "yukkuphal",
- "confirmed_at": "2025-06-05T20:42:22.519Z",
- "created_at": "2025-06-05T20:42:22.520Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Rogelio Nikolaus",
- "initials": "R N",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 658
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:22.609Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 378,
- "name": "Unlimited Use",
- "rights_class": "unlimited",
- "rights_class_name": "Unlimited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "user": {
- "id": 658,
- "first_name": "Rogelio",
- "last_name": "Nikolaus",
- "default_username": "yukkuphal",
- "confirmed_at": "2025-06-05T20:42:22.519Z",
- "created_at": "2025-06-05T20:42:22.520Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Rogelio Nikolaus",
- "initials": "R N",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 658
}, - "rights_class_description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:22.611Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 379,
- "name": "Limited Use",
- "rights_class": "some",
- "rights_class_name": "Limited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has some rights to the object as spelled out in a rights agreement",
- "user": {
- "id": 658,
- "first_name": "Rogelio",
- "last_name": "Nikolaus",
- "default_username": "yukkuphal",
- "confirmed_at": "2025-06-05T20:42:22.519Z",
- "created_at": "2025-06-05T20:42:22.520Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Rogelio Nikolaus",
- "initials": "R N",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 658
}, - "rights_class_description": "Org has some rights to the object as spelled out in a rights agreement",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:22.612Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 380,
- "name": "Library Rights Only",
- "rights_class": "library",
- "rights_class_name": "Library Rights Only",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "user": {
- "id": 658,
- "first_name": "Rogelio",
- "last_name": "Nikolaus",
- "default_username": "yukkuphal",
- "confirmed_at": "2025-06-05T20:42:22.519Z",
- "created_at": "2025-06-05T20:42:22.520Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Rogelio Nikolaus",
- "initials": "R N",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 658
}, - "rights_class_description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:22.614Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 381,
- "name": "No Rights",
- "rights_class": "none",
- "rights_class_name": "No Rights",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "user": {
- "id": 658,
- "first_name": "Rogelio",
- "last_name": "Nikolaus",
- "default_username": "yukkuphal",
- "confirmed_at": "2025-06-05T20:42:22.519Z",
- "created_at": "2025-06-05T20:42:22.520Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Rogelio Nikolaus",
- "initials": "R N",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 658
}, - "rights_class_description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:22.616Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 382,
- "name": "Rights Unknown (Haven’t Searched)",
- "rights_class": "unknown_no_search",
- "rights_class_name": "Rights Unknown (Haven’t Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "user": {
- "id": 658,
- "first_name": "Rogelio",
- "last_name": "Nikolaus",
- "default_username": "yukkuphal",
- "confirmed_at": "2025-06-05T20:42:22.519Z",
- "created_at": "2025-06-05T20:42:22.520Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Rogelio Nikolaus",
- "initials": "R N",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 658
}, - "rights_class_description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:22.617Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 383,
- "name": "Rights Unknown (Have Searched)",
- "rights_class": "unknown_searched",
- "rights_class_name": "Rights Unknown (Have Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "user": {
- "id": 658,
- "first_name": "Rogelio",
- "last_name": "Nikolaus",
- "default_username": "yukkuphal",
- "confirmed_at": "2025-06-05T20:42:22.519Z",
- "created_at": "2025-06-05T20:42:22.520Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Rogelio Nikolaus",
- "initials": "R N",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 658
}, - "rights_class_description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:22.619Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 384,
- "name": "Unassigned",
- "rights_class": "unassigned",
- "rights_class_name": "Unassigned",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "user": {
- "id": 658,
- "first_name": "Rogelio",
- "last_name": "Nikolaus",
- "default_username": "yukkuphal",
- "confirmed_at": "2025-06-05T20:42:22.519Z",
- "created_at": "2025-06-05T20:42:22.520Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Rogelio Nikolaus",
- "initials": "R N",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 658
}, - "rights_class_description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:22.620Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}
], - "rights_package": {
- "id": 377,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 658,
- "first_name": "Rogelio",
- "last_name": "Nikolaus",
- "default_username": "yukkuphal",
- "confirmed_at": "2025-06-05T20:42:22.519Z",
- "created_at": "2025-06-05T20:42:22.520Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Rogelio Nikolaus",
- "initials": "R N",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 658
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:22.609Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true,
- "contracts": [ ]
}, - "upload": {
- "id": 69,
- "user_id": 668,
- "guid": "cb3fb943",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2025-06-05T20:42:23.242Z",
- "updated_at": "2025-06-05T20:42:23.242Z",
- "current_assets_count": 1,
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 1431,
- "agreed_at": null,
- "creator": null,
- "other_creator": null,
- "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_packages_met": true,
- "creator_tags_met": true,
- "unmet_tag_suggester_ids": [ ],
- "contribution": {
- "enabled": true,
- "id": 1431,
- "name": "nostrum",
- "text": "Voluptatibus sequi totam. Odit repudiandae tempora. Similique eius sit.",
- "featured": true,
- "slug": "quaerat_repellendus",
- "storage_folder_id": 2338,
- "auto_approve": false,
- "auto_add": false,
- "asset_group_id": null,
- "enable_comprehensive_tagging": false,
- "request_people_tags": false,
- "enable_tag_suggester": false,
- "enable_quick_upload": false,
- "create_place_name_tags": false,
- "created_at": "2025-06-05T20:42:23.241Z",
- "updated_at": "2025-06-05T20:42:23.241Z",
- "rights_package_ids": [ ],
- "require_rights_package": false,
- "require_creator_tag": false,
- "uploads_count": 1,
- "assets_count": 1,
- "user_assets_count": 0,
- "type": "link",
- "is_public": false,
- "notify_emails": [ ],
- "notify_copy": null,
- "membership_ids": [ ],
- "contribution_memberships_count": 0,
- "enable_public": false,
- "to_param": "1431-nostrum",
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 2338,
- "created_at": "2025-06-05T20:42:23.233Z",
- "name": "Raphael23",
- "description": "Quo facere eum. Quia qui maxime. Natus praesentium inventore.",
- "slug": "sunt_nemo23",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Raphael23"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "sunt_nemo23"
], - "asset_group_id": 2338,
- "has_workflow_steps": false,
- "contribution_id": 1430,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 670,
- "first_name": "Bobbie",
- "last_name": "Hamill",
- "created_at": "2025-06-05T20:42:23.160Z",
- "default_username": "sherry_douglas",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Bobbie Hamill",
- "initials": "B H",
- "username": null,
- "title": null,
- "user_id": 670,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 0
}, - "user": {
- "id": 668,
- "first_name": "Bethel",
- "last_name": "Schultz",
- "created_at": "2025-06-05T20:42:23.151Z",
- "default_username": "byronreichel",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Bethel Schultz",
- "initials": "B S",
- "username": null,
- "title": null,
- "user_id": 668,
- "lang": null,
- "notify_new_membership_requests": null
}
}, - "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_package_met": true,
- "creator_tag_met": true,
- "unmet_tag_suggester_ids": [ ],
- "collective_work_ids": [ ]
}
id required | integer |
object | |
sync | boolean Sets |
{- "asset": {
- "description": "Updated Description.",
- "add_tag_names": [
- "string"
], - "add_tags_with_commas": "string",
- "remove_tag_names": [
- "string"
], - "replace_tag_names": [
- "New Tag 1",
- "New Tag 2"
], - "remove_links": [
- "string"
], - "filename": "string",
- "rating": 5,
- "creator": [
- "string"
], - "description_writer": "string",
- "usage_terms": "string",
- "title": "string",
- "headline": "string",
- "alt_text": "string",
- "captured_at": null,
- "has_people": true,
- "country": "string",
- "state": "string",
- "city": "string",
- "sublocation": "string",
- "country_code": "string",
- "event": "string",
- "iptc_event_id": [
- "string"
], - "organization_in_image_name": [
- "string"
], - "extended_description": "string",
- "iptc_job_id": "string",
- "intellectual_genre": "string",
- "scene": [
- "string"
], - "subject_code": [
- "string"
], - "credit_line": "string",
- "instructions": "string",
- "iptc_rights": "string",
- "web_statement": "string",
- "model_release_status": "string",
- "property_release_status": "string",
- "authors_position": "string",
- "iptc_source": "string",
- "copyright_owner": {
- "copyright_owner_name": [
- "string"
], - "copyright_owner_id": [
- "string"
]
}, - "iptc_dig_image_guid": "string",
- "image_supplier": {
- "image_supplier_name": [
- "string"
], - "image_supplier_id": [
- "string"
]
}, - "iptc_image_supplier_image_id": "string",
- "licensor": {
- "licensor_name": [
- "string"
], - "licensor_id": [
- "string"
], - "licensor_email": [
- "string"
], - "licensor_url": [
- "string"
], - "licensor_street_address": [
- "string"
], - "licensor_city": [
- "string"
], - "licensor_postal_code": [
- "string"
], - "licensor_region": [
- "string"
], - "licensor_country": [
- "string"
], - "licensor_extended_address": [
- "string"
], - "licensor_telephone1": [
- "string"
], - "licensor_telephone2": [
- "string"
], - "licensor_telephone_type1": [
- "string"
], - "licensor_telephone_type2": [
- "string"
]
}, - "addl_model_info": "string",
- "iptc_model_release_id": [
- "string"
], - "model_age": [
- "string"
], - "minor_model_age_disclosure": "string",
- "iptc_property_release_id": [
- "string"
], - "product_in_image": {
- "product_name": [
- "string"
], - "product_description": [
- "string"
], - "product_gtin": [
- "string"
], - "product_sku": [
- "string"
]
}, - "artwork_or_object": {
- "ao_title": [
- "string"
], - "ao_circa_date_created": [
- "string"
], - "ao_content_description": [
- "string"
], - "ao_contribution_description": [
- "string"
], - "ao_copyright_notice": [
- "string"
], - "ao_creator": [
- "string"
], - "ao_creator_id": [
- "string"
], - "ao_current_copyright_owner_id": [
- "string"
], - "ao_current_licensor_id": [
- "string"
], - "ao_current_licensor_name": [
- "string"
], - "ao_date_created": [
- "string"
], - "ao_physical_description": [
- "string"
], - "ao_source": [
- "string"
], - "ao_source_inventory_number": [
- "string"
], - "ao_source_inventory_url": [
- "string"
], - "ao_style_period": [
- "string"
]
}, - "latitude": 0,
- "longitude": 0,
- "rights_package_id": 0,
- "rights_status": "owned",
- "contract": true,
- "release": true,
- "custom_meta": {
- "Custom Meta Field 40": "Pork Sausage Roll",
- "Custom Meta Field 41": [
- "Pork Belly Buns 33"
]
}, - "block_level": 0
}, - "sync": true
}
{- "id": 81,
- "filename": "qui.jpg",
- "file_size": null,
- "guid": "a71a307a-db0e-4c42-8974-ce57e305799a",
- "short_guid": "a71a307a",
- "type": "Image",
- "ext": "jpg",
- "duration": null,
- "md5": null,
- "mime_type": "image/jpeg",
- "description": "Updated Description.",
- "width": null,
- "height": null,
- "ppi": null,
- "expired": false,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": true,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": {
- "value": 1,
- "created_at": "2025-06-05T20:42:32.284Z",
- "updated_at": "2025-06-05T20:42:32.284Z"
}, - "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Image",
- "downloadable_previews": true,
- "block_level": 0,
- "rights_package_block_level": 0,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": true,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "organization_id": 52,
- "has_alpha": false,
- "downloadable": true,
- "original_downloadable": true,
- "editable": true,
- "manageable": true,
- "rights_editable": true,
- "rights_manageable": true,
- "taggable": true,
- "description_editable": true,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 81,
- "user_id": 751,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-06-05T20:42:31.215Z",
- "updated_at": "2025-06-05T20:42:32.934Z",
- "s3_upload_id": null,
- "s3_upload_key": "52/69b0ade6/a71a307a-db0e-4c42-8974-ce57e305799a-qui.jpg",
- "time_to_process": 0,
- "captured_at": "2025-06-04T20:42:31.214Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": 409,
- "submitted_at": "2025-06-05T08:42:31.214Z",
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": "2025-06-05T20:42:33.737Z",
- "auto_tags_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "na",
- "faces_searched_at": null,
- "bedrock_retrieved_at": null,
- "custom_meta_values": [
- {
- "id": 36,
- "text": "Pork Belly Buns 33",
- "color_label": null,
- "date": null,
- "custom_meta_field_id": 81
}, - {
- "id": 38,
- "text": "Pork Sausage Roll",
- "color_label": null,
- "date": null,
- "custom_meta_field_id": 80
}
], - "user": {
- "id": 751,
- "first_name": "Myong",
- "last_name": "Considine",
- "created_at": "2025-06-05T20:42:31.054Z",
- "default_username": "brady",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Myong Considine",
- "initials": "M C",
- "username": null,
- "title": null,
- "user_id": 751,
- "lang": null,
- "notify_new_membership_requests": null
}, - "rights_status": "owned",
- "rights_status_name": "Owned by Organization",
- "rights_status_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "creator_tag": null,
- "storage_folder_path": "expedita_explicabo35",
- "tags": [
- {
- "id": 2,
- "name": "New Tag 1",
- "description": null,
- "link": null,
- "list": "visible",
- "tag_id": 2,
- "tagged_at": "2025-06-05T20:42:32.870Z",
- "tag_updated_at": "2025-06-05T20:42:32.878Z",
- "sub_type": "keyword",
- "date_start": null,
- "date_end": null,
- "location_country": null,
- "location_country_code": null,
- "location_state": null,
- "location_city": null,
- "location_name": null,
- "is_lead_tag": false,
- "lead_tag_id": null,
- "synonym_names": [ ],
- "thumb_url": null,
- "in_taxonomy": false
}, - {
- "id": 3,
- "name": "New Tag 2",
- "description": null,
- "link": null,
- "list": "visible",
- "tag_id": 3,
- "tagged_at": "2025-06-05T20:42:32.894Z",
- "tag_updated_at": "2025-06-05T20:42:32.901Z",
- "sub_type": "keyword",
- "date_start": null,
- "date_end": null,
- "location_country": null,
- "location_country_code": null,
- "location_state": null,
- "location_city": null,
- "location_name": null,
- "is_lead_tag": false,
- "lead_tag_id": null,
- "synonym_names": [ ],
- "thumb_url": null,
- "in_taxonomy": false
}
], - "aspect": null,
- "transcript": null,
- "transcript_version": null,
- "vtt_url": null,
- "transcript_output_json_url": null,
- "has_ocr_content": null,
- "description_writer": null,
- "country_code": null,
- "iptc_event_id": null,
- "organization_in_image_name": null,
- "extended_description": null,
- "iptc_job_id": null,
- "intellectual_genre": null,
- "scene": null,
- "subject_code": null,
- "instructions": null,
- "iptc_rights": null,
- "web_statement": null,
- "model_release_status": null,
- "property_release_status": null,
- "authors_position": null,
- "iptc_source": null,
- "copyright_owner": null,
- "iptc_dig_image_guid": null,
- "image_supplier": null,
- "iptc_image_supplier_image_id": null,
- "licensor": null,
- "addl_model_info": null,
- "iptc_model_release_id": null,
- "model_age": null,
- "minor_model_age_disclosure": null,
- "iptc_property_release_id": null,
- "product_in_image": null,
- "artwork_or_object": null,
- "data_versions_count": 1,
- "trashed_by": null,
- "creator_contact_info": null,
- "auto_tags_count": 0,
- "checked_in_at": null,
- "checkout_integration": null,
- "bedrock_prompt": null,
- "bedrock_data": null,
- "downloads_count": 0,
- "views_count": 0,
- "up_votes_count": 1,
- "down_votes_count": 0,
- "pdf_url": false,
- "meta_structs": [ ],
- "links": [
- {
- "id": 2,
- "created_at": "2025-06-05T20:42:32.845Z",
- "title": "Mediagraph",
- "image": null,
- "description": null,
- "author": null,
- "spidered_at": "2025-06-05T20:42:33.572Z",
- "meta_error": null
}
], - "download_sizes": [
- "original",
- "full",
- "medium",
- "small"
], - "storage_folder": {
- "id": 2586,
- "created_at": "2025-06-05T20:42:31.201Z",
- "name": "Dali35",
- "description": "Ut saepe repellat. Minus cumque voluptate. Dolores aliquid distinctio.",
- "slug": "expedita_explicabo35",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Dali35"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "expedita_explicabo35"
], - "asset_group_id": 2586,
- "has_workflow_steps": false,
- "contribution_id": 1590,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 754,
- "first_name": "Forrest",
- "last_name": "Rohan",
- "created_at": "2025-06-05T20:42:31.130Z",
- "default_username": "blairtowne",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Forrest Rohan",
- "initials": "F R",
- "username": null,
- "title": null,
- "user_id": 754,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 409,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 742,
- "first_name": "Damian",
- "last_name": "Dickens",
- "default_username": "geraldocollins",
- "confirmed_at": "2025-06-05T20:42:30.532Z",
- "created_at": "2025-06-05T20:42:30.533Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Damian Dickens",
- "initials": "D D",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 742
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:30.627Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 410,
- "name": "Unlimited Use",
- "rights_class": "unlimited",
- "rights_class_name": "Unlimited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "user": {
- "id": 742,
- "first_name": "Damian",
- "last_name": "Dickens",
- "default_username": "geraldocollins",
- "confirmed_at": "2025-06-05T20:42:30.532Z",
- "created_at": "2025-06-05T20:42:30.533Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Damian Dickens",
- "initials": "D D",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 742
}, - "rights_class_description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:30.629Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 411,
- "name": "Limited Use",
- "rights_class": "some",
- "rights_class_name": "Limited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has some rights to the object as spelled out in a rights agreement",
- "user": {
- "id": 742,
- "first_name": "Damian",
- "last_name": "Dickens",
- "default_username": "geraldocollins",
- "confirmed_at": "2025-06-05T20:42:30.532Z",
- "created_at": "2025-06-05T20:42:30.533Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Damian Dickens",
- "initials": "D D",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 742
}, - "rights_class_description": "Org has some rights to the object as spelled out in a rights agreement",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:30.631Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 412,
- "name": "Library Rights Only",
- "rights_class": "library",
- "rights_class_name": "Library Rights Only",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "user": {
- "id": 742,
- "first_name": "Damian",
- "last_name": "Dickens",
- "default_username": "geraldocollins",
- "confirmed_at": "2025-06-05T20:42:30.532Z",
- "created_at": "2025-06-05T20:42:30.533Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Damian Dickens",
- "initials": "D D",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 742
}, - "rights_class_description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:30.633Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 413,
- "name": "No Rights",
- "rights_class": "none",
- "rights_class_name": "No Rights",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "user": {
- "id": 742,
- "first_name": "Damian",
- "last_name": "Dickens",
- "default_username": "geraldocollins",
- "confirmed_at": "2025-06-05T20:42:30.532Z",
- "created_at": "2025-06-05T20:42:30.533Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Damian Dickens",
- "initials": "D D",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 742
}, - "rights_class_description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:30.634Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 414,
- "name": "Rights Unknown (Haven’t Searched)",
- "rights_class": "unknown_no_search",
- "rights_class_name": "Rights Unknown (Haven’t Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "user": {
- "id": 742,
- "first_name": "Damian",
- "last_name": "Dickens",
- "default_username": "geraldocollins",
- "confirmed_at": "2025-06-05T20:42:30.532Z",
- "created_at": "2025-06-05T20:42:30.533Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Damian Dickens",
- "initials": "D D",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 742
}, - "rights_class_description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:30.636Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 415,
- "name": "Rights Unknown (Have Searched)",
- "rights_class": "unknown_searched",
- "rights_class_name": "Rights Unknown (Have Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "user": {
- "id": 742,
- "first_name": "Damian",
- "last_name": "Dickens",
- "default_username": "geraldocollins",
- "confirmed_at": "2025-06-05T20:42:30.532Z",
- "created_at": "2025-06-05T20:42:30.533Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Damian Dickens",
- "initials": "D D",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 742
}, - "rights_class_description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:30.638Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 416,
- "name": "Unassigned",
- "rights_class": "unassigned",
- "rights_class_name": "Unassigned",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "user": {
- "id": 742,
- "first_name": "Damian",
- "last_name": "Dickens",
- "default_username": "geraldocollins",
- "confirmed_at": "2025-06-05T20:42:30.532Z",
- "created_at": "2025-06-05T20:42:30.533Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Damian Dickens",
- "initials": "D D",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 742
}, - "rights_class_description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:30.639Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}
], - "rights_package": {
- "id": 409,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 742,
- "first_name": "Damian",
- "last_name": "Dickens",
- "default_username": "geraldocollins",
- "confirmed_at": "2025-06-05T20:42:30.532Z",
- "created_at": "2025-06-05T20:42:30.533Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Damian Dickens",
- "initials": "D D",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 742
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:30.627Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true,
- "contracts": [ ]
}, - "upload": {
- "id": 81,
- "user_id": 752,
- "guid": "69b0ade6",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2025-06-05T20:42:31.211Z",
- "updated_at": "2025-06-05T20:42:31.211Z",
- "current_assets_count": 1,
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 1591,
- "agreed_at": null,
- "creator": null,
- "other_creator": null,
- "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_packages_met": true,
- "creator_tags_met": true,
- "unmet_tag_suggester_ids": [ ],
- "contribution": {
- "enabled": true,
- "id": 1591,
- "name": "eius",
- "text": "Qui quia qui. Quis cumque facere. Doloremque dolor mollitia.",
- "featured": true,
- "slug": "consequatur-quidem",
- "storage_folder_id": 2586,
- "auto_approve": false,
- "auto_add": false,
- "asset_group_id": null,
- "enable_comprehensive_tagging": false,
- "request_people_tags": false,
- "enable_tag_suggester": false,
- "enable_quick_upload": false,
- "create_place_name_tags": false,
- "created_at": "2025-06-05T20:42:31.210Z",
- "updated_at": "2025-06-05T20:42:31.210Z",
- "rights_package_ids": [ ],
- "require_rights_package": false,
- "require_creator_tag": false,
- "uploads_count": 1,
- "assets_count": 1,
- "user_assets_count": 0,
- "type": "link",
- "is_public": false,
- "notify_emails": [ ],
- "notify_copy": null,
- "membership_ids": [ ],
- "contribution_memberships_count": 0,
- "enable_public": false,
- "to_param": "1591-eius",
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 2586,
- "created_at": "2025-06-05T20:42:31.201Z",
- "name": "Dali35",
- "description": "Ut saepe repellat. Minus cumque voluptate. Dolores aliquid distinctio.",
- "slug": "expedita_explicabo35",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Dali35"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "expedita_explicabo35"
], - "asset_group_id": 2586,
- "has_workflow_steps": false,
- "contribution_id": 1590,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 754,
- "first_name": "Forrest",
- "last_name": "Rohan",
- "created_at": "2025-06-05T20:42:31.130Z",
- "default_username": "blairtowne",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Forrest Rohan",
- "initials": "F R",
- "username": null,
- "title": null,
- "user_id": 754,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 0
}, - "user": {
- "id": 752,
- "first_name": "Chi",
- "last_name": "Padberg",
- "created_at": "2025-06-05T20:42:31.122Z",
- "default_username": "stewart_erdman",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Chi Padberg",
- "initials": "C P",
- "username": null,
- "title": null,
- "user_id": 752,
- "lang": null,
- "notify_new_membership_requests": null
}
}, - "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_package_met": true,
- "creator_tag_met": true,
- "unmet_tag_suggester_ids": [ ],
- "collective_work_ids": [ ]
}
Downloads the Asset. Partial downloading is supported using the header: Range: bytes=<start>-<end>
id required | integer |
size | string Enum: "small" "permalink" "full" "original" The maximum size requested for assets in the download (default original). To use a specific Crop Preset, use the format |
watermarked | boolean Request watermarked versions |
via | string Example: via=My-Integration Description of the app or integration making the API call |
version_number | integer Example: version_number=1 Data Version number to download |
skip_meta | boolean Default: false Do not write metadata on the fly to the file (original file size and MD5 will match) |
Prepare a new asset version upload using this endpoint,
then PUT the data to the returned signed_upload_url
,
and finally call /api/assets/:id/set_uploaded
when the upload is complete.
id required | integer |
object |
{- "asset": {
- "filename": "version-2.jpg",
- "file_size": 10000,
- "created_via": "api",
- "created_via_id": "string"
}
}
{- "id": 87,
- "filename": "vel.jpg",
- "file_size": null,
- "guid": "e71d5ae6-7cab-43ae-9be3-0e151bc330ad",
- "short_guid": "e71d5ae6",
- "type": "Image",
- "ext": "jpg",
- "duration": null,
- "md5": null,
- "mime_type": "image/jpeg",
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "expired": false,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": true,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": {
- "value": 1,
- "created_at": "2025-06-05T20:42:37.665Z",
- "updated_at": "2025-06-05T20:42:37.665Z"
}, - "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Image",
- "downloadable_previews": true,
- "block_level": 0,
- "rights_package_block_level": 0,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": true,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "organization_id": 54,
- "has_alpha": false,
- "downloadable": true,
- "original_downloadable": true,
- "editable": true,
- "manageable": true,
- "rights_editable": true,
- "rights_manageable": true,
- "taggable": true,
- "description_editable": true,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 87,
- "user_id": 793,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-06-05T20:42:36.676Z",
- "updated_at": "2025-06-05T20:42:37.681Z",
- "s3_upload_id": null,
- "s3_upload_key": "54/7046c6b5/e71d5ae6-7cab-43ae-9be3-0e151bc330ad-vel.jpg",
- "time_to_process": 0,
- "captured_at": "2025-06-04T20:42:36.675Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": 425,
- "submitted_at": "2025-06-05T08:42:36.675Z",
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": "2025-06-05T20:42:37.676Z",
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": null,
- "auto_tags_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "na",
- "faces_searched_at": null,
- "bedrock_retrieved_at": null,
- "custom_meta_values": [ ],
- "user": {
- "id": 793,
- "first_name": "Tyron",
- "last_name": "Wiegand",
- "created_at": "2025-06-05T20:42:36.514Z",
- "default_username": "norberto_koss",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Tyron Wiegand",
- "initials": "T W",
- "username": null,
- "title": null,
- "user_id": 793,
- "lang": null,
- "notify_new_membership_requests": null
}, - "rights_status": "owned",
- "rights_status_name": "Owned by Organization",
- "rights_status_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "creator_tag": null,
- "storage_folder_path": "quia_officia41",
- "tags": [ ],
- "aspect": null,
- "transcript": null,
- "transcript_version": null,
- "vtt_url": null,
- "transcript_output_json_url": null,
- "has_ocr_content": null,
- "description_writer": null,
- "country_code": null,
- "iptc_event_id": null,
- "organization_in_image_name": null,
- "extended_description": null,
- "iptc_job_id": null,
- "intellectual_genre": null,
- "scene": null,
- "subject_code": null,
- "instructions": null,
- "iptc_rights": null,
- "web_statement": null,
- "model_release_status": null,
- "property_release_status": null,
- "authors_position": null,
- "iptc_source": null,
- "copyright_owner": null,
- "iptc_dig_image_guid": null,
- "image_supplier": null,
- "iptc_image_supplier_image_id": null,
- "licensor": null,
- "addl_model_info": null,
- "iptc_model_release_id": null,
- "model_age": null,
- "minor_model_age_disclosure": null,
- "iptc_property_release_id": null,
- "product_in_image": null,
- "artwork_or_object": null,
- "data_versions_count": 1,
- "trashed_by": null,
- "creator_contact_info": null,
- "auto_tags_count": 0,
- "checked_in_at": null,
- "checkout_integration": null,
- "bedrock_prompt": null,
- "bedrock_data": null,
- "downloads_count": 0,
- "views_count": 0,
- "up_votes_count": 1,
- "down_votes_count": 0,
- "optimization_requested_by": {
- "id": 784,
- "first_name": "Lester",
- "last_name": "Cartwright",
- "default_username": "sabina",
- "confirmed_at": "2025-06-05T20:42:35.941Z",
- "created_at": "2025-06-05T20:42:35.943Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Lester Cartwright",
- "initials": "L C",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 784
}, - "pdf_url": false,
- "meta_structs": [ ],
- "links": [ ],
- "download_sizes": [
- "original",
- "full",
- "medium",
- "small"
], - "storage_folder": {
- "id": 2710,
- "created_at": "2025-06-05T20:42:36.664Z",
- "name": "Durer41",
- "description": "Ipsum praesentium culpa. Voluptatem iure quis. Ut incidunt sunt.",
- "slug": "quia_officia41",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Durer41"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "quia_officia41"
], - "asset_group_id": 2710,
- "has_workflow_steps": false,
- "contribution_id": 1670,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 796,
- "first_name": "Orval",
- "last_name": "Macejkovic",
- "created_at": "2025-06-05T20:42:36.596Z",
- "default_username": "vanessa",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Orval Macejkovic",
- "initials": "O M",
- "username": null,
- "title": null,
- "user_id": 796,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 425,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 784,
- "first_name": "Lester",
- "last_name": "Cartwright",
- "default_username": "sabina",
- "confirmed_at": "2025-06-05T20:42:35.941Z",
- "created_at": "2025-06-05T20:42:35.943Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Lester Cartwright",
- "initials": "L C",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 784
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:36.110Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 426,
- "name": "Unlimited Use",
- "rights_class": "unlimited",
- "rights_class_name": "Unlimited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "user": {
- "id": 784,
- "first_name": "Lester",
- "last_name": "Cartwright",
- "default_username": "sabina",
- "confirmed_at": "2025-06-05T20:42:35.941Z",
- "created_at": "2025-06-05T20:42:35.943Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Lester Cartwright",
- "initials": "L C",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 784
}, - "rights_class_description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:36.112Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 427,
- "name": "Limited Use",
- "rights_class": "some",
- "rights_class_name": "Limited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has some rights to the object as spelled out in a rights agreement",
- "user": {
- "id": 784,
- "first_name": "Lester",
- "last_name": "Cartwright",
- "default_username": "sabina",
- "confirmed_at": "2025-06-05T20:42:35.941Z",
- "created_at": "2025-06-05T20:42:35.943Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Lester Cartwright",
- "initials": "L C",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 784
}, - "rights_class_description": "Org has some rights to the object as spelled out in a rights agreement",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:36.113Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 428,
- "name": "Library Rights Only",
- "rights_class": "library",
- "rights_class_name": "Library Rights Only",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "user": {
- "id": 784,
- "first_name": "Lester",
- "last_name": "Cartwright",
- "default_username": "sabina",
- "confirmed_at": "2025-06-05T20:42:35.941Z",
- "created_at": "2025-06-05T20:42:35.943Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Lester Cartwright",
- "initials": "L C",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 784
}, - "rights_class_description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:36.115Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 429,
- "name": "No Rights",
- "rights_class": "none",
- "rights_class_name": "No Rights",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "user": {
- "id": 784,
- "first_name": "Lester",
- "last_name": "Cartwright",
- "default_username": "sabina",
- "confirmed_at": "2025-06-05T20:42:35.941Z",
- "created_at": "2025-06-05T20:42:35.943Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Lester Cartwright",
- "initials": "L C",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 784
}, - "rights_class_description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:36.117Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 430,
- "name": "Rights Unknown (Haven’t Searched)",
- "rights_class": "unknown_no_search",
- "rights_class_name": "Rights Unknown (Haven’t Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "user": {
- "id": 784,
- "first_name": "Lester",
- "last_name": "Cartwright",
- "default_username": "sabina",
- "confirmed_at": "2025-06-05T20:42:35.941Z",
- "created_at": "2025-06-05T20:42:35.943Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Lester Cartwright",
- "initials": "L C",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 784
}, - "rights_class_description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:36.119Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 431,
- "name": "Rights Unknown (Have Searched)",
- "rights_class": "unknown_searched",
- "rights_class_name": "Rights Unknown (Have Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "user": {
- "id": 784,
- "first_name": "Lester",
- "last_name": "Cartwright",
- "default_username": "sabina",
- "confirmed_at": "2025-06-05T20:42:35.941Z",
- "created_at": "2025-06-05T20:42:35.943Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Lester Cartwright",
- "initials": "L C",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 784
}, - "rights_class_description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:36.120Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 432,
- "name": "Unassigned",
- "rights_class": "unassigned",
- "rights_class_name": "Unassigned",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "user": {
- "id": 784,
- "first_name": "Lester",
- "last_name": "Cartwright",
- "default_username": "sabina",
- "confirmed_at": "2025-06-05T20:42:35.941Z",
- "created_at": "2025-06-05T20:42:35.943Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Lester Cartwright",
- "initials": "L C",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 784
}, - "rights_class_description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:36.122Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}
], - "rights_package": {
- "id": 425,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 784,
- "first_name": "Lester",
- "last_name": "Cartwright",
- "default_username": "sabina",
- "confirmed_at": "2025-06-05T20:42:35.941Z",
- "created_at": "2025-06-05T20:42:35.943Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Lester Cartwright",
- "initials": "L C",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 784
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:36.110Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true,
- "contracts": [ ]
}, - "upload": {
- "id": 87,
- "user_id": 794,
- "guid": "7046c6b5",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2025-06-05T20:42:36.673Z",
- "updated_at": "2025-06-05T20:42:36.673Z",
- "current_assets_count": 1,
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 1671,
- "agreed_at": null,
- "creator": null,
- "other_creator": null,
- "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_packages_met": true,
- "creator_tags_met": true,
- "unmet_tag_suggester_ids": [ ],
- "contribution": {
- "enabled": true,
- "id": 1671,
- "name": "consequuntur",
- "text": "Numquam modi nostrum. Sint et est. Ea corporis odit.",
- "featured": true,
- "slug": "doloribus-voluptatibus",
- "storage_folder_id": 2710,
- "auto_approve": false,
- "auto_add": false,
- "asset_group_id": null,
- "enable_comprehensive_tagging": false,
- "request_people_tags": false,
- "enable_tag_suggester": false,
- "enable_quick_upload": false,
- "create_place_name_tags": false,
- "created_at": "2025-06-05T20:42:36.671Z",
- "updated_at": "2025-06-05T20:42:36.671Z",
- "rights_package_ids": [ ],
- "require_rights_package": false,
- "require_creator_tag": false,
- "uploads_count": 1,
- "assets_count": 1,
- "user_assets_count": 0,
- "type": "link",
- "is_public": false,
- "notify_emails": [ ],
- "notify_copy": null,
- "membership_ids": [ ],
- "contribution_memberships_count": 0,
- "enable_public": false,
- "to_param": "1671-consequuntur",
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 2710,
- "created_at": "2025-06-05T20:42:36.664Z",
- "name": "Durer41",
- "description": "Ipsum praesentium culpa. Voluptatem iure quis. Ut incidunt sunt.",
- "slug": "quia_officia41",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Durer41"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "quia_officia41"
], - "asset_group_id": 2710,
- "has_workflow_steps": false,
- "contribution_id": 1670,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 796,
- "first_name": "Orval",
- "last_name": "Macejkovic",
- "created_at": "2025-06-05T20:42:36.596Z",
- "default_username": "vanessa",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Orval Macejkovic",
- "initials": "O M",
- "username": null,
- "title": null,
- "user_id": 796,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 0
}, - "user": {
- "id": 794,
- "first_name": "Zina",
- "last_name": "Goldner",
- "created_at": "2025-06-05T20:42:36.583Z",
- "default_username": "shirlee",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Zina Goldner",
- "initials": "Z G",
- "username": null,
- "title": null,
- "user_id": 794,
- "lang": null,
- "notify_new_membership_requests": null
}
}, - "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_package_met": true,
- "creator_tag_met": true,
- "unmet_tag_suggester_ids": [ ],
- "collective_work_ids": [ ]
}
{- "id": 90,
- "filename": "similique.jpg",
- "file_size": null,
- "guid": "ab894f0e-32e2-48e9-890e-af03725dccb0",
- "short_guid": "ab894f0e",
- "type": "Image",
- "ext": "jpg",
- "duration": null,
- "md5": null,
- "mime_type": "image/jpeg",
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "expired": false,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": true,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": {
- "value": 1,
- "created_at": "2025-06-05T20:42:39.600Z",
- "updated_at": "2025-06-05T20:42:39.600Z"
}, - "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Image",
- "downloadable_previews": true,
- "block_level": 0,
- "rights_package_block_level": 0,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": true,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "organization_id": 55,
- "has_alpha": false,
- "downloadable": true,
- "original_downloadable": true,
- "editable": true,
- "manageable": true,
- "rights_editable": true,
- "rights_manageable": true,
- "taggable": true,
- "description_editable": true,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 90,
- "user_id": 814,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-06-05T20:42:38.501Z",
- "updated_at": "2025-06-05T20:42:39.630Z",
- "s3_upload_id": null,
- "s3_upload_key": "55/90a9c58e/ab894f0e-32e2-48e9-890e-af03725dccb0-similique.jpg",
- "time_to_process": 0,
- "captured_at": "2025-06-04T20:42:38.499Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": 433,
- "submitted_at": "2025-06-05T08:42:38.499Z",
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": "2025-06-05T20:42:39.624Z",
- "trashed_at": null,
- "last_external_sync_at": null,
- "auto_tags_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "na",
- "faces_searched_at": null,
- "bedrock_retrieved_at": null,
- "custom_meta_values": [ ],
- "user": {
- "id": 814,
- "first_name": "Dwayne",
- "last_name": "Gislason",
- "created_at": "2025-06-05T20:42:38.334Z",
- "default_username": "renaldo",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Dwayne Gislason",
- "initials": "D G",
- "username": null,
- "title": null,
- "user_id": 814,
- "lang": null,
- "notify_new_membership_requests": null
}, - "rights_status": "owned",
- "rights_status_name": "Owned by Organization",
- "rights_status_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "creator_tag": null,
- "storage_folder_path": "qui-omnis44",
- "tags": [ ],
- "aspect": null,
- "transcript": null,
- "transcript_version": null,
- "vtt_url": null,
- "transcript_output_json_url": null,
- "has_ocr_content": null,
- "description_writer": null,
- "country_code": null,
- "iptc_event_id": null,
- "organization_in_image_name": null,
- "extended_description": null,
- "iptc_job_id": null,
- "intellectual_genre": null,
- "scene": null,
- "subject_code": null,
- "instructions": null,
- "iptc_rights": null,
- "web_statement": null,
- "model_release_status": null,
- "property_release_status": null,
- "authors_position": null,
- "iptc_source": null,
- "copyright_owner": null,
- "iptc_dig_image_guid": null,
- "image_supplier": null,
- "iptc_image_supplier_image_id": null,
- "licensor": null,
- "addl_model_info": null,
- "iptc_model_release_id": null,
- "model_age": null,
- "minor_model_age_disclosure": null,
- "iptc_property_release_id": null,
- "product_in_image": null,
- "artwork_or_object": null,
- "data_versions_count": 1,
- "trashed_by": null,
- "creator_contact_info": null,
- "auto_tags_count": 0,
- "checked_in_at": null,
- "checkout_integration": null,
- "bedrock_prompt": null,
- "bedrock_data": null,
- "downloads_count": 0,
- "views_count": 0,
- "up_votes_count": 1,
- "down_votes_count": 0,
- "optimization_completed_by": {
- "id": 805,
- "first_name": "Stephen",
- "last_name": "Hoeger",
- "default_username": "noble_bogan",
- "confirmed_at": "2025-06-05T20:42:37.823Z",
- "created_at": "2025-06-05T20:42:37.824Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Stephen Hoeger",
- "initials": "S H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 805
}, - "pdf_url": false,
- "meta_structs": [ ],
- "links": [ ],
- "download_sizes": [
- "original",
- "full",
- "medium",
- "small"
], - "storage_folder": {
- "id": 2772,
- "created_at": "2025-06-05T20:42:38.487Z",
- "name": "El Greco44",
- "description": "Voluptas qui nam. Placeat aliquam id. Non consequatur nihil.",
- "slug": "qui-omnis44",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "El Greco44"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "qui-omnis44"
], - "asset_group_id": 2772,
- "has_workflow_steps": false,
- "contribution_id": 1710,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 817,
- "first_name": "Jarrett",
- "last_name": "Harvey",
- "created_at": "2025-06-05T20:42:38.419Z",
- "default_username": "raleigh",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Jarrett Harvey",
- "initials": "J H",
- "username": null,
- "title": null,
- "user_id": 817,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 433,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 805,
- "first_name": "Stephen",
- "last_name": "Hoeger",
- "default_username": "noble_bogan",
- "confirmed_at": "2025-06-05T20:42:37.823Z",
- "created_at": "2025-06-05T20:42:37.824Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Stephen Hoeger",
- "initials": "S H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 805
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:37.915Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 434,
- "name": "Unlimited Use",
- "rights_class": "unlimited",
- "rights_class_name": "Unlimited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "user": {
- "id": 805,
- "first_name": "Stephen",
- "last_name": "Hoeger",
- "default_username": "noble_bogan",
- "confirmed_at": "2025-06-05T20:42:37.823Z",
- "created_at": "2025-06-05T20:42:37.824Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Stephen Hoeger",
- "initials": "S H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 805
}, - "rights_class_description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:37.916Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 435,
- "name": "Limited Use",
- "rights_class": "some",
- "rights_class_name": "Limited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has some rights to the object as spelled out in a rights agreement",
- "user": {
- "id": 805,
- "first_name": "Stephen",
- "last_name": "Hoeger",
- "default_username": "noble_bogan",
- "confirmed_at": "2025-06-05T20:42:37.823Z",
- "created_at": "2025-06-05T20:42:37.824Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Stephen Hoeger",
- "initials": "S H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 805
}, - "rights_class_description": "Org has some rights to the object as spelled out in a rights agreement",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:37.918Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 436,
- "name": "Library Rights Only",
- "rights_class": "library",
- "rights_class_name": "Library Rights Only",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "user": {
- "id": 805,
- "first_name": "Stephen",
- "last_name": "Hoeger",
- "default_username": "noble_bogan",
- "confirmed_at": "2025-06-05T20:42:37.823Z",
- "created_at": "2025-06-05T20:42:37.824Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Stephen Hoeger",
- "initials": "S H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 805
}, - "rights_class_description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:37.920Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 437,
- "name": "No Rights",
- "rights_class": "none",
- "rights_class_name": "No Rights",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "user": {
- "id": 805,
- "first_name": "Stephen",
- "last_name": "Hoeger",
- "default_username": "noble_bogan",
- "confirmed_at": "2025-06-05T20:42:37.823Z",
- "created_at": "2025-06-05T20:42:37.824Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Stephen Hoeger",
- "initials": "S H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 805
}, - "rights_class_description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:37.922Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 438,
- "name": "Rights Unknown (Haven’t Searched)",
- "rights_class": "unknown_no_search",
- "rights_class_name": "Rights Unknown (Haven’t Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "user": {
- "id": 805,
- "first_name": "Stephen",
- "last_name": "Hoeger",
- "default_username": "noble_bogan",
- "confirmed_at": "2025-06-05T20:42:37.823Z",
- "created_at": "2025-06-05T20:42:37.824Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Stephen Hoeger",
- "initials": "S H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 805
}, - "rights_class_description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:37.923Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 439,
- "name": "Rights Unknown (Have Searched)",
- "rights_class": "unknown_searched",
- "rights_class_name": "Rights Unknown (Have Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "user": {
- "id": 805,
- "first_name": "Stephen",
- "last_name": "Hoeger",
- "default_username": "noble_bogan",
- "confirmed_at": "2025-06-05T20:42:37.823Z",
- "created_at": "2025-06-05T20:42:37.824Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Stephen Hoeger",
- "initials": "S H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 805
}, - "rights_class_description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:37.925Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 440,
- "name": "Unassigned",
- "rights_class": "unassigned",
- "rights_class_name": "Unassigned",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "user": {
- "id": 805,
- "first_name": "Stephen",
- "last_name": "Hoeger",
- "default_username": "noble_bogan",
- "confirmed_at": "2025-06-05T20:42:37.823Z",
- "created_at": "2025-06-05T20:42:37.824Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Stephen Hoeger",
- "initials": "S H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 805
}, - "rights_class_description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:37.926Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}
], - "rights_package": {
- "id": 433,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 805,
- "first_name": "Stephen",
- "last_name": "Hoeger",
- "default_username": "noble_bogan",
- "confirmed_at": "2025-06-05T20:42:37.823Z",
- "created_at": "2025-06-05T20:42:37.824Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Stephen Hoeger",
- "initials": "S H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 805
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:37.915Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true,
- "contracts": [ ]
}, - "upload": {
- "id": 90,
- "user_id": 815,
- "guid": "90a9c58e",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2025-06-05T20:42:38.496Z",
- "updated_at": "2025-06-05T20:42:38.496Z",
- "current_assets_count": 1,
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 1711,
- "agreed_at": null,
- "creator": null,
- "other_creator": null,
- "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_packages_met": true,
- "creator_tags_met": true,
- "unmet_tag_suggester_ids": [ ],
- "contribution": {
- "enabled": true,
- "id": 1711,
- "name": "dolor",
- "text": "Quia iure recusandae. Tenetur assumenda ea. Unde ad dolorem.",
- "featured": true,
- "slug": "quis_voluptas",
- "storage_folder_id": 2772,
- "auto_approve": false,
- "auto_add": false,
- "asset_group_id": null,
- "enable_comprehensive_tagging": false,
- "request_people_tags": false,
- "enable_tag_suggester": false,
- "enable_quick_upload": false,
- "create_place_name_tags": false,
- "created_at": "2025-06-05T20:42:38.495Z",
- "updated_at": "2025-06-05T20:42:38.495Z",
- "rights_package_ids": [ ],
- "require_rights_package": false,
- "require_creator_tag": false,
- "uploads_count": 1,
- "assets_count": 1,
- "user_assets_count": 0,
- "type": "link",
- "is_public": false,
- "notify_emails": [ ],
- "notify_copy": null,
- "membership_ids": [ ],
- "contribution_memberships_count": 0,
- "enable_public": false,
- "to_param": "1711-dolor",
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 2772,
- "created_at": "2025-06-05T20:42:38.487Z",
- "name": "El Greco44",
- "description": "Voluptas qui nam. Placeat aliquam id. Non consequatur nihil.",
- "slug": "qui-omnis44",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "El Greco44"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "qui-omnis44"
], - "asset_group_id": 2772,
- "has_workflow_steps": false,
- "contribution_id": 1710,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 817,
- "first_name": "Jarrett",
- "last_name": "Harvey",
- "created_at": "2025-06-05T20:42:38.419Z",
- "default_username": "raleigh",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Jarrett Harvey",
- "initials": "J H",
- "username": null,
- "title": null,
- "user_id": 817,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 0
}, - "user": {
- "id": 815,
- "first_name": "Wanita",
- "last_name": "Rice",
- "created_at": "2025-06-05T20:42:38.411Z",
- "default_username": "gordon_jenkins",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Wanita Rice",
- "initials": "W R",
- "username": null,
- "title": null,
- "user_id": 815,
- "lang": null,
- "notify_new_membership_requests": null
}
}, - "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_package_met": true,
- "creator_tag_met": true,
- "unmet_tag_suggester_ids": [ ],
- "collective_work_ids": [ ]
}
id required | integer |
{- "id": 93,
- "filename": "earum.jpg",
- "file_size": null,
- "guid": "17fc8727-d048-4549-880c-c3a2ae3a6af3",
- "short_guid": "17fc8727",
- "type": "Image",
- "ext": "jpg",
- "duration": null,
- "md5": null,
- "mime_type": "image/jpeg",
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "expired": false,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": true,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": {
- "value": 1,
- "created_at": "2025-06-05T20:42:41.524Z",
- "updated_at": "2025-06-05T20:42:41.524Z"
}, - "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Image",
- "downloadable_previews": true,
- "block_level": 0,
- "rights_package_block_level": 0,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": true,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "organization_id": 56,
- "has_alpha": false,
- "downloadable": true,
- "original_downloadable": true,
- "editable": true,
- "manageable": true,
- "rights_editable": true,
- "rights_manageable": true,
- "taggable": true,
- "description_editable": true,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 93,
- "user_id": 835,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-06-05T20:42:40.478Z",
- "updated_at": "2025-06-05T20:42:40.484Z",
- "s3_upload_id": null,
- "s3_upload_key": "56/92cc3a2e/17fc8727-d048-4549-880c-c3a2ae3a6af3-earum.jpg",
- "time_to_process": 0,
- "captured_at": "2025-06-04T20:42:40.476Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": 441,
- "submitted_at": "2025-06-05T08:42:40.476Z",
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": null,
- "auto_tags_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "na",
- "faces_searched_at": null,
- "bedrock_retrieved_at": null,
- "custom_meta_values": [ ],
- "user": {
- "id": 835,
- "first_name": "Illa",
- "last_name": "Weissnat",
- "created_at": "2025-06-05T20:42:40.301Z",
- "default_username": "adan",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Illa Weissnat",
- "initials": "I W",
- "username": null,
- "title": null,
- "user_id": 835,
- "lang": null,
- "notify_new_membership_requests": null
}, - "rights_status": "owned",
- "rights_status_name": "Owned by Organization",
- "rights_status_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "creator_tag": null,
- "storage_folder_path": "harum_unde47",
- "tags": [ ],
- "aspect": null,
- "transcript": null,
- "transcript_version": null,
- "vtt_url": null,
- "transcript_output_json_url": null,
- "has_ocr_content": null,
- "description_writer": null,
- "country_code": null,
- "iptc_event_id": null,
- "organization_in_image_name": null,
- "extended_description": null,
- "iptc_job_id": null,
- "intellectual_genre": null,
- "scene": null,
- "subject_code": null,
- "instructions": null,
- "iptc_rights": null,
- "web_statement": null,
- "model_release_status": null,
- "property_release_status": null,
- "authors_position": null,
- "iptc_source": null,
- "copyright_owner": null,
- "iptc_dig_image_guid": null,
- "image_supplier": null,
- "iptc_image_supplier_image_id": null,
- "licensor": null,
- "addl_model_info": null,
- "iptc_model_release_id": null,
- "model_age": null,
- "minor_model_age_disclosure": null,
- "iptc_property_release_id": null,
- "product_in_image": null,
- "artwork_or_object": null,
- "data_versions_count": 1,
- "trashed_by": null,
- "creator_contact_info": null,
- "auto_tags_count": 0,
- "checked_in_at": null,
- "checkout_integration": null,
- "bedrock_prompt": null,
- "bedrock_data": null,
- "downloads_count": 0,
- "views_count": 0,
- "up_votes_count": 1,
- "down_votes_count": 0,
- "pdf_url": false,
- "meta_structs": [ ],
- "links": [ ],
- "download_sizes": [
- "original",
- "full",
- "medium",
- "small"
], - "storage_folder": {
- "id": 2834,
- "created_at": "2025-06-05T20:42:40.462Z",
- "name": "Kandinsky47",
- "description": "Vero et atque. Et ut sint. Omnis at repellat.",
- "slug": "harum_unde47",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Kandinsky47"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "harum_unde47"
], - "asset_group_id": 2834,
- "has_workflow_steps": false,
- "contribution_id": 1750,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 838,
- "first_name": "Marinda",
- "last_name": "Strosin",
- "created_at": "2025-06-05T20:42:40.385Z",
- "default_username": "sean",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Marinda Strosin",
- "initials": "M S",
- "username": null,
- "title": null,
- "user_id": 838,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 441,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 826,
- "first_name": "Amalia",
- "last_name": "Leannon",
- "default_username": "esta_dach",
- "confirmed_at": "2025-06-05T20:42:39.795Z",
- "created_at": "2025-06-05T20:42:39.796Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Amalia Leannon",
- "initials": "A L",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 826
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:39.892Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 442,
- "name": "Unlimited Use",
- "rights_class": "unlimited",
- "rights_class_name": "Unlimited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "user": {
- "id": 826,
- "first_name": "Amalia",
- "last_name": "Leannon",
- "default_username": "esta_dach",
- "confirmed_at": "2025-06-05T20:42:39.795Z",
- "created_at": "2025-06-05T20:42:39.796Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Amalia Leannon",
- "initials": "A L",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 826
}, - "rights_class_description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:39.894Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 443,
- "name": "Limited Use",
- "rights_class": "some",
- "rights_class_name": "Limited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has some rights to the object as spelled out in a rights agreement",
- "user": {
- "id": 826,
- "first_name": "Amalia",
- "last_name": "Leannon",
- "default_username": "esta_dach",
- "confirmed_at": "2025-06-05T20:42:39.795Z",
- "created_at": "2025-06-05T20:42:39.796Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Amalia Leannon",
- "initials": "A L",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 826
}, - "rights_class_description": "Org has some rights to the object as spelled out in a rights agreement",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:39.896Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 444,
- "name": "Library Rights Only",
- "rights_class": "library",
- "rights_class_name": "Library Rights Only",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "user": {
- "id": 826,
- "first_name": "Amalia",
- "last_name": "Leannon",
- "default_username": "esta_dach",
- "confirmed_at": "2025-06-05T20:42:39.795Z",
- "created_at": "2025-06-05T20:42:39.796Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Amalia Leannon",
- "initials": "A L",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 826
}, - "rights_class_description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:39.898Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 445,
- "name": "No Rights",
- "rights_class": "none",
- "rights_class_name": "No Rights",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "user": {
- "id": 826,
- "first_name": "Amalia",
- "last_name": "Leannon",
- "default_username": "esta_dach",
- "confirmed_at": "2025-06-05T20:42:39.795Z",
- "created_at": "2025-06-05T20:42:39.796Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Amalia Leannon",
- "initials": "A L",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 826
}, - "rights_class_description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:39.899Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 446,
- "name": "Rights Unknown (Haven’t Searched)",
- "rights_class": "unknown_no_search",
- "rights_class_name": "Rights Unknown (Haven’t Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "user": {
- "id": 826,
- "first_name": "Amalia",
- "last_name": "Leannon",
- "default_username": "esta_dach",
- "confirmed_at": "2025-06-05T20:42:39.795Z",
- "created_at": "2025-06-05T20:42:39.796Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Amalia Leannon",
- "initials": "A L",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 826
}, - "rights_class_description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:39.901Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 447,
- "name": "Rights Unknown (Have Searched)",
- "rights_class": "unknown_searched",
- "rights_class_name": "Rights Unknown (Have Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "user": {
- "id": 826,
- "first_name": "Amalia",
- "last_name": "Leannon",
- "default_username": "esta_dach",
- "confirmed_at": "2025-06-05T20:42:39.795Z",
- "created_at": "2025-06-05T20:42:39.796Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Amalia Leannon",
- "initials": "A L",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 826
}, - "rights_class_description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:39.904Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 448,
- "name": "Unassigned",
- "rights_class": "unassigned",
- "rights_class_name": "Unassigned",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "user": {
- "id": 826,
- "first_name": "Amalia",
- "last_name": "Leannon",
- "default_username": "esta_dach",
- "confirmed_at": "2025-06-05T20:42:39.795Z",
- "created_at": "2025-06-05T20:42:39.796Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Amalia Leannon",
- "initials": "A L",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 826
}, - "rights_class_description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:39.905Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}
], - "rights_package": {
- "id": 441,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 826,
- "first_name": "Amalia",
- "last_name": "Leannon",
- "default_username": "esta_dach",
- "confirmed_at": "2025-06-05T20:42:39.795Z",
- "created_at": "2025-06-05T20:42:39.796Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Amalia Leannon",
- "initials": "A L",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 826
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:39.892Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true,
- "contracts": [ ]
}, - "upload": {
- "id": 93,
- "user_id": 836,
- "guid": "92cc3a2e",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2025-06-05T20:42:40.473Z",
- "updated_at": "2025-06-05T20:42:40.473Z",
- "current_assets_count": 1,
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 1751,
- "agreed_at": null,
- "creator": null,
- "other_creator": null,
- "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_packages_met": true,
- "creator_tags_met": true,
- "unmet_tag_suggester_ids": [ ],
- "contribution": {
- "enabled": true,
- "id": 1751,
- "name": "quisquam",
- "text": "Molestiae deserunt omnis. Ut dolores aut. Debitis nulla sint.",
- "featured": true,
- "slug": "totam_consectetur",
- "storage_folder_id": 2834,
- "auto_approve": false,
- "auto_add": false,
- "asset_group_id": null,
- "enable_comprehensive_tagging": false,
- "request_people_tags": false,
- "enable_tag_suggester": false,
- "enable_quick_upload": false,
- "create_place_name_tags": false,
- "created_at": "2025-06-05T20:42:40.471Z",
- "updated_at": "2025-06-05T20:42:40.471Z",
- "rights_package_ids": [ ],
- "require_rights_package": false,
- "require_creator_tag": false,
- "uploads_count": 1,
- "assets_count": 1,
- "user_assets_count": 0,
- "type": "link",
- "is_public": false,
- "notify_emails": [ ],
- "notify_copy": null,
- "membership_ids": [ ],
- "contribution_memberships_count": 0,
- "enable_public": false,
- "to_param": "1751-quisquam",
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 2834,
- "created_at": "2025-06-05T20:42:40.462Z",
- "name": "Kandinsky47",
- "description": "Vero et atque. Et ut sint. Omnis at repellat.",
- "slug": "harum_unde47",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Kandinsky47"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "harum_unde47"
], - "asset_group_id": 2834,
- "has_workflow_steps": false,
- "contribution_id": 1750,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 838,
- "first_name": "Marinda",
- "last_name": "Strosin",
- "created_at": "2025-06-05T20:42:40.385Z",
- "default_username": "sean",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Marinda Strosin",
- "initials": "M S",
- "username": null,
- "title": null,
- "user_id": 838,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 0
}, - "user": {
- "id": 836,
- "first_name": "Laurine",
- "last_name": "Herman",
- "created_at": "2025-06-05T20:42:40.375Z",
- "default_username": "troy",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Laurine Herman",
- "initials": "L H",
- "username": null,
- "title": null,
- "user_id": 836,
- "lang": null,
- "notify_new_membership_requests": null
}
}, - "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_package_met": true,
- "creator_tag_met": true,
- "unmet_tag_suggester_ids": [ ],
- "collective_work_ids": [ ]
}
Select the current Asset version by number.
id required | integer |
version required | integer Version |
{- "id": 99,
- "filename": "repudiandae.jpg",
- "file_size": null,
- "guid": "aedce7aa-17da-44ac-8876-df0859557237",
- "short_guid": "aedce7aa",
- "type": "Image",
- "ext": "jpg",
- "duration": null,
- "md5": null,
- "mime_type": "image/jpeg",
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "expired": null,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": null,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": null,
- "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Image",
- "downloadable_previews": true,
- "block_level": 0,
- "rights_package_block_level": null,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": true,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "organization_id": 57,
- "has_alpha": false,
- "downloadable": true,
- "original_downloadable": true,
- "editable": true,
- "manageable": true,
- "rights_editable": true,
- "rights_manageable": true,
- "taggable": true,
- "description_editable": true,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 99,
- "user_id": 868,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-06-05T20:42:44.091Z",
- "updated_at": "2025-06-05T20:42:44.490Z",
- "s3_upload_id": null,
- "s3_upload_key": "57/098f666c/aedce7aa-17da-44ac-8876-df0859557237-repudiandae.jpg",
- "time_to_process": 0,
- "captured_at": "2025-06-04T20:42:44.089Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": null,
- "submitted_at": "2025-06-05T08:42:44.089Z",
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": null,
- "auto_tags_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "na",
- "faces_searched_at": null,
- "bedrock_retrieved_at": null,
- "custom_meta_values": [ ],
- "user": {
- "id": 868,
- "first_name": "Janeen",
- "last_name": "Bogan",
- "created_at": "2025-06-05T20:42:43.851Z",
- "default_username": "rossanatreutel",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Janeen Bogan",
- "initials": "J B",
- "username": null,
- "title": null,
- "user_id": 868,
- "lang": null,
- "notify_new_membership_requests": null
}, - "creator_tag": null,
- "storage_folder_path": "rerum-est53",
- "tags": [ ],
- "aspect": null,
- "transcript": null,
- "transcript_version": null,
- "vtt_url": null,
- "transcript_output_json_url": null,
- "has_ocr_content": null,
- "description_writer": null,
- "country_code": null,
- "iptc_event_id": null,
- "organization_in_image_name": null,
- "extended_description": null,
- "iptc_job_id": null,
- "intellectual_genre": null,
- "scene": null,
- "subject_code": null,
- "instructions": null,
- "iptc_rights": null,
- "web_statement": null,
- "model_release_status": null,
- "property_release_status": null,
- "authors_position": null,
- "iptc_source": null,
- "copyright_owner": null,
- "iptc_dig_image_guid": null,
- "image_supplier": null,
- "iptc_image_supplier_image_id": null,
- "licensor": null,
- "addl_model_info": null,
- "iptc_model_release_id": null,
- "model_age": null,
- "minor_model_age_disclosure": null,
- "iptc_property_release_id": null,
- "product_in_image": null,
- "artwork_or_object": null,
- "data_versions_count": 2,
- "trashed_by": null,
- "creator_contact_info": null,
- "auto_tags_count": 0,
- "checked_in_at": null,
- "checkout_integration": null,
- "bedrock_prompt": null,
- "bedrock_data": null,
- "downloads_count": 0,
- "views_count": 0,
- "up_votes_count": 0,
- "down_votes_count": 0,
- "pdf_url": false,
- "meta_structs": [ ],
- "links": [ ],
- "download_sizes": [
- "original",
- "full",
- "medium",
- "small"
], - "storage_folder": {
- "id": 2929,
- "created_at": "2025-06-05T20:42:44.074Z",
- "name": "El Greco53",
- "description": "Aliquam quo sed. Incidunt repellendus laudantium. Aspernatur eaque sint.",
- "slug": "rerum-est53",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "El Greco53"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "rerum-est53"
], - "asset_group_id": 2929,
- "has_workflow_steps": false,
- "contribution_id": 1814,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 871,
- "first_name": "Jeffrey",
- "last_name": "Parisian",
- "created_at": "2025-06-05T20:42:43.969Z",
- "default_username": "arron",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Jeffrey Parisian",
- "initials": "J P",
- "username": null,
- "title": null,
- "user_id": 871,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 449,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 847,
- "first_name": "Dong",
- "last_name": "Kuhlman",
- "default_username": "blake",
- "confirmed_at": "2025-06-05T20:42:41.677Z",
- "created_at": "2025-06-05T20:42:41.678Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Dong Kuhlman",
- "initials": "D K",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 847
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:41.850Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 450,
- "name": "Unlimited Use",
- "rights_class": "unlimited",
- "rights_class_name": "Unlimited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "user": {
- "id": 847,
- "first_name": "Dong",
- "last_name": "Kuhlman",
- "default_username": "blake",
- "confirmed_at": "2025-06-05T20:42:41.677Z",
- "created_at": "2025-06-05T20:42:41.678Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Dong Kuhlman",
- "initials": "D K",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 847
}, - "rights_class_description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:41.852Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 451,
- "name": "Limited Use",
- "rights_class": "some",
- "rights_class_name": "Limited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has some rights to the object as spelled out in a rights agreement",
- "user": {
- "id": 847,
- "first_name": "Dong",
- "last_name": "Kuhlman",
- "default_username": "blake",
- "confirmed_at": "2025-06-05T20:42:41.677Z",
- "created_at": "2025-06-05T20:42:41.678Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Dong Kuhlman",
- "initials": "D K",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 847
}, - "rights_class_description": "Org has some rights to the object as spelled out in a rights agreement",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:41.853Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 452,
- "name": "Library Rights Only",
- "rights_class": "library",
- "rights_class_name": "Library Rights Only",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "user": {
- "id": 847,
- "first_name": "Dong",
- "last_name": "Kuhlman",
- "default_username": "blake",
- "confirmed_at": "2025-06-05T20:42:41.677Z",
- "created_at": "2025-06-05T20:42:41.678Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Dong Kuhlman",
- "initials": "D K",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 847
}, - "rights_class_description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:41.855Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 453,
- "name": "No Rights",
- "rights_class": "none",
- "rights_class_name": "No Rights",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "user": {
- "id": 847,
- "first_name": "Dong",
- "last_name": "Kuhlman",
- "default_username": "blake",
- "confirmed_at": "2025-06-05T20:42:41.677Z",
- "created_at": "2025-06-05T20:42:41.678Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Dong Kuhlman",
- "initials": "D K",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 847
}, - "rights_class_description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:41.856Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 454,
- "name": "Rights Unknown (Haven’t Searched)",
- "rights_class": "unknown_no_search",
- "rights_class_name": "Rights Unknown (Haven’t Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "user": {
- "id": 847,
- "first_name": "Dong",
- "last_name": "Kuhlman",
- "default_username": "blake",
- "confirmed_at": "2025-06-05T20:42:41.677Z",
- "created_at": "2025-06-05T20:42:41.678Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Dong Kuhlman",
- "initials": "D K",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 847
}, - "rights_class_description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:41.858Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 455,
- "name": "Rights Unknown (Have Searched)",
- "rights_class": "unknown_searched",
- "rights_class_name": "Rights Unknown (Have Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "user": {
- "id": 847,
- "first_name": "Dong",
- "last_name": "Kuhlman",
- "default_username": "blake",
- "confirmed_at": "2025-06-05T20:42:41.677Z",
- "created_at": "2025-06-05T20:42:41.678Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Dong Kuhlman",
- "initials": "D K",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 847
}, - "rights_class_description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:41.859Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 456,
- "name": "Unassigned",
- "rights_class": "unassigned",
- "rights_class_name": "Unassigned",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "user": {
- "id": 847,
- "first_name": "Dong",
- "last_name": "Kuhlman",
- "default_username": "blake",
- "confirmed_at": "2025-06-05T20:42:41.677Z",
- "created_at": "2025-06-05T20:42:41.678Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Dong Kuhlman",
- "initials": "D K",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 847
}, - "rights_class_description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:41.860Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}
], - "upload": {
- "id": 99,
- "user_id": 869,
- "guid": "098f666c",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2025-06-05T20:42:44.086Z",
- "updated_at": "2025-06-05T20:42:44.086Z",
- "current_assets_count": 1,
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 1815,
- "agreed_at": null,
- "creator": null,
- "other_creator": null,
- "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_packages_met": true,
- "creator_tags_met": true,
- "unmet_tag_suggester_ids": [ ],
- "contribution": {
- "enabled": true,
- "id": 1815,
- "name": "facere",
- "text": "Saepe reprehenderit tenetur. Rerum harum ut. Voluptas rem veniam.",
- "featured": true,
- "slug": "omnis_asperiores",
- "storage_folder_id": 2929,
- "auto_approve": false,
- "auto_add": false,
- "asset_group_id": null,
- "enable_comprehensive_tagging": false,
- "request_people_tags": false,
- "enable_tag_suggester": false,
- "enable_quick_upload": false,
- "create_place_name_tags": false,
- "created_at": "2025-06-05T20:42:44.084Z",
- "updated_at": "2025-06-05T20:42:44.084Z",
- "rights_package_ids": [ ],
- "require_rights_package": false,
- "require_creator_tag": false,
- "uploads_count": 1,
- "assets_count": 1,
- "user_assets_count": 0,
- "type": "link",
- "is_public": false,
- "notify_emails": [ ],
- "notify_copy": null,
- "membership_ids": [ ],
- "contribution_memberships_count": 0,
- "enable_public": false,
- "to_param": "1815-facere",
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 2929,
- "created_at": "2025-06-05T20:42:44.074Z",
- "name": "El Greco53",
- "description": "Aliquam quo sed. Incidunt repellendus laudantium. Aspernatur eaque sint.",
- "slug": "rerum-est53",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "El Greco53"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "rerum-est53"
], - "asset_group_id": 2929,
- "has_workflow_steps": false,
- "contribution_id": 1814,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 871,
- "first_name": "Jeffrey",
- "last_name": "Parisian",
- "created_at": "2025-06-05T20:42:43.969Z",
- "default_username": "arron",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Jeffrey Parisian",
- "initials": "J P",
- "username": null,
- "title": null,
- "user_id": 871,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 0
}, - "user": {
- "id": 869,
- "first_name": "Julietta",
- "last_name": "Swaniawski",
- "created_at": "2025-06-05T20:42:43.958Z",
- "default_username": "alexnicolas",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Julietta Swaniawski",
- "initials": "J S",
- "username": null,
- "title": null,
- "user_id": 869,
- "lang": null,
- "notify_new_membership_requests": null
}
}, - "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_package_met": true,
- "creator_tag_met": true,
- "unmet_tag_suggester_ids": [ ],
- "collective_work_ids": [ ]
}
Sets the associated Assets as Collective Work
id required | integer |
asset_ids | Array of integers Array of Asset IDs to set. |
preview_asset_id | integer ID of an Image Asset to use as the preview (e.g. rendered preview of an INDD) |
remove_preview_asset | boolean Set to |
{- "id": 100,
- "filename": "optio.jpg",
- "file_size": null,
- "guid": "beae7dfa-ae57-4e91-bcf9-973d9bc2191d",
- "short_guid": "beae7dfa",
- "type": "Image",
- "ext": "jpg",
- "duration": null,
- "md5": null,
- "mime_type": "image/jpeg",
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "expired": false,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": true,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": {
- "value": 1,
- "created_at": "2025-06-05T20:42:46.359Z",
- "updated_at": "2025-06-05T20:42:46.359Z"
}, - "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Image",
- "downloadable_previews": true,
- "block_level": 0,
- "rights_package_block_level": 0,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": true,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "organization_id": 58,
- "has_alpha": false,
- "downloadable": true,
- "original_downloadable": true,
- "editable": true,
- "manageable": true,
- "rights_editable": true,
- "rights_manageable": true,
- "taggable": true,
- "description_editable": true,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 100,
- "user_id": 881,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-06-05T20:42:45.403Z",
- "updated_at": "2025-06-05T20:42:46.560Z",
- "s3_upload_id": null,
- "s3_upload_key": "58/a1fa65fb/beae7dfa-ae57-4e91-bcf9-973d9bc2191d-optio.jpg",
- "time_to_process": 0,
- "captured_at": "2025-06-04T20:42:45.401Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": 457,
- "submitted_at": "2025-06-05T08:42:45.401Z",
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": null,
- "auto_tags_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "na",
- "faces_searched_at": null,
- "bedrock_retrieved_at": null,
- "custom_meta_values": [ ],
- "user": {
- "id": 881,
- "first_name": "Graig",
- "last_name": "Becker",
- "created_at": "2025-06-05T20:42:45.246Z",
- "default_username": "christeenmarquardt",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Graig Becker",
- "initials": "G B",
- "username": null,
- "title": null,
- "user_id": 881,
- "lang": null,
- "notify_new_membership_requests": null
}, - "rights_status": "owned",
- "rights_status_name": "Owned by Organization",
- "rights_status_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "creator_tag": null,
- "storage_folder_path": "officiis-ex54",
- "tags": [ ],
- "aspect": null,
- "transcript": null,
- "transcript_version": null,
- "vtt_url": null,
- "transcript_output_json_url": null,
- "has_ocr_content": null,
- "description_writer": null,
- "country_code": null,
- "iptc_event_id": null,
- "organization_in_image_name": null,
- "extended_description": null,
- "iptc_job_id": null,
- "intellectual_genre": null,
- "scene": null,
- "subject_code": null,
- "instructions": null,
- "iptc_rights": null,
- "web_statement": null,
- "model_release_status": null,
- "property_release_status": null,
- "authors_position": null,
- "iptc_source": null,
- "copyright_owner": null,
- "iptc_dig_image_guid": null,
- "image_supplier": null,
- "iptc_image_supplier_image_id": null,
- "licensor": null,
- "addl_model_info": null,
- "iptc_model_release_id": null,
- "model_age": null,
- "minor_model_age_disclosure": null,
- "iptc_property_release_id": null,
- "product_in_image": null,
- "artwork_or_object": null,
- "data_versions_count": 1,
- "trashed_by": null,
- "creator_contact_info": null,
- "auto_tags_count": 0,
- "checked_in_at": null,
- "checkout_integration": null,
- "bedrock_prompt": null,
- "bedrock_data": null,
- "downloads_count": 0,
- "views_count": 0,
- "up_votes_count": 1,
- "down_votes_count": 0,
- "pdf_url": false,
- "meta_structs": [ ],
- "links": [ ],
- "download_sizes": [
- "original",
- "full",
- "medium",
- "small"
], - "storage_folder": {
- "id": 2969,
- "created_at": "2025-06-05T20:42:45.389Z",
- "name": "Munch54",
- "description": "Suscipit dolores nostrum. Natus omnis est. Alias velit molestiae.",
- "slug": "officiis-ex54",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Munch54"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "officiis-ex54"
], - "asset_group_id": 2969,
- "has_workflow_steps": false,
- "contribution_id": 1838,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 884,
- "first_name": "Reggie",
- "last_name": "Wiza",
- "created_at": "2025-06-05T20:42:45.319Z",
- "default_username": "julianne",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Reggie Wiza",
- "initials": "R W",
- "username": null,
- "title": null,
- "user_id": 884,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 457,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 872,
- "first_name": "Foster",
- "last_name": "Carter",
- "default_username": "josie_terry",
- "confirmed_at": "2025-06-05T20:42:44.692Z",
- "created_at": "2025-06-05T20:42:44.694Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Foster Carter",
- "initials": "F C",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 872
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:44.808Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 458,
- "name": "Unlimited Use",
- "rights_class": "unlimited",
- "rights_class_name": "Unlimited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "user": {
- "id": 872,
- "first_name": "Foster",
- "last_name": "Carter",
- "default_username": "josie_terry",
- "confirmed_at": "2025-06-05T20:42:44.692Z",
- "created_at": "2025-06-05T20:42:44.694Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Foster Carter",
- "initials": "F C",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 872
}, - "rights_class_description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:44.810Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 459,
- "name": "Limited Use",
- "rights_class": "some",
- "rights_class_name": "Limited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has some rights to the object as spelled out in a rights agreement",
- "user": {
- "id": 872,
- "first_name": "Foster",
- "last_name": "Carter",
- "default_username": "josie_terry",
- "confirmed_at": "2025-06-05T20:42:44.692Z",
- "created_at": "2025-06-05T20:42:44.694Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Foster Carter",
- "initials": "F C",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 872
}, - "rights_class_description": "Org has some rights to the object as spelled out in a rights agreement",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:44.811Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 460,
- "name": "Library Rights Only",
- "rights_class": "library",
- "rights_class_name": "Library Rights Only",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "user": {
- "id": 872,
- "first_name": "Foster",
- "last_name": "Carter",
- "default_username": "josie_terry",
- "confirmed_at": "2025-06-05T20:42:44.692Z",
- "created_at": "2025-06-05T20:42:44.694Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Foster Carter",
- "initials": "F C",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 872
}, - "rights_class_description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:44.813Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 461,
- "name": "No Rights",
- "rights_class": "none",
- "rights_class_name": "No Rights",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "user": {
- "id": 872,
- "first_name": "Foster",
- "last_name": "Carter",
- "default_username": "josie_terry",
- "confirmed_at": "2025-06-05T20:42:44.692Z",
- "created_at": "2025-06-05T20:42:44.694Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Foster Carter",
- "initials": "F C",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 872
}, - "rights_class_description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:44.814Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 462,
- "name": "Rights Unknown (Haven’t Searched)",
- "rights_class": "unknown_no_search",
- "rights_class_name": "Rights Unknown (Haven’t Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "user": {
- "id": 872,
- "first_name": "Foster",
- "last_name": "Carter",
- "default_username": "josie_terry",
- "confirmed_at": "2025-06-05T20:42:44.692Z",
- "created_at": "2025-06-05T20:42:44.694Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Foster Carter",
- "initials": "F C",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 872
}, - "rights_class_description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:44.816Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 463,
- "name": "Rights Unknown (Have Searched)",
- "rights_class": "unknown_searched",
- "rights_class_name": "Rights Unknown (Have Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "user": {
- "id": 872,
- "first_name": "Foster",
- "last_name": "Carter",
- "default_username": "josie_terry",
- "confirmed_at": "2025-06-05T20:42:44.692Z",
- "created_at": "2025-06-05T20:42:44.694Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Foster Carter",
- "initials": "F C",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 872
}, - "rights_class_description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:44.817Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 464,
- "name": "Unassigned",
- "rights_class": "unassigned",
- "rights_class_name": "Unassigned",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "user": {
- "id": 872,
- "first_name": "Foster",
- "last_name": "Carter",
- "default_username": "josie_terry",
- "confirmed_at": "2025-06-05T20:42:44.692Z",
- "created_at": "2025-06-05T20:42:44.694Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Foster Carter",
- "initials": "F C",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 872
}, - "rights_class_description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:44.819Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}
], - "rights_package": {
- "id": 457,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 872,
- "first_name": "Foster",
- "last_name": "Carter",
- "default_username": "josie_terry",
- "confirmed_at": "2025-06-05T20:42:44.692Z",
- "created_at": "2025-06-05T20:42:44.694Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Foster Carter",
- "initials": "F C",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 872
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:42:44.808Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true,
- "contracts": [ ]
}, - "upload": {
- "id": 100,
- "user_id": 882,
- "guid": "a1fa65fb",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2025-06-05T20:42:45.398Z",
- "updated_at": "2025-06-05T20:42:45.398Z",
- "current_assets_count": 1,
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 1839,
- "agreed_at": null,
- "creator": null,
- "other_creator": null,
- "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_packages_met": true,
- "creator_tags_met": true,
- "unmet_tag_suggester_ids": [ ],
- "contribution": {
- "enabled": true,
- "id": 1839,
- "name": "temporibus",
- "text": "Laudantium odio consequatur. Vero rerum quidem. Labore eum et.",
- "featured": true,
- "slug": "labore_quo",
- "storage_folder_id": 2969,
- "auto_approve": false,
- "auto_add": false,
- "asset_group_id": null,
- "enable_comprehensive_tagging": false,
- "request_people_tags": false,
- "enable_tag_suggester": false,
- "enable_quick_upload": false,
- "create_place_name_tags": false,
- "created_at": "2025-06-05T20:42:45.397Z",
- "updated_at": "2025-06-05T20:42:45.397Z",
- "rights_package_ids": [ ],
- "require_rights_package": false,
- "require_creator_tag": false,
- "uploads_count": 1,
- "assets_count": 1,
- "user_assets_count": 0,
- "type": "link",
- "is_public": false,
- "notify_emails": [ ],
- "notify_copy": null,
- "membership_ids": [ ],
- "contribution_memberships_count": 0,
- "enable_public": false,
- "to_param": "1839-temporibus",
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 2969,
- "created_at": "2025-06-05T20:42:45.389Z",
- "name": "Munch54",
- "description": "Suscipit dolores nostrum. Natus omnis est. Alias velit molestiae.",
- "slug": "officiis-ex54",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Munch54"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "officiis-ex54"
], - "asset_group_id": 2969,
- "has_workflow_steps": false,
- "contribution_id": 1838,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 884,
- "first_name": "Reggie",
- "last_name": "Wiza",
- "created_at": "2025-06-05T20:42:45.319Z",
- "default_username": "julianne",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Reggie Wiza",
- "initials": "R W",
- "username": null,
- "title": null,
- "user_id": 884,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 0
}, - "user": {
- "id": 882,
- "first_name": "Chauncey",
- "last_name": "Rempel",
- "created_at": "2025-06-05T20:42:45.311Z",
- "default_username": "leighborer",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Chauncey Rempel",
- "initials": "C R",
- "username": null,
- "title": null,
- "user_id": 882,
- "lang": null,
- "notify_new_membership_requests": null
}
}, - "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_package_met": true,
- "creator_tag_met": true,
- "unmet_tag_suggester_ids": [ ],
- "collective_work_asset_ids": [
- 101,
- 102
], - "collective_work_ids": [ ]
}
Returns all of your created Asset IDs with last_external_sync_at
less than updated_at
.
The timestamp is set in Search, Details, and Update when parameter sync=true
.
created_via | string Service that created the Assets; uses the |
last_sync_at | string Timestamp to include un-synced Assets created after this time |
any_user | boolean Include Assets from any user in the Organization (requires Content Manager or Admin permission) |
[- 112
]
Multiple assets will be created and uploaded using the from_url
parameter, comma-delimited. Contribution ID required, which can be created beforehand in the Manage panel.
If the Asset filename
is not supplied, the content-disposition response header of the URL will be used, e.g. "content-disposition: attachment; filename=the-filename.jpg"
from_url required | string URL of file(s) to upload from, comma delimited |
contribution_id | integer Contribution ID, leave black to upload into Default Storage Folder |
object |
{- "from_url": "https://picsum.photos/200, https://picsum.photos/300",
- "contribution_id": 2226,
- "asset": {
- "description": "string",
- "add_tag_names": [
- "string"
], - "add_tags_with_commas": "string",
- "remove_tag_names": [
- "string"
], - "replace_tag_names": [
- "string"
], - "add_links": [
- "string"
], - "remove_links": [
- "string"
], - "filename": "string",
- "rating": 5,
- "creator": [
- "string"
], - "description_writer": "string",
- "usage_terms": "string",
- "title": "string",
- "headline": "string",
- "alt_text": "string",
- "captured_at": null,
- "has_people": true,
- "country": "string",
- "state": "string",
- "city": "string",
- "sublocation": "string",
- "country_code": "string",
- "event": "string",
- "iptc_event_id": [
- "string"
], - "organization_in_image_name": [
- "string"
], - "extended_description": "string",
- "iptc_job_id": "string",
- "intellectual_genre": "string",
- "scene": [
- "string"
], - "subject_code": [
- "string"
], - "credit_line": "string",
- "instructions": "string",
- "iptc_rights": "string",
- "web_statement": "string",
- "model_release_status": "string",
- "property_release_status": "string",
- "authors_position": "string",
- "iptc_source": "string",
- "copyright_owner": {
- "copyright_owner_name": [
- "string"
], - "copyright_owner_id": [
- "string"
]
}, - "iptc_dig_image_guid": "string",
- "image_supplier": {
- "image_supplier_name": [
- "string"
], - "image_supplier_id": [
- "string"
]
}, - "iptc_image_supplier_image_id": "string",
- "licensor": {
- "licensor_name": [
- "string"
], - "licensor_id": [
- "string"
], - "licensor_email": [
- "string"
], - "licensor_url": [
- "string"
], - "licensor_street_address": [
- "string"
], - "licensor_city": [
- "string"
], - "licensor_postal_code": [
- "string"
], - "licensor_region": [
- "string"
], - "licensor_country": [
- "string"
], - "licensor_extended_address": [
- "string"
], - "licensor_telephone1": [
- "string"
], - "licensor_telephone2": [
- "string"
], - "licensor_telephone_type1": [
- "string"
], - "licensor_telephone_type2": [
- "string"
]
}, - "addl_model_info": "string",
- "iptc_model_release_id": [
- "string"
], - "model_age": [
- "string"
], - "minor_model_age_disclosure": "string",
- "iptc_property_release_id": [
- "string"
], - "product_in_image": {
- "product_name": [
- "string"
], - "product_description": [
- "string"
], - "product_gtin": [
- "string"
], - "product_sku": [
- "string"
]
}, - "artwork_or_object": {
- "ao_title": [
- "string"
], - "ao_circa_date_created": [
- "string"
], - "ao_content_description": [
- "string"
], - "ao_contribution_description": [
- "string"
], - "ao_copyright_notice": [
- "string"
], - "ao_creator": [
- "string"
], - "ao_creator_id": [
- "string"
], - "ao_current_copyright_owner_id": [
- "string"
], - "ao_current_licensor_id": [
- "string"
], - "ao_current_licensor_name": [
- "string"
], - "ao_date_created": [
- "string"
], - "ao_physical_description": [
- "string"
], - "ao_source": [
- "string"
], - "ao_source_inventory_number": [
- "string"
], - "ao_source_inventory_url": [
- "string"
], - "ao_style_period": [
- "string"
]
}, - "latitude": 0,
- "longitude": 0,
- "rights_package_id": 0,
- "rights_status": "owned",
- "contract": true,
- "release": true,
- "custom_meta": {
- "Custom Meta Field 82": "Pasta with Tomato and Basil",
- "Custom Meta Field 83": [
- "Souvlaki 61"
]
}, - "block_level": 0
}
}
[- {
- "id": 135,
- "filename": null,
- "file_size": null,
- "guid": "805c6cdd-dee4-4fa8-95d6-8b36746dadc3",
- "short_guid": "805c6cdd",
- "type": "Document",
- "ext": null,
- "duration": null,
- "md5": null,
- "mime_type": null,
- "thumb_url": null,
- "grid_url": null,
- "small_url": null,
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "expired": null,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": null,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": null,
- "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Document",
- "downloadable_previews": false,
- "block_level": 0,
- "rights_package_block_level": null,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": false,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "organization_id": 66,
- "has_alpha": false,
- "downloadable": true,
- "original_downloadable": true,
- "editable": true,
- "manageable": null,
- "rights_editable": null,
- "rights_manageable": null,
- "taggable": true,
- "description_editable": null,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 135,
- "user_id": 1066,
- "aasm_state": "pending",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-06-05T20:43:04.544Z",
- "updated_at": "2025-06-05T20:43:04.571Z",
- "s3_upload_id": null,
- "s3_upload_key": "66/e1480d03/805c6cdd-dee4-4fa8-95d6-8b36746dadc3-",
- "time_to_process": null,
- "captured_at": null,
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": null,
- "submitted_at": null,
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": null,
- "auto_tags_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "pending",
- "faces_searched_at": null,
- "bedrock_retrieved_at": null,
- "custom_meta_values": [
- {
- "id": 65,
- "text": "Souvlaki 61",
- "color_label": null,
- "date": null,
- "custom_meta_field_id": 123
}, - {
- "id": 67,
- "text": "Pasta with Tomato and Basil",
- "color_label": null,
- "date": null,
- "custom_meta_field_id": 122
}
], - "user": {
- "id": 1066,
- "first_name": "Sol",
- "last_name": "Moen",
- "created_at": "2025-06-05T20:43:02.802Z",
- "default_username": "miloheidenreich",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Sol Moen",
- "initials": "S M",
- "username": null,
- "title": null,
- "user_id": 1066,
- "lang": null,
- "notify_new_membership_requests": null
}, - "creator_tag": null,
- "storage_folder_path": "similique_ab89",
- "tags": [ ]
}, - {
- "id": 136,
- "filename": null,
- "file_size": null,
- "guid": "656c40b1-8276-427d-a1b2-09019a413847",
- "short_guid": "656c40b1",
- "type": "Document",
- "ext": null,
- "duration": null,
- "md5": null,
- "mime_type": null,
- "thumb_url": null,
- "grid_url": null,
- "small_url": null,
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "expired": null,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": null,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": null,
- "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Document",
- "downloadable_previews": false,
- "block_level": 0,
- "rights_package_block_level": null,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": false,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "organization_id": 66,
- "has_alpha": false,
- "downloadable": true,
- "original_downloadable": true,
- "editable": true,
- "manageable": null,
- "rights_editable": null,
- "rights_manageable": null,
- "taggable": true,
- "description_editable": null,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 135,
- "user_id": 1066,
- "aasm_state": "pending",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-06-05T20:43:09.436Z",
- "updated_at": "2025-06-05T20:43:09.490Z",
- "s3_upload_id": null,
- "s3_upload_key": "66/e1480d03/656c40b1-8276-427d-a1b2-09019a413847-",
- "time_to_process": null,
- "captured_at": null,
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": null,
- "submitted_at": null,
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": null,
- "auto_tags_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "pending",
- "faces_searched_at": null,
- "bedrock_retrieved_at": null,
- "custom_meta_values": [
- {
- "id": 65,
- "text": "Souvlaki 61",
- "color_label": null,
- "date": null,
- "custom_meta_field_id": 123
}, - {
- "id": 68,
- "text": "Pasta with Tomato and Basil",
- "color_label": null,
- "date": null,
- "custom_meta_field_id": 122
}
], - "user": {
- "id": 1066,
- "first_name": "Sol",
- "last_name": "Moen",
- "created_at": "2025-06-05T20:43:02.802Z",
- "default_username": "miloheidenreich",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Sol Moen",
- "initials": "S M",
- "username": null,
- "title": null,
- "user_id": 1066,
- "lang": null,
- "notify_new_membership_requests": null
}, - "creator_tag": null,
- "storage_folder_path": "similique_ab89",
- "tags": [ ]
}
]
q | string Search by name |
parent_id | integer Parent Collection ID |
[- {
- "id": 3724,
- "created_at": "2025-06-05T20:43:29.302Z",
- "path_names": [
- "Joan Miro98"
], - "path_slugs": [
- "est_expedita98"
], - "slug": "est_expedita98",
- "sandbox": false,
- "organizer": false,
- "type": "Collection",
- "has_children": false,
- "parent_id": null,
- "ancestor_ids": [ ],
- "permission_ids": [ ],
- "visible_assets_count": 0,
- "asset_group_id": 3724,
- "has_workflow_steps": false,
- "sort_order": null,
- "featured": false,
- "sortable": true,
- "user_group_id": null,
- "auto_group": null,
- "view_settings": null,
- "enable_embargo": false,
- "embargo_ends_at": null,
- "embargoed": false,
- "children_sort_order": null,
- "parent_children_sort_order": "name-asc",
- "position": 22,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "has_collection_shares": false,
- "already_shared_with_current_organization": null,
- "organization_id": 69,
- "organization_slug": "spinka-and-sons",
- "user": {
- "id": 1143,
- "first_name": "Roxane",
- "last_name": "Block",
- "created_at": "2025-06-05T20:43:29.231Z",
- "default_username": "gerryoconnell",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Roxane Block",
- "initials": "R B",
- "username": null,
- "title": null,
- "user_id": 1143,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "can_update_assets": true,
- "name": "Joan Miro98",
- "description": "Eum ea facere. Voluptatibus molestias eos. Nihil ducimus qui."
}
]
{- "collection": {
- "name": "Test Collection",
- "description": "string",
- "parent_id": 3835,
- "organizer": true,
- "featured": true,
- "enable_toc": true,
- "toc_copy": "string",
- "toc_contact": "string",
- "poster_image_guid": "string",
- "enable_embargo": true,
- "embargo_ends_at": null
}
}
{- "id": 3836,
- "created_at": "2025-06-05T20:43:31.132Z",
- "path_names": [
- "Bernini102",
- "Test Collection"
], - "path_slugs": [
- "consequatur_expedita102",
- "test-collection"
], - "slug": "test-collection",
- "sandbox": false,
- "organizer": null,
- "type": "Collection",
- "has_children": false,
- "parent_id": 3835,
- "ancestor_ids": [
- 3835
], - "permission_ids": [ ],
- "visible_assets_count": null,
- "asset_group_id": 3836,
- "has_workflow_steps": false,
- "sort_order": null,
- "featured": false,
- "sortable": true,
- "user_group_id": null,
- "auto_group": null,
- "view_settings": null,
- "enable_embargo": false,
- "embargo_ends_at": null,
- "embargoed": false,
- "children_sort_order": null,
- "parent_children_sort_order": "name-asc",
- "position": 1,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "has_collection_shares": false,
- "already_shared_with_current_organization": null,
- "organization_id": 72,
- "organization_slug": "schuster-mertz-and-bashirian",
- "user": {
- "id": 1165,
- "first_name": "Natashia",
- "last_name": "Bins",
- "created_at": "2025-06-05T20:43:30.573Z",
- "default_username": "dennis",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Natashia Bins",
- "initials": "N B",
- "username": null,
- "title": null,
- "user_id": 1165,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "can_update_assets": true,
- "name": "Test Collection",
- "description": null,
- "permissions": [ ],
- "workflow_steps": [ ],
- "collections": [ ],
- "enable_toc": true,
- "toc_copy": null,
- "toc_contact": null,
- "enable_poster_image": false,
- "poster_image": null,
- "links": [ ],
- "asset_group_admins": [ ],
- "webhooks": [ ]
}
For tree traversal. All children of the Parent folder specified by parent_id
(or blank for root level) will be returned.
parent_id | integer ID of parent folder, blank for root level |
[- {
- "id": 3759,
- "created_at": "2025-06-05T20:43:29.891Z",
- "path_names": [
- "Monet99"
], - "path_slugs": [
- "ullam_rem99"
], - "slug": "ullam_rem99",
- "sandbox": false,
- "organizer": false,
- "type": "Collection",
- "has_children": false,
- "parent_id": null,
- "ancestor_ids": [ ],
- "permission_ids": [ ],
- "visible_assets_count": 0,
- "asset_group_id": 3759,
- "has_workflow_steps": false,
- "sort_order": null,
- "featured": false,
- "sortable": true,
- "user_group_id": null,
- "auto_group": null,
- "view_settings": null,
- "enable_embargo": false,
- "embargo_ends_at": null,
- "embargoed": false,
- "children_sort_order": null,
- "parent_children_sort_order": "name-asc",
- "position": 22,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "has_collection_shares": false,
- "already_shared_with_current_organization": null,
- "organization_id": 70,
- "organization_slug": "ferry-group",
- "user": {
- "id": 1153,
- "first_name": "Charis",
- "last_name": "Rowe",
- "created_at": "2025-06-05T20:43:29.825Z",
- "default_username": "alec",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Charis Rowe",
- "initials": "C R",
- "username": null,
- "title": null,
- "user_id": 1153,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "can_update_assets": true,
- "name": "Monet99",
- "description": "Voluptas voluptate eaque. Cupiditate et ipsam. Repellendus deserunt facilis."
}, - {
- "id": 3765,
- "created_at": "2025-06-05T20:43:29.964Z",
- "path_names": [
- "Munch100"
], - "path_slugs": [
- "exercitationem-eos100"
], - "slug": "exercitationem-eos100",
- "sandbox": false,
- "organizer": false,
- "type": "Collection",
- "has_children": false,
- "parent_id": null,
- "ancestor_ids": [ ],
- "permission_ids": [ ],
- "visible_assets_count": 0,
- "asset_group_id": 3765,
- "has_workflow_steps": false,
- "sort_order": null,
- "featured": false,
- "sortable": true,
- "user_group_id": null,
- "auto_group": null,
- "view_settings": null,
- "enable_embargo": false,
- "embargo_ends_at": null,
- "embargoed": false,
- "children_sort_order": null,
- "parent_children_sort_order": "name-asc",
- "position": 26,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "has_collection_shares": false,
- "already_shared_with_current_organization": null,
- "organization_id": 70,
- "organization_slug": "ferry-group",
- "user": {
- "id": 1154,
- "first_name": "Kendrick",
- "last_name": "Walsh",
- "created_at": "2025-06-05T20:43:29.896Z",
- "default_username": "stephenhessel",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Kendrick Walsh",
- "initials": "K W",
- "username": null,
- "title": null,
- "user_id": 1154,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "can_update_assets": true,
- "name": "Munch100",
- "description": "Dolorem et id. Culpa dolores est. Libero aut illo."
}
]
{- "id": 3800,
- "created_at": "2025-06-05T20:43:30.533Z",
- "path_names": [
- "Magritte101"
], - "path_slugs": [
- "placeat_tenetur101"
], - "slug": "placeat_tenetur101",
- "sandbox": false,
- "organizer": false,
- "type": "Collection",
- "has_children": false,
- "parent_id": null,
- "ancestor_ids": [ ],
- "permission_ids": [ ],
- "visible_assets_count": 0,
- "asset_group_id": 3800,
- "has_workflow_steps": false,
- "sort_order": null,
- "featured": false,
- "sortable": true,
- "user_group_id": null,
- "auto_group": null,
- "view_settings": null,
- "enable_embargo": false,
- "embargo_ends_at": null,
- "embargoed": false,
- "children_sort_order": null,
- "parent_children_sort_order": "name-asc",
- "position": 22,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "has_collection_shares": false,
- "already_shared_with_current_organization": null,
- "organization_id": 71,
- "organization_slug": "schneider-and-sons",
- "user": {
- "id": 1164,
- "first_name": "Jimmie",
- "last_name": "Rippin",
- "created_at": "2025-06-05T20:43:30.466Z",
- "default_username": "jaime",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Jimmie Rippin",
- "initials": "J R",
- "username": null,
- "title": null,
- "user_id": 1164,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "can_update_assets": true,
- "name": "Magritte101",
- "description": "Quo non voluptatibus. Quasi et eligendi. Voluptatem atque rerum.",
- "permissions": [ ],
- "workflow_steps": [ ],
- "enable_toc": false,
- "toc_copy": null,
- "toc_contact": null,
- "enable_poster_image": true,
- "poster_image": null,
- "links": [ ],
- "asset_group_admins": [ ],
- "webhooks": [ ]
}
id required | integer |
asset_id | integer ID of Asset To Add |
position | integer ID of parent folder, blank for root level |
{- "id": 9,
- "asset_group_id": 3871,
- "asset_id": 145,
- "user_id": 1175,
- "created_at": "2025-06-05T20:43:32.058Z",
- "updated_at": "2025-06-05T20:43:32.058Z",
- "approval_id": null,
- "position": 1,
- "last_lightroom_sync_at": null,
- "workflow_step_id": null
}
Supply the size and asset IDs to download to receive the token which can then be used within the next 5 minutes to start the data download.
Partial downloading is supported using the header: Range: bytes=<start>-<end>
object |
{- "download": {
- "size": "small",
- "watermarked": true,
- "via": "string",
- "skip_meta": true,
- "start_time": null,
- "end_time": null,
- "asset_ids": [
- 0
]
}
}
{- "token": "89ae0b6ef8ef8699fd2a54dc5556d5a4",
- "filename": "bergstrom-johnston-and-ruecker-mediagraph-download-#3.zip",
- "integration": null
}
user_id | integer (Optional) User ID other than Current User. Only available to admins. |
[- {
- "name": "My First Lightbox",
- "sub_type": "home",
- "description": null,
- "created_at": "2025-06-05T20:43:36.559Z",
- "organizer": false,
- "type": "Lightbox",
- "asset_group_id": 3989,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": true,
- "comments_count": 0,
- "commentable_id": 3989,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": true,
- "folder_root_id": 3989,
- "view_settings": null,
- "always_create_lightroom_assets": false,
- "last_lightroom_sync_at": null,
- "reindexing_at": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "children_sort_order": null,
- "organization_id": 76,
- "access_request_id": null,
- "user": {
- "id": 1223,
- "first_name": "Craig",
- "last_name": "Hansen",
- "created_at": "2025-06-05T20:43:36.381Z",
- "default_username": "shannonherman",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Craig Hansen",
- "initials": "C H",
- "username": null,
- "title": null,
- "user_id": 1223,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "3989-706-my-first-lightbox",
- "id": 2117,
- "path_names": [
- "My First Lightbox"
], - "path_slugs": [
- "2117-706-my-first-lightbox"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "archived": false,
- "has_uploadable_descendants": false,
- "editable": true,
- "can_update_assets": true,
- "has_children": false,
- "contribution_id": false
}, - {
- "name": "Shared with me",
- "sub_type": "shared",
- "description": null,
- "created_at": "2025-06-05T20:43:36.588Z",
- "organizer": true,
- "type": "Lightbox",
- "asset_group_id": 3992,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": false,
- "comments_count": 0,
- "commentable_id": 3992,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": false,
- "folder_root_id": 3992,
- "view_settings": null,
- "always_create_lightroom_assets": false,
- "last_lightroom_sync_at": null,
- "reindexing_at": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "children_sort_order": null,
- "organization_id": 76,
- "access_request_id": null,
- "user": {
- "id": 1223,
- "first_name": "Craig",
- "last_name": "Hansen",
- "created_at": "2025-06-05T20:43:36.381Z",
- "default_username": "shannonherman",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Craig Hansen",
- "initials": "C H",
- "username": null,
- "title": null,
- "user_id": 1223,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "3992-706-shared-with-me",
- "id": 2118,
- "path_names": [
- "Shared with me"
], - "path_slugs": [
- "2118-706-shared-with-me"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "archived": false,
- "has_uploadable_descendants": false,
- "editable": true,
- "can_update_assets": true,
- "has_children": false
}, - {
- "name": "Archive",
- "sub_type": "archive",
- "description": "\n Use this lightbox organizer to reduce clutter in the projects panel.\n Store Lightboxes and Projects that are completed or inactive here.\n ",
- "created_at": "2025-06-05T20:43:36.593Z",
- "organizer": true,
- "type": "Lightbox",
- "asset_group_id": 3993,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": false,
- "comments_count": 0,
- "commentable_id": 3993,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": false,
- "folder_root_id": 3993,
- "view_settings": null,
- "always_create_lightroom_assets": false,
- "last_lightroom_sync_at": null,
- "reindexing_at": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "children_sort_order": null,
- "organization_id": 76,
- "access_request_id": null,
- "user": {
- "id": 1223,
- "first_name": "Craig",
- "last_name": "Hansen",
- "created_at": "2025-06-05T20:43:36.381Z",
- "default_username": "shannonherman",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Craig Hansen",
- "initials": "C H",
- "username": null,
- "title": null,
- "user_id": 1223,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "3993-706-archive",
- "id": 2119,
- "path_names": [
- "Archive"
], - "path_slugs": [
- "2119-706-archive"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "archived": false,
- "has_uploadable_descendants": false,
- "editable": true,
- "can_update_assets": true,
- "has_children": false
}, - {
- "name": "Monet109",
- "sub_type": null,
- "description": "Est facilis odit. Animi sed minima. Non vel qui.",
- "created_at": "2025-06-05T20:43:36.913Z",
- "organizer": false,
- "type": "Lightbox",
- "asset_group_id": 4014,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": true,
- "comments_count": 0,
- "commentable_id": 4014,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": true,
- "folder_root_id": 4014,
- "view_settings": null,
- "always_create_lightroom_assets": false,
- "last_lightroom_sync_at": null,
- "reindexing_at": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "children_sort_order": null,
- "organization_id": 76,
- "access_request_id": null,
- "user": {
- "id": 1223,
- "first_name": "Craig",
- "last_name": "Hansen",
- "created_at": "2025-06-05T20:43:36.381Z",
- "default_username": "shannonherman",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Craig Hansen",
- "initials": "C H",
- "username": null,
- "title": null,
- "user_id": 1223,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "4014-architecto-et109",
- "id": 2132,
- "path_names": [
- "Monet109"
], - "path_slugs": [
- "2132-architecto-et109"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "archived": false,
- "has_uploadable_descendants": false,
- "editable": true,
- "can_update_assets": true,
- "has_children": false,
- "contribution_id": false
}
]
For tree traversal. All children of the Parent folder specified by parent_id
(or blank for root level) will be returned.
parent_id | integer ID of parent Lightbox, blank for root level |
sub_type | string Value: "folder" Set to |
[- {
- "name": "Archive",
- "sub_type": "archive",
- "description": "\n Use this lightbox organizer to reduce clutter in the projects panel.\n Store Lightboxes and Projects that are completed or inactive here.\n ",
- "created_at": "2025-06-05T20:43:37.127Z",
- "organizer": true,
- "type": "Lightbox",
- "asset_group_id": 4023,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": false,
- "comments_count": 0,
- "commentable_id": 4023,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": false,
- "folder_root_id": 4023,
- "view_settings": null,
- "always_create_lightroom_assets": false,
- "last_lightroom_sync_at": null,
- "reindexing_at": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "children_sort_order": null,
- "organization_id": 77,
- "access_request_id": null,
- "user": {
- "id": 1232,
- "first_name": "Sabrina",
- "last_name": "Rosenbaum",
- "created_at": "2025-06-05T20:43:36.976Z",
- "default_username": "dolliewilkinson",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Sabrina Rosenbaum",
- "initials": "S R",
- "username": null,
- "title": null,
- "user_id": 1232,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "4023-711-archive",
- "id": 2135,
- "path_names": [
- "Archive"
], - "path_slugs": [
- "2135-711-archive"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "archived": false,
- "has_uploadable_descendants": false,
- "editable": true,
- "can_update_assets": true,
- "has_children": false
}, - {
- "name": "Matisse110",
- "sub_type": null,
- "description": "Non consectetur dolores. Quo aut ut. Laudantium consectetur et.",
- "created_at": "2025-06-05T20:43:37.451Z",
- "organizer": false,
- "type": "Lightbox",
- "asset_group_id": 4044,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": true,
- "comments_count": 0,
- "commentable_id": 4044,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": true,
- "folder_root_id": 4044,
- "view_settings": null,
- "always_create_lightroom_assets": false,
- "last_lightroom_sync_at": null,
- "reindexing_at": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "children_sort_order": null,
- "organization_id": 77,
- "access_request_id": null,
- "user": {
- "id": 1232,
- "first_name": "Sabrina",
- "last_name": "Rosenbaum",
- "created_at": "2025-06-05T20:43:36.976Z",
- "default_username": "dolliewilkinson",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Sabrina Rosenbaum",
- "initials": "S R",
- "username": null,
- "title": null,
- "user_id": 1232,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "4044-rerum-vel110",
- "id": 2148,
- "path_names": [
- "Matisse110"
], - "path_slugs": [
- "2148-rerum-vel110"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "archived": false,
- "has_uploadable_descendants": false,
- "editable": true,
- "can_update_assets": true,
- "has_children": true,
- "contribution_id": false
}, - {
- "name": "My First Lightbox",
- "sub_type": "home",
- "description": null,
- "created_at": "2025-06-05T20:43:37.092Z",
- "organizer": false,
- "type": "Lightbox",
- "asset_group_id": 4019,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": true,
- "comments_count": 0,
- "commentable_id": 4019,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": true,
- "folder_root_id": 4019,
- "view_settings": null,
- "always_create_lightroom_assets": false,
- "last_lightroom_sync_at": null,
- "reindexing_at": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "children_sort_order": null,
- "organization_id": 77,
- "access_request_id": null,
- "user": {
- "id": 1232,
- "first_name": "Sabrina",
- "last_name": "Rosenbaum",
- "created_at": "2025-06-05T20:43:36.976Z",
- "default_username": "dolliewilkinson",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Sabrina Rosenbaum",
- "initials": "S R",
- "username": null,
- "title": null,
- "user_id": 1232,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "4019-711-my-first-lightbox",
- "id": 2133,
- "path_names": [
- "My First Lightbox"
], - "path_slugs": [
- "2133-711-my-first-lightbox"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "archived": false,
- "has_uploadable_descendants": false,
- "editable": true,
- "can_update_assets": true,
- "has_children": false,
- "contribution_id": false
}, - {
- "name": "Seurat111",
- "sub_type": null,
- "description": "Rerum numquam recusandae. Modi quae corporis. Ut dolor sit.",
- "created_at": "2025-06-05T20:43:37.464Z",
- "organizer": false,
- "type": "Lightbox",
- "asset_group_id": 4045,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": true,
- "comments_count": 0,
- "commentable_id": 4045,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": true,
- "folder_root_id": 4045,
- "view_settings": null,
- "always_create_lightroom_assets": false,
- "last_lightroom_sync_at": null,
- "reindexing_at": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "children_sort_order": null,
- "organization_id": 77,
- "access_request_id": null,
- "user": {
- "id": 1232,
- "first_name": "Sabrina",
- "last_name": "Rosenbaum",
- "created_at": "2025-06-05T20:43:36.976Z",
- "default_username": "dolliewilkinson",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Sabrina Rosenbaum",
- "initials": "S R",
- "username": null,
- "title": null,
- "user_id": 1232,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "4045-officiis-id111",
- "id": 2149,
- "path_names": [
- "Seurat111"
], - "path_slugs": [
- "2149-officiis-id111"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "archived": false,
- "has_uploadable_descendants": false,
- "editable": true,
- "can_update_assets": true,
- "has_children": false,
- "contribution_id": false
}, - {
- "name": "Shared with me",
- "sub_type": "shared",
- "description": null,
- "created_at": "2025-06-05T20:43:37.122Z",
- "organizer": true,
- "type": "Lightbox",
- "asset_group_id": 4022,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": false,
- "comments_count": 0,
- "commentable_id": 4022,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": false,
- "folder_root_id": 4022,
- "view_settings": null,
- "always_create_lightroom_assets": false,
- "last_lightroom_sync_at": null,
- "reindexing_at": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "children_sort_order": null,
- "organization_id": 77,
- "access_request_id": null,
- "user": {
- "id": 1232,
- "first_name": "Sabrina",
- "last_name": "Rosenbaum",
- "created_at": "2025-06-05T20:43:36.976Z",
- "default_username": "dolliewilkinson",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Sabrina Rosenbaum",
- "initials": "S R",
- "username": null,
- "title": null,
- "user_id": 1232,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "4022-711-shared-with-me",
- "id": 2134,
- "path_names": [
- "Shared with me"
], - "path_slugs": [
- "2134-711-shared-with-me"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "archived": false,
- "has_uploadable_descendants": false,
- "editable": true,
- "can_update_assets": true,
- "has_children": false
}
]
id | integer The ID of your membership to this Lightbox, or ID of a Folder. |
sub_type | string Value: "folder" Set to |
{- "name": "Durer122",
- "sub_type": null,
- "description": "Dolorem officiis sed. Dolores nihil molestiae. Qui vel voluptatum.",
- "created_at": "2025-06-05T20:43:39.149Z",
- "organizer": false,
- "type": "Lightbox",
- "asset_group_id": 4143,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": true,
- "comments_count": 0,
- "commentable_id": 4143,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": true,
- "folder_root_id": 4143,
- "view_settings": null,
- "always_create_lightroom_assets": false,
- "last_lightroom_sync_at": null,
- "reindexing_at": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "children_sort_order": null,
- "organization_id": 80,
- "access_request_id": null,
- "user": {
- "id": 1259,
- "first_name": "Dante",
- "last_name": "O'Reilly",
- "created_at": "2025-06-05T20:43:38.702Z",
- "default_username": "lester_runte",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Dante O'Reilly",
- "initials": "D O",
- "username": null,
- "title": null,
- "user_id": 1259,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "4143-quo_nihil122",
- "id": 2199,
- "path_names": [
- "Durer122"
], - "path_slugs": [
- "2199-quo_nihil122"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "archived": false,
- "has_uploadable_descendants": false,
- "editable": true,
- "can_update_assets": true,
- "has_children": true,
- "contribution_id": false,
- "lightbox_path_slugs": [
- "4143-quo_nihil122"
], - "workflow_steps": [ ],
- "users": [
- {
- "role": "viewer",
- "id": 1259,
- "first_name": "Dante",
- "last_name": "O'Reilly",
- "created_at": "2025-06-05T20:43:38.702Z",
- "default_username": "lester_runte",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Dante O'Reilly",
- "initials": "D O",
- "username": null,
- "title": null,
- "user_id": 1259,
- "lang": null,
- "notify_new_membership_requests": null
}
], - "links": [ ],
- "webhooks": [ ]
}
[- {
- "id": 743,
- "created_at": "2025-06-05T20:43:40.510Z",
- "updated_at": "2025-06-05T20:43:40.510Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 1288,
- "first_name": "Luigi",
- "last_name": "Wilkinson",
- "default_username": "tuan_kreiger",
- "confirmed_at": "2025-06-05T20:43:40.506Z",
- "created_at": "2025-06-05T20:43:40.508Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Luigi Wilkinson",
- "initials": "L W",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1288,
- "username": "tuan_kreiger",
- "notify_new_membership_requests": true
}, - "role_level": "general",
- "role_level_name": "General",
- "initials": "L W",
- "tester": false,
- "username": "tuan_kreiger",
- "title": null,
- "last_login_at": null,
- "is_owner": false,
- "otp_required_for_login": null,
- "name": "Luigi Wilkinson",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": true
}, - {
- "id": 742,
- "created_at": "2025-06-05T20:43:40.431Z",
- "updated_at": "2025-06-05T20:43:40.431Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 1287,
- "first_name": "Dannielle",
- "last_name": "Deckow",
- "default_username": "elisha",
- "confirmed_at": "2025-06-05T20:43:40.428Z",
- "created_at": "2025-06-05T20:43:40.429Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Dannielle Deckow",
- "initials": "D D",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1287,
- "username": "elisha",
- "notify_new_membership_requests": true
}, - "role_level": "general",
- "role_level_name": "General",
- "initials": "D D",
- "tester": false,
- "username": "elisha",
- "title": null,
- "last_login_at": null,
- "is_owner": false,
- "otp_required_for_login": null,
- "name": "Dannielle Deckow",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": true
}, - {
- "id": 741,
- "created_at": "2025-06-05T20:43:40.364Z",
- "updated_at": "2025-06-05T20:43:40.364Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 1286,
- "first_name": "Russell",
- "last_name": "Labadie",
- "default_username": "nick",
- "confirmed_at": "2025-06-05T20:43:40.362Z",
- "created_at": "2025-06-05T20:43:40.363Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Russell Labadie",
- "initials": "R L",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1286,
- "username": "nick",
- "notify_new_membership_requests": true
}, - "role_level": "general",
- "role_level_name": "General",
- "initials": "R L",
- "tester": false,
- "username": "nick",
- "title": null,
- "last_login_at": null,
- "is_owner": false,
- "otp_required_for_login": null,
- "name": "Russell Labadie",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": true
}, - {
- "id": 740,
- "created_at": "2025-06-05T20:43:40.260Z",
- "updated_at": "2025-06-05T20:43:40.260Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 1281,
- "first_name": "Zemlak Inc Test",
- "last_name": "Global Tagger",
- "default_username": null,
- "confirmed_at": "2025-06-05T20:43:40.257Z",
- "created_at": "2025-06-05T20:43:40.259Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Zemlak Inc Test Global Tagger",
- "initials": "Z G",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1281,
- "username": null,
- "notify_new_membership_requests": true
}, - "role_level": "global_tagger",
- "role_level_name": "Global Tagger",
- "initials": "Z G",
- "tester": true,
- "username": null,
- "title": null,
- "last_login_at": null,
- "is_owner": false,
- "otp_required_for_login": null,
- "name": "Zemlak Inc Test Global Tagger",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": true
}, - {
- "id": 739,
- "created_at": "2025-06-05T20:43:40.201Z",
- "updated_at": "2025-06-05T20:43:40.201Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 1280,
- "first_name": "Zemlak Inc Test",
- "last_name": "Global Library Manager",
- "default_username": null,
- "confirmed_at": "2025-06-05T20:43:40.198Z",
- "created_at": "2025-06-05T20:43:40.199Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Zemlak Inc Test Global Library Manager",
- "initials": "Z G",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1280,
- "username": null,
- "notify_new_membership_requests": true
}, - "role_level": "global_library",
- "role_level_name": "Global Library",
- "initials": "Z G",
- "tester": true,
- "username": null,
- "title": null,
- "last_login_at": null,
- "is_owner": false,
- "otp_required_for_login": null,
- "name": "Zemlak Inc Test Global Library Manager",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": true
}, - {
- "id": 738,
- "created_at": "2025-06-05T20:43:40.145Z",
- "updated_at": "2025-06-05T20:43:40.145Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 1279,
- "first_name": "Zemlak Inc Test",
- "last_name": "Global Content Manager",
- "default_username": null,
- "confirmed_at": "2025-06-05T20:43:40.142Z",
- "created_at": "2025-06-05T20:43:40.144Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Zemlak Inc Test Global Content Manager",
- "initials": "Z G",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1279,
- "username": null,
- "notify_new_membership_requests": true
}, - "role_level": "global_content",
- "role_level_name": "Global Content",
- "initials": "Z G",
- "tester": true,
- "username": null,
- "title": null,
- "last_login_at": null,
- "is_owner": false,
- "otp_required_for_login": null,
- "name": "Zemlak Inc Test Global Content Manager",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": true
}, - {
- "id": 737,
- "created_at": "2025-06-05T20:43:40.085Z",
- "updated_at": "2025-06-05T20:43:40.085Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 1278,
- "first_name": "Zemlak Inc Test",
- "last_name": "General Member",
- "default_username": null,
- "confirmed_at": "2025-06-05T20:43:40.081Z",
- "created_at": "2025-06-05T20:43:40.083Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Zemlak Inc Test General Member",
- "initials": "Z G",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1278,
- "username": null,
- "notify_new_membership_requests": true
}, - "role_level": "general",
- "role_level_name": "General",
- "initials": "Z G",
- "tester": true,
- "username": null,
- "title": null,
- "last_login_at": null,
- "is_owner": false,
- "otp_required_for_login": null,
- "name": "Zemlak Inc Test General Member",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": true
}, - {
- "id": 736,
- "created_at": "2025-06-05T20:43:40.022Z",
- "updated_at": "2025-06-05T20:43:40.022Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 1277,
- "first_name": "Mauricio",
- "last_name": "Hansen",
- "default_username": "ettawatsica",
- "confirmed_at": "2025-06-05T20:43:39.819Z",
- "created_at": "2025-06-05T20:43:39.821Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Mauricio Hansen",
- "initials": "M H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1277,
- "username": "ettawatsica",
- "notify_new_membership_requests": true
}, - "role_level": "admin",
- "role_level_name": "Admin",
- "initials": "M H",
- "tester": false,
- "username": "ettawatsica",
- "title": null,
- "last_login_at": null,
- "is_owner": true,
- "otp_required_for_login": null,
- "name": "Mauricio Hansen",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": false
}
]
{- "id": 749,
- "created_at": "2025-06-05T20:43:41.075Z",
- "updated_at": "2025-06-05T20:43:41.075Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 1298,
- "first_name": "Bethany",
- "last_name": "Ernser",
- "default_username": "elly",
- "confirmed_at": "2025-06-05T20:43:41.074Z",
- "created_at": "2025-06-05T20:43:41.074Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Bethany Ernser",
- "initials": "B E",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1298,
- "username": "elly",
- "notify_new_membership_requests": true
}, - "role_level": "general",
- "role_level_name": "General",
- "initials": "B E",
- "tester": false,
- "username": "elly",
- "title": null,
- "last_login_at": null,
- "is_owner": false,
- "otp_required_for_login": null,
- "name": "Bethany Ernser",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": true
}
id required | integer |
object |
{- "membership": {
- "role_level": "global_library"
}
}
{- "organization_id": 84,
- "id": 755,
- "user_id": 1308,
- "invite_id": null,
- "aasm_state": "active",
- "created_at": "2025-06-05T20:43:41.612Z",
- "updated_at": "2025-06-05T20:43:41.681Z",
- "role_level": "global_library",
- "username": "cheyenne_grimes",
- "title": null,
- "last_login_at": null,
- "box_token": null,
- "box_token_set_at": null,
- "single_use_token": null,
- "box_user": null,
- "grid_color": null,
- "dropbox_token": null,
- "dropbox_token_set_at": null,
- "dropbox_user": null,
- "google_drive_refresh_token": null,
- "google_drive_access_token": null,
- "google_drive_connected_at": null,
- "google_drive_account": null,
- "frame_token": null,
- "frame_token_set_at": null,
- "frame_account": null,
- "lightroom_token": null,
- "lightroom_token_set_at": null,
- "lightroom_account": null,
- "lightroom_catalog_id": null,
- "created_via": null,
- "rekognition_user_id": null,
- "face_tag_id": null,
- "notify_new_membership_requests": true,
- "name": "Macy Hayes",
- "initials": "M H",
- "avatar_url": null,
- "user_group_ids": [ ]
}
id required | integer |
status | string Enum: "active" "deactivated" Status |
{- "organization_id": 85,
- "id": 761,
- "user_id": 1318,
- "invite_id": null,
- "aasm_state": "deactivated",
- "created_at": "2025-06-05T20:43:42.123Z",
- "updated_at": "2025-06-05T20:43:42.198Z",
- "role_level": "general",
- "username": "christopher",
- "title": null,
- "last_login_at": null,
- "box_token": null,
- "box_token_set_at": null,
- "single_use_token": null,
- "box_user": null,
- "grid_color": null,
- "dropbox_token": null,
- "dropbox_token_set_at": null,
- "dropbox_user": null,
- "google_drive_refresh_token": null,
- "google_drive_access_token": null,
- "google_drive_connected_at": null,
- "google_drive_account": null,
- "frame_token": null,
- "frame_token_set_at": null,
- "frame_account": null,
- "lightroom_token": null,
- "lightroom_token_set_at": null,
- "lightroom_account": null,
- "lightroom_catalog_id": null,
- "created_via": null,
- "rekognition_user_id": null,
- "face_tag_id": null,
- "notify_new_membership_requests": true,
- "name": "Chris Greenholt",
- "initials": "C G",
- "avatar_url": null,
- "user_group_ids": [ ]
}
Get details about the Organization and your Abilities (https://github.com/stalniy/casl) for it via its slug.
slug | string The slug of the Organization |
{- "organization": {
- "id": 86,
- "title": "Goodwin LLC",
- "domain": null,
- "slug": "goodwin-llc",
- "created_at": "2025-06-05T20:43:42.368Z",
- "updated_at": "2025-06-05T20:43:42.843Z",
- "logo_url": null,
- "large_logo_url": null,
- "last_login_at": null,
- "public_headline": null,
- "public_text": null,
- "public_banner_asset_guids": [ ],
- "login_background_asset_guid": null,
- "current_role_level_name": null,
- "lightbox_upload_role_level": "global_content",
- "stripe_status": "trialing",
- "custom_pricing": false,
- "enable_product_info": true,
- "enable_artwork_or_object": true,
- "enable_truncated_date_writing": false,
- "enable_face_tagging": false,
- "enable_membership_requests": true,
- "enable_sso": false,
- "sso_type": null,
- "encrypt_saml": false,
- "saml_email_attribute_name": "email",
- "hide_password_login": false,
- "stripe_product_code": "enterprise2",
- "invoicing": false,
- "minimum_usage": null,
- "stripe_interval": "year",
- "storage_tier": 0,
- "cas_server_url": null,
- "cas_login_url": null,
- "sso_groups_field": null,
- "use_path_for_sso": true,
- "sso_token": "c98115e8",
- "plan_has_sso": true,
- "plan_has_group_content_managers": true,
- "plan_has_multiple_tag_trees": true,
- "free": false,
- "trial_ends_at": "2025-07-05T20:43:42.000Z",
- "locked": false,
- "view_settings": null,
- "reindexing": false,
- "reindexing_started_at": null,
- "reindexing_eta": null,
- "enable_ai": false,
- "enable_rekognition": false,
- "enable_general_member_auto_tags": false,
- "auto_tag_confidence_threshold": 80,
- "enable_nsfw_detection": false,
- "omit_auto_tag_results": false,
- "auto_tag_prompt": null,
- "default_timezone": null,
- "download_filename_format": null,
- "access_request_terms": null,
- "contact_email": null,
- "contact_address": null,
- "contact_phone": null,
- "company_name": null,
- "overwrite_exif_date": false,
- "include_taggers_in_admin": false,
- "default_sort_order": "created_at-desc",
- "default_landing_page": "explore",
- "enable_transcription": true,
- "share_download_role_level": "general",
- "enable_face_training_mode": false,
- "medium_download_size": 1200,
- "sidebar_settings": [
- {
- "name": "taxonomies",
- "admin": true,
- "public": true,
- "general": true
}, - {
- "name": "date_created",
- "admin": true,
- "public": true,
- "general": true
}, - {
- "name": "events",
- "admin": true,
- "public": true,
- "general": true
}, - {
- "name": "filters",
- "admin": true,
- "public": true,
- "general": true
}
], - "inactivity_timeout_minutes": 1440,
- "alt_text_generation_prompt": null,
- "alt_text_generation_mode": "on",
- "rights_package_expiration_notify_days": 7,
- "toc_default_enabled": true,
- "toc_default_enable_poster_image": false,
- "enable_help_menu_link": false,
- "help_menu_link_text": null,
- "help_menu_link_url": null,
- "has_bedrock_credentials": false,
- "user": {
- "id": 1319,
- "first_name": "Antonetta",
- "last_name": "Kozey",
- "created_at": "2025-06-05T20:43:42.354Z",
- "default_username": "mitchel_wisozk",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Antonetta Kozey",
- "initials": "A K",
- "username": null,
- "title": null,
- "user_id": 1319,
- "lang": null,
- "notify_new_membership_requests": null
}, - "default_asset_modal_layout": "vertical",
- "is_owner": true,
- "role_level": "admin",
- "role_level_name": "Admin",
- "user_group_names": [ ],
- "stripe_details": null,
- "billing_email": null,
- "stripe_coupon": null,
- "stripe_customer_id": "test_cus_17",
- "stripe_subscription_id": "test_su_18",
- "bedrock_aws_key": null,
- "bedrock_aws_secret": null,
- "bedrock_aws_region": null,
- "has_public_uploads": false,
- "has_custom_meta_fields": true,
- "enable_download_statement": false,
- "header_background_color": "#000000",
- "header_text_color": "#ffffff",
- "header_highlight_color": "#1890ff",
- "enable_access_requests": false,
- "quick_info_settings": [
- "stats",
- "creator",
- "description",
- "usage_rights",
- "links",
- "optimization_requests",
- "restricted_access",
- "keywords",
- "gps"
], - "sidebar_items": [
- {
- "name": "taxonomies",
- "admin": true,
- "public": true,
- "general": true
}, - {
- "name": "date_created",
- "admin": true,
- "public": true,
- "general": true
}, - {
- "name": "events",
- "admin": true,
- "public": true,
- "general": true
}, - {
- "name": "filters",
- "admin": true,
- "public": true,
- "general": true
}
], - "banner_assets": [ ]
}, - "abilities": [
- {
- "action": [
- "manage"
], - "subject": [
- "all"
], - "conditions": {
- "organization_id": 86
}
}, - {
- "action": [
- "move_to_root"
], - "subject": [
- "AssetGroup"
]
}, - {
- "action": [
- "manage"
], - "subject": [
- "organization"
], - "inverted": true
}, - {
- "action": [
- "manage"
], - "subject": [
- "DownloadAsset"
], - "inverted": true
}, - {
- "action": [
- "manage"
], - "subject": [
- "DownloadAsset"
], - "conditions": {
- "asset": {
- "organization_id": 86
}
}
}, - {
- "action": [
- "manage"
], - "subject": [
- "TaxonomyImport"
], - "inverted": true
}, - {
- "action": [
- "manage"
], - "subject": [
- "TaxonomyImport"
], - "conditions": {
- "taxonomy": {
- "organization_id": 86
}
}
}, - {
- "action": [
- "manage"
], - "subject": [
- "Tagging"
], - "inverted": true
}, - {
- "action": [
- "manage"
], - "subject": [
- "Tagging"
], - "conditions": {
- "tag": {
- "organization_id": 86
}
}
}, - {
- "action": [
- "manage"
], - "subject": [
- "Organization"
], - "conditions": {
- "id": 86
}
}, - {
- "action": [
- "manage"
], - "subject": [
- "CropPreset"
], - "conditions": {
- "organization_id": 86
}
}, - {
- "action": [
- "manage"
], - "subject": [
- "Content"
], - "inverted": true
}, - {
- "action": [
- "manage"
], - "subject": [
- "User"
], - "inverted": true
}, - {
- "action": [
- "switch_to_user"
], - "subject": [
- "User"
]
}
]
}
id | integer Example: id=87 The ID of the Organization |
{- "id": 87,
- "title": "Kerluke LLC",
- "domain": null,
- "slug": "kerluke-llc",
- "created_at": "2025-06-05T20:43:42.900Z",
- "updated_at": "2025-06-05T20:43:43.310Z",
- "logo_url": null,
- "large_logo_url": null,
- "last_login_at": null,
- "public_headline": null,
- "public_text": null,
- "public_banner_asset_guids": [ ],
- "login_background_asset_guid": null,
- "current_role_level_name": null,
- "lightbox_upload_role_level": "global_content",
- "stripe_status": "trialing",
- "custom_pricing": false,
- "enable_product_info": true,
- "enable_artwork_or_object": true,
- "enable_truncated_date_writing": false,
- "enable_face_tagging": false,
- "enable_membership_requests": true,
- "enable_sso": false,
- "sso_type": null,
- "encrypt_saml": false,
- "saml_email_attribute_name": "email",
- "hide_password_login": false,
- "stripe_product_code": "enterprise2",
- "invoicing": false,
- "minimum_usage": null,
- "stripe_interval": "year",
- "storage_tier": 0,
- "cas_server_url": null,
- "cas_login_url": null,
- "sso_groups_field": null,
- "use_path_for_sso": true,
- "sso_token": "41089176",
- "plan_has_sso": true,
- "plan_has_group_content_managers": true,
- "plan_has_multiple_tag_trees": true,
- "free": false,
- "trial_ends_at": "2025-07-05T20:43:43.000Z",
- "locked": false,
- "view_settings": null,
- "reindexing": false,
- "reindexing_started_at": null,
- "reindexing_eta": null,
- "enable_ai": false,
- "enable_rekognition": false,
- "enable_general_member_auto_tags": false,
- "auto_tag_confidence_threshold": 80,
- "enable_nsfw_detection": false,
- "omit_auto_tag_results": false,
- "auto_tag_prompt": null,
- "default_timezone": null,
- "download_filename_format": null,
- "access_request_terms": null,
- "contact_email": null,
- "contact_address": null,
- "contact_phone": null,
- "company_name": null,
- "overwrite_exif_date": false,
- "include_taggers_in_admin": false,
- "default_sort_order": "created_at-desc",
- "default_landing_page": "explore",
- "enable_transcription": true,
- "share_download_role_level": "general",
- "enable_face_training_mode": false,
- "medium_download_size": 1200,
- "sidebar_settings": [
- {
- "name": "taxonomies",
- "admin": true,
- "public": true,
- "general": true
}, - {
- "name": "date_created",
- "admin": true,
- "public": true,
- "general": true
}, - {
- "name": "events",
- "admin": true,
- "public": true,
- "general": true
}, - {
- "name": "filters",
- "admin": true,
- "public": true,
- "general": true
}
], - "inactivity_timeout_minutes": 1440,
- "alt_text_generation_prompt": null,
- "alt_text_generation_mode": "on",
- "rights_package_expiration_notify_days": 7,
- "toc_default_enabled": true,
- "toc_default_enable_poster_image": false,
- "enable_help_menu_link": false,
- "help_menu_link_text": null,
- "help_menu_link_url": null,
- "has_bedrock_credentials": false,
- "user": {
- "id": 1328,
- "first_name": "Adam",
- "last_name": "McKenzie",
- "created_at": "2025-06-05T20:43:42.895Z",
- "default_username": "marlonhansen",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Adam McKenzie",
- "initials": "A M",
- "username": null,
- "title": null,
- "user_id": 1328,
- "lang": null,
- "notify_new_membership_requests": null
}, - "default_asset_modal_layout": "vertical",
- "is_owner": true,
- "role_level": "admin",
- "role_level_name": "Admin",
- "user_group_names": [ ],
- "stripe_details": null,
- "billing_email": null,
- "stripe_coupon": null,
- "stripe_customer_id": "test_cus_21",
- "stripe_subscription_id": "test_su_22",
- "bedrock_aws_key": null,
- "bedrock_aws_secret": null,
- "bedrock_aws_region": null,
- "has_public_uploads": false,
- "has_custom_meta_fields": true,
- "enable_download_statement": false,
- "header_background_color": "#000000",
- "header_text_color": "#ffffff",
- "header_highlight_color": "#1890ff",
- "enable_access_requests": false,
- "quick_info_settings": [
- "stats",
- "creator",
- "description",
- "usage_rights",
- "links",
- "optimization_requests",
- "restricted_access",
- "keywords",
- "gps"
], - "sidebar_items": [
- {
- "name": "taxonomies",
- "admin": true,
- "public": true,
- "general": true
}, - {
- "name": "date_created",
- "admin": true,
- "public": true,
- "general": true
}, - {
- "name": "events",
- "admin": true,
- "public": true,
- "general": true
}, - {
- "name": "filters",
- "admin": true,
- "public": true,
- "general": true
}
], - "banner_assets": [ ]
}
publish_user_id | integer Filter by Publish User ID; for Lightroom Publish Connections |
publish_type | string Value: "lightroom" Filter by Publish Type |
[- {
- "id": 4391,
- "created_at": "2025-06-05T20:43:43.727Z",
- "name": "My First Lightbox",
- "description": null,
- "slug": "my-first-lightbox-3",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "parent_id": 4390,
- "ancestor_ids": [
- 4382,
- 4390
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "tester-1a8f86e9-mediagraph-io",
- "my-first-lightbox-3"
], - "asset_group_id": 4391,
- "has_workflow_steps": false,
- "contribution_id": 2701,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1338,
- "first_name": "Feest-Konopelski Test",
- "last_name": "General Member",
- "created_at": "2025-06-05T20:43:43.700Z",
- "default_username": null,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Feest-Konopelski Test General Member",
- "initials": "F G",
- "username": null,
- "title": null,
- "user_id": 1338,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 4380,
- "created_at": "2025-06-05T20:43:43.559Z",
- "name": "Uploads",
- "description": null,
- "slug": "uploads",
- "organizer": true,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "path_names": [
- "Uploads"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "uploads"
], - "asset_group_id": 4380,
- "has_workflow_steps": false,
- "contribution_id": null,
- "enable_contribution": false,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1337,
- "first_name": "Cristina",
- "last_name": "Wehner",
- "created_at": "2025-06-05T20:43:43.502Z",
- "default_username": "kendrick",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Cristina Wehner",
- "initials": "C W",
- "username": null,
- "title": null,
- "user_id": 1337,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 4381,
- "created_at": "2025-06-05T20:43:43.565Z",
- "name": "Default",
- "description": null,
- "slug": "default",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Uploads",
- "Default"
], - "parent_id": 4380,
- "ancestor_ids": [
- 4380
], - "visible_assets_count": null,
- "path_slugs": [
- "uploads",
- "default"
], - "asset_group_id": 4381,
- "has_workflow_steps": false,
- "contribution_id": 2695,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1337,
- "first_name": "Cristina",
- "last_name": "Wehner",
- "created_at": "2025-06-05T20:43:43.502Z",
- "default_username": "kendrick",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Cristina Wehner",
- "initials": "C W",
- "username": null,
- "title": null,
- "user_id": 1337,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 4382,
- "created_at": "2025-06-05T20:43:43.576Z",
- "name": "Lightbox Uploads Storage",
- "description": null,
- "slug": "lightbox-uploads-storage",
- "organizer": true,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "path_names": [
- "Lightbox Uploads Storage"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage"
], - "asset_group_id": 4382,
- "has_workflow_steps": false,
- "contribution_id": null,
- "enable_contribution": false,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1337,
- "first_name": "Cristina",
- "last_name": "Wehner",
- "created_at": "2025-06-05T20:43:43.502Z",
- "default_username": "kendrick",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Cristina Wehner",
- "initials": "C W",
- "username": null,
- "title": null,
- "user_id": 1337,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 4385,
- "created_at": "2025-06-05T20:43:43.639Z",
- "description": null,
- "slug": "dwayne-jast-info",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "parent_id": 4382,
- "ancestor_ids": [
- 4382
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "dwayne-jast-info"
], - "asset_group_id": 4385,
- "has_workflow_steps": false,
- "contribution_id": 2697,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1337,
- "first_name": "Cristina",
- "last_name": "Wehner",
- "created_at": "2025-06-05T20:43:43.502Z",
- "default_username": "kendrick",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Cristina Wehner",
- "initials": "C W",
- "username": null,
- "title": null,
- "user_id": 1337,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 4386,
- "created_at": "2025-06-05T20:43:43.651Z",
- "name": "My First Lightbox",
- "description": null,
- "slug": "my-first-lightbox",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "parent_id": 4385,
- "ancestor_ids": [
- 4382,
- 4385
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "dwayne-jast-info",
- "my-first-lightbox"
], - "asset_group_id": 4386,
- "has_workflow_steps": false,
- "contribution_id": 2698,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1337,
- "first_name": "Cristina",
- "last_name": "Wehner",
- "created_at": "2025-06-05T20:43:43.502Z",
- "default_username": "kendrick",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Cristina Wehner",
- "initials": "C W",
- "username": null,
- "title": null,
- "user_id": 1337,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 4390,
- "created_at": "2025-06-05T20:43:43.714Z",
- "description": null,
- "slug": "tester-1a8f86e9-mediagraph-io",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "parent_id": 4382,
- "ancestor_ids": [
- 4382
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "tester-1a8f86e9-mediagraph-io"
], - "asset_group_id": 4390,
- "has_workflow_steps": false,
- "contribution_id": 2700,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1338,
- "first_name": "Feest-Konopelski Test",
- "last_name": "General Member",
- "created_at": "2025-06-05T20:43:43.700Z",
- "default_username": null,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Feest-Konopelski Test General Member",
- "initials": "F G",
- "username": null,
- "title": null,
- "user_id": 1338,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 4395,
- "created_at": "2025-06-05T20:43:43.782Z",
- "description": null,
- "slug": "tester-d4d70b00-mediagraph-io",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "parent_id": 4382,
- "ancestor_ids": [
- 4382
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "tester-d4d70b00-mediagraph-io"
], - "asset_group_id": 4395,
- "has_workflow_steps": false,
- "contribution_id": 2703,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1339,
- "first_name": "Feest-Konopelski Test",
- "last_name": "Global Content Manager",
- "created_at": "2025-06-05T20:43:43.769Z",
- "default_username": null,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Feest-Konopelski Test Global Content Manager",
- "initials": "F G",
- "username": null,
- "title": null,
- "user_id": 1339,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 4396,
- "created_at": "2025-06-05T20:43:43.796Z",
- "name": "My First Lightbox",
- "description": null,
- "slug": "my-first-lightbox-4",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "parent_id": 4395,
- "ancestor_ids": [
- 4382,
- 4395
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "tester-d4d70b00-mediagraph-io",
- "my-first-lightbox-4"
], - "asset_group_id": 4396,
- "has_workflow_steps": false,
- "contribution_id": 2704,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1339,
- "first_name": "Feest-Konopelski Test",
- "last_name": "Global Content Manager",
- "created_at": "2025-06-05T20:43:43.769Z",
- "default_username": null,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Feest-Konopelski Test Global Content Manager",
- "initials": "F G",
- "username": null,
- "title": null,
- "user_id": 1339,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 4400,
- "created_at": "2025-06-05T20:43:43.851Z",
- "description": null,
- "slug": "tester-efac4b17-mediagraph-io",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "parent_id": 4382,
- "ancestor_ids": [
- 4382
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "tester-efac4b17-mediagraph-io"
], - "asset_group_id": 4400,
- "has_workflow_steps": false,
- "contribution_id": 2706,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1340,
- "first_name": "Feest-Konopelski Test",
- "last_name": "Global Library Manager",
- "created_at": "2025-06-05T20:43:43.838Z",
- "default_username": null,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Feest-Konopelski Test Global Library Manager",
- "initials": "F G",
- "username": null,
- "title": null,
- "user_id": 1340,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 4401,
- "created_at": "2025-06-05T20:43:43.864Z",
- "name": "My First Lightbox",
- "description": null,
- "slug": "my-first-lightbox-5",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "parent_id": 4400,
- "ancestor_ids": [
- 4382,
- 4400
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "tester-efac4b17-mediagraph-io",
- "my-first-lightbox-5"
], - "asset_group_id": 4401,
- "has_workflow_steps": false,
- "contribution_id": 2707,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1340,
- "first_name": "Feest-Konopelski Test",
- "last_name": "Global Library Manager",
- "created_at": "2025-06-05T20:43:43.838Z",
- "default_username": null,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Feest-Konopelski Test Global Library Manager",
- "initials": "F G",
- "username": null,
- "title": null,
- "user_id": 1340,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 4405,
- "created_at": "2025-06-05T20:43:43.921Z",
- "description": null,
- "slug": "tester-472697e1-mediagraph-io",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "parent_id": 4382,
- "ancestor_ids": [
- 4382
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "tester-472697e1-mediagraph-io"
], - "asset_group_id": 4405,
- "has_workflow_steps": false,
- "contribution_id": 2709,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1341,
- "first_name": "Feest-Konopelski Test",
- "last_name": "Global Tagger",
- "created_at": "2025-06-05T20:43:43.907Z",
- "default_username": null,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Feest-Konopelski Test Global Tagger",
- "initials": "F G",
- "username": null,
- "title": null,
- "user_id": 1341,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 4406,
- "created_at": "2025-06-05T20:43:43.935Z",
- "name": "My First Lightbox",
- "description": null,
- "slug": "my-first-lightbox-6",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "parent_id": 4405,
- "ancestor_ids": [
- 4382,
- 4405
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "tester-472697e1-mediagraph-io",
- "my-first-lightbox-6"
], - "asset_group_id": 4406,
- "has_workflow_steps": false,
- "contribution_id": 2710,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1341,
- "first_name": "Feest-Konopelski Test",
- "last_name": "Global Tagger",
- "created_at": "2025-06-05T20:43:43.907Z",
- "default_username": null,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Feest-Konopelski Test Global Tagger",
- "initials": "F G",
- "username": null,
- "title": null,
- "user_id": 1341,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 4410,
- "created_at": "2025-06-05T20:43:44.058Z",
- "description": null,
- "slug": "greg-lynch-konopelski-com",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "parent_id": 4382,
- "ancestor_ids": [
- 4382
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "greg-lynch-konopelski-com"
], - "asset_group_id": 4410,
- "has_workflow_steps": false,
- "contribution_id": 2712,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1346,
- "first_name": "Jack",
- "last_name": "Osinski",
- "created_at": "2025-06-05T20:43:44.041Z",
- "default_username": "georgiana_heaney",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Jack Osinski",
- "initials": "J O",
- "username": null,
- "title": null,
- "user_id": 1346,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 4411,
- "created_at": "2025-06-05T20:43:44.074Z",
- "name": "My First Lightbox",
- "description": null,
- "slug": "my-first-lightbox-7",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "parent_id": 4410,
- "ancestor_ids": [
- 4382,
- 4410
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "greg-lynch-konopelski-com",
- "my-first-lightbox-7"
], - "asset_group_id": 4411,
- "has_workflow_steps": false,
- "contribution_id": 2713,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1346,
- "first_name": "Jack",
- "last_name": "Osinski",
- "created_at": "2025-06-05T20:43:44.041Z",
- "default_username": "georgiana_heaney",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Jack Osinski",
- "initials": "J O",
- "username": null,
- "title": null,
- "user_id": 1346,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 4414,
- "created_at": "2025-06-05T20:43:44.117Z",
- "name": "Renoir126",
- "description": "Nesciunt omnis facere. Aut et veniam. Dignissimos eum velit.",
- "slug": "quisquam-aut126",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Renoir126"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "quisquam-aut126"
], - "asset_group_id": 4414,
- "has_workflow_steps": false,
- "contribution_id": 2714,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1346,
- "first_name": "Jack",
- "last_name": "Osinski",
- "created_at": "2025-06-05T20:43:44.041Z",
- "default_username": "georgiana_heaney",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Jack Osinski",
- "initials": "J O",
- "username": null,
- "title": null,
- "user_id": 1346,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}
]
object |
{- "storage_folder": {
- "name": "Test Folder",
- "description": "string",
- "parent_id": 4582,
- "organizer": true,
- "publish_type": "l",
- "publish_user_name": "string"
}
}
{- "id": 4583,
- "created_at": "2025-06-05T20:43:47.326Z",
- "name": "Test Folder",
- "description": null,
- "slug": "test-folder",
- "organizer": null,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Paul Klee133",
- "Test Folder"
], - "parent_id": 4582,
- "ancestor_ids": [
- 4582
], - "visible_assets_count": null,
- "path_slugs": [
- "laudantium_sit133",
- "test-folder"
], - "asset_group_id": 4583,
- "has_workflow_steps": false,
- "contribution_id": 2815,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1386,
- "first_name": "Damaris",
- "last_name": "Hilll",
- "created_at": "2025-06-05T20:43:46.770Z",
- "default_username": "felisa_kulas",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Damaris Hilll",
- "initials": "D H",
- "username": null,
- "title": null,
- "user_id": 1386,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ],
- "block_destroy": false,
- "total_file_size": 0,
- "links": [ ],
- "webhooks": [ ]
}
For tree traversal. All children of the Parent folder specified by parent_id
(or blank for root level) will be returned.
parent_id | integer ID of parent folder, blank for root level |
[- {
- "id": 4417,
- "created_at": "2025-06-05T20:43:44.275Z",
- "name": "Lightbox Uploads Storage",
- "description": null,
- "slug": "lightbox-uploads-storage",
- "organizer": true,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "path_names": [
- "Lightbox Uploads Storage"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage"
], - "asset_group_id": 4417,
- "has_workflow_steps": false,
- "contribution_id": null,
- "enable_contribution": false,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1347,
- "first_name": "Dick",
- "last_name": "Herzog",
- "created_at": "2025-06-05T20:43:44.197Z",
- "default_username": "charita",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Dick Herzog",
- "initials": "D H",
- "username": null,
- "title": null,
- "user_id": 1347,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 4455,
- "created_at": "2025-06-05T20:43:44.823Z",
- "name": "Monet128",
- "description": "Doloremque tenetur aut. Id atque quo. Amet nisi enim.",
- "slug": "qui_nostrum128",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Monet128"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "qui_nostrum128"
], - "asset_group_id": 4455,
- "has_workflow_steps": false,
- "contribution_id": 2738,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1357,
- "first_name": "Cordell",
- "last_name": "Willms",
- "created_at": "2025-06-05T20:43:44.748Z",
- "default_username": "aronabernathy",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Cordell Willms",
- "initials": "C W",
- "username": null,
- "title": null,
- "user_id": 1357,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 4449,
- "created_at": "2025-06-05T20:43:44.740Z",
- "name": "Pissarro127",
- "description": "Quisquam aut cupiditate. Nam nulla ea. Magni quod ea.",
- "slug": "et_tempora127",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Pissarro127"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "et_tempora127"
], - "asset_group_id": 4449,
- "has_workflow_steps": false,
- "contribution_id": 2734,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1356,
- "first_name": "Arielle",
- "last_name": "Von",
- "created_at": "2025-06-05T20:43:44.671Z",
- "default_username": "gilberte",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Arielle Von",
- "initials": "A V",
- "username": null,
- "title": null,
- "user_id": 1356,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 4415,
- "created_at": "2025-06-05T20:43:44.256Z",
- "name": "Uploads",
- "description": null,
- "slug": "uploads",
- "organizer": true,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "path_names": [
- "Uploads"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "uploads"
], - "asset_group_id": 4415,
- "has_workflow_steps": false,
- "contribution_id": null,
- "enable_contribution": false,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1347,
- "first_name": "Dick",
- "last_name": "Herzog",
- "created_at": "2025-06-05T20:43:44.197Z",
- "default_username": "charita",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Dick Herzog",
- "initials": "D H",
- "username": null,
- "title": null,
- "user_id": 1347,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}
]
{- "id": 4547,
- "created_at": "2025-06-05T20:43:46.737Z",
- "name": "Magritte132",
- "description": "Dolores qui odit. Sit nobis non. Quia nemo sunt.",
- "slug": "natus-reiciendis132",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Magritte132"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "natus-reiciendis132"
], - "asset_group_id": 4547,
- "has_workflow_steps": false,
- "contribution_id": 2794,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1385,
- "first_name": "Julian",
- "last_name": "Ernser",
- "created_at": "2025-06-05T20:43:46.675Z",
- "default_username": "luciano",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Julian Ernser",
- "initials": "J E",
- "username": null,
- "title": null,
- "user_id": 1385,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ],
- "block_destroy": false,
- "total_file_size": 0,
- "links": [ ],
- "webhooks": [ ]
}
id required | integer |
object |
{- "storage_folder": {
- "name": "Test Folder Edit",
- "description": "string",
- "parent_id": 0,
- "organizer": true,
- "lightroom_publish_service_id": "lr-catalog-id"
}
}
{- "id": 4618,
- "created_at": "2025-06-05T20:43:47.867Z",
- "name": "Test Folder Edit",
- "description": "Laboriosam et iste. Consequatur voluptatum sequi. Blanditiis ut quis.",
- "slug": "test-folder-edit",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Test Folder Edit"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "test-folder-edit"
], - "asset_group_id": 4618,
- "has_workflow_steps": false,
- "contribution_id": 2835,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": "lr-catalog-id",
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1405,
- "first_name": "Leana",
- "last_name": "Morissette",
- "created_at": "2025-06-05T20:43:47.795Z",
- "default_username": "theressa",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Leana Morissette",
- "initials": "L M",
- "username": null,
- "title": null,
- "user_id": 1405,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ],
- "block_destroy": false,
- "total_file_size": 0,
- "links": [ ],
- "webhooks": [ ]
}
[- {
- "id": 103,
- "organization_id": 100,
- "name": "nisi",
- "description": null,
- "user_id": 1479,
- "created_at": "2025-06-05T20:43:52.034Z",
- "updated_at": "2025-06-05T20:43:52.034Z",
- "user": {
- "id": 1479,
- "first_name": "Toney",
- "last_name": "McKenzie",
- "default_username": "bobbie",
- "confirmed_at": "2025-06-05T20:43:52.031Z",
- "created_at": "2025-06-05T20:43:52.032Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Toney McKenzie",
- "initials": "T M",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1479
}, - "user_group_ids": [ ],
- "taxonomy_tag_roots": [ ],
- "editable": true
}, - {
- "id": 102,
- "organization_id": 100,
- "name": "nihil",
- "description": null,
- "user_id": 1478,
- "created_at": "2025-06-05T20:43:52.028Z",
- "updated_at": "2025-06-05T20:43:52.028Z",
- "user": {
- "id": 1478,
- "first_name": "Julian",
- "last_name": "Blick",
- "default_username": "marlinupton",
- "confirmed_at": "2025-06-05T20:43:52.026Z",
- "created_at": "2025-06-05T20:43:52.026Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Julian Blick",
- "initials": "J B",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1478
}, - "user_group_ids": [ ],
- "taxonomy_tag_roots": [ ],
- "editable": true
}, - {
- "id": 101,
- "organization_id": 100,
- "name": "rerum",
- "description": null,
- "user_id": 1477,
- "created_at": "2025-06-05T20:43:52.022Z",
- "updated_at": "2025-06-05T20:43:52.022Z",
- "user": {
- "id": 1477,
- "first_name": "Tynisha",
- "last_name": "Schmidt",
- "default_username": "joelkuhlman",
- "confirmed_at": "2025-06-05T20:43:52.019Z",
- "created_at": "2025-06-05T20:43:52.020Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Tynisha Schmidt",
- "initials": "T S",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1477
}, - "user_group_ids": [ ],
- "taxonomy_tag_roots": [ ],
- "editable": true
}, - {
- "id": 100,
- "organization_id": 100,
- "name": "Global Tag Tree",
- "description": null,
- "user_id": 1468,
- "created_at": "2025-06-05T20:43:51.623Z",
- "updated_at": "2025-06-05T20:43:51.623Z",
- "user": {
- "id": 1468,
- "first_name": "Mercedez",
- "last_name": "Wolf",
- "default_username": "roxanne",
- "confirmed_at": "2025-06-05T20:43:51.496Z",
- "created_at": "2025-06-05T20:43:51.498Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Mercedez Wolf",
- "initials": "M W",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1468
}, - "user_group_ids": [ ],
- "taxonomy_tag_roots": [ ],
- "editable": true
}
]
{- "taxonomy": {
- "name": "Main Taxonomy",
- "description": "string"
}
}
{- "id": 108,
- "organization_id": 102,
- "name": "Main Taxonomy",
- "description": null,
- "user_id": 1490,
- "created_at": "2025-06-05T20:43:53.009Z",
- "updated_at": "2025-06-05T20:43:53.009Z",
- "user": {
- "id": 1490,
- "first_name": "Dale",
- "last_name": "Pfannerstill",
- "default_username": "scottie_weber",
- "confirmed_at": "2025-06-05T20:43:52.548Z",
- "created_at": "2025-06-05T20:43:52.549Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Dale Pfannerstill",
- "initials": "D P",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1490
}, - "user_group_ids": [ ],
- "taxonomy_tag_roots": [ ],
- "editable": true,
- "user_groups": [ ]
}
{- "id": 105,
- "organization_id": 101,
- "name": "voluptatem",
- "description": null,
- "user_id": 1489,
- "created_at": "2025-06-05T20:43:52.530Z",
- "updated_at": "2025-06-05T20:43:52.530Z",
- "user": {
- "id": 1489,
- "first_name": "Luke",
- "last_name": "Christiansen",
- "default_username": "jesse",
- "confirmed_at": "2025-06-05T20:43:52.528Z",
- "created_at": "2025-06-05T20:43:52.528Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Luke Christiansen",
- "initials": "L C",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1489
}, - "user_group_ids": [ ],
- "taxonomy_tag_roots": [ ],
- "editable": true,
- "user_groups": [ ]
}
id required | integer |
object |
{- "taxonomy": {
- "name": "Main Taxonomy Edit",
- "description": "string"
}
}
{- "id": 110,
- "organization_id": 103,
- "name": "Main Taxonomy Edit",
- "description": null,
- "user_id": 1509,
- "created_at": "2025-06-05T20:43:53.476Z",
- "updated_at": "2025-06-05T20:43:53.482Z",
- "user": {
- "id": 1509,
- "first_name": "Pia",
- "last_name": "Kunde",
- "default_username": "elmer_spencer",
- "confirmed_at": "2025-06-05T20:43:53.474Z",
- "created_at": "2025-06-05T20:43:53.474Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Pia Kunde",
- "initials": "P K",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1509
}, - "user_group_ids": [ ],
- "taxonomy_tag_roots": [ ],
- "editable": true,
- "user_groups": [ ]
}
Create the Upload container within the Contribution that will receive the uploaded Assets.
object | |
contribution_id | integer Contribution ID these uploaded Assets will go into. |
{- "upload": {
- "name": "string",
- "note": "string",
- "default_rights_package_id": 0
}, - "contribution_id": 0
}
{- "id": 150,
- "user_id": 1596,
- "guid": "ba42b930",
- "name": "Test Upload",
- "note": "API docs upload test",
- "aasm_state": null,
- "created_at": "2025-06-05T20:43:58.316Z",
- "updated_at": "2025-06-05T20:43:58.316Z",
- "current_assets_count": 0,
- "assets_count": 0,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 3132,
- "agreed_at": null,
- "creator": null,
- "other_creator": null,
- "all_requirements_met": false,
- "tag_suggesters_met": true,
- "rights_packages_met": true,
- "creator_tags_met": true,
- "unmet_tag_suggester_ids": [ ],
- "contribution": {
- "enabled": true,
- "id": 3132,
- "name": "culpa",
- "text": "Mollitia ut voluptatibus. Possimus quasi tempora. Laboriosam harum aperiam.",
- "featured": true,
- "slug": "error_doloremque",
- "storage_folder_id": 5152,
- "auto_approve": false,
- "auto_add": false,
- "asset_group_id": null,
- "enable_comprehensive_tagging": false,
- "request_people_tags": false,
- "enable_tag_suggester": false,
- "enable_quick_upload": false,
- "create_place_name_tags": false,
- "created_at": "2025-06-05T20:43:58.303Z",
- "updated_at": "2025-06-05T20:43:58.303Z",
- "rights_package_ids": [ ],
- "require_rights_package": false,
- "require_creator_tag": false,
- "uploads_count": 0,
- "assets_count": 0,
- "user_assets_count": 0,
- "type": "link",
- "is_public": false,
- "notify_emails": [ ],
- "notify_copy": null,
- "membership_ids": [ ],
- "contribution_memberships_count": 0,
- "enable_public": false,
- "to_param": "3132-culpa",
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 5152,
- "created_at": "2025-06-05T20:43:58.295Z",
- "name": "Da Vinci136",
- "description": "Aut aut dolor. Repudiandae alias omnis. Id et sit.",
- "slug": "at-corporis136",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Da Vinci136"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "at-corporis136"
], - "asset_group_id": 5152,
- "has_workflow_steps": false,
- "contribution_id": 3131,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1605,
- "first_name": "Daniel",
- "last_name": "Schulist",
- "created_at": "2025-06-05T20:43:58.218Z",
- "default_username": "mozella",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Daniel Schulist",
- "initials": "D S",
- "username": null,
- "title": null,
- "user_id": 1605,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 1
}, - "user": {
- "id": 1596,
- "first_name": "Mel",
- "last_name": "Gorczany",
- "created_at": "2025-06-05T20:43:57.638Z",
- "default_username": "lajuana_vandervort",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Mel Gorczany",
- "initials": "M G",
- "username": null,
- "title": null,
- "user_id": 1596,
- "lang": null,
- "notify_new_membership_requests": null
}, - "aws_key": "AKIATBO5XF4E4UM4N247",
- "bucket": "tandemvault-asset-uploads-development",
- "ftp_password": "57a63fc5",
- "ftp_url": "sftp://donte%40friesen.org:[email protected]/mediagraph-ftp-dev-2/111/96947d98"
}
Prepare the Asset to be uploaded to S3. Use the signed_upload_url
response attribute to then upload via PUT. E.g:
curl -v --upload-file path/to/file.jpg "{signed_upload_url}"
. Then use the /set_uploaded
endpoint once the data upload to S3 is complete.
Note that the signed_upload_url
is only valid for 1 hour.
guid required | string Upload GUID created in the prior step. |
object |
{- "asset": {
- "filename": "test.jpg",
- "file_size": 10000,
- "path": "",
- "created_via": "api",
- "created_via_id": "external-file-id"
}
}
{- "id": 152,
- "filename": "test.jpg",
- "file_size": 10000,
- "guid": "a6f318b7-4e6c-4166-8b97-b4290f14bcc0",
- "short_guid": "a6f318b7",
- "type": "Image",
- "ext": "jpg",
- "duration": null,
- "md5": null,
- "mime_type": "image/jpeg",
- "thumb_url": null,
- "grid_url": null,
- "small_url": null,
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "expired": null,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": null,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": null,
- "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Image",
- "downloadable_previews": false,
- "block_level": 0,
- "rights_package_block_level": null,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": false,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "organization_id": 112,
- "has_alpha": false,
- "downloadable": true,
- "original_downloadable": true,
- "editable": true,
- "manageable": true,
- "rights_editable": true,
- "rights_manageable": true,
- "taggable": true,
- "description_editable": true,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": "",
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 151,
- "user_id": 1606,
- "aasm_state": "pending",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-06-05T20:43:58.908Z",
- "updated_at": "2025-06-05T20:43:58.915Z",
- "s3_upload_id": null,
- "s3_upload_key": "112/921d9514/a6f318b7-4e6c-4166-8b97-b4290f14bcc0-test.jpg",
- "time_to_process": null,
- "captured_at": null,
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": "api",
- "created_via_id": "external-file-id",
- "vector": false,
- "rights_package_id": null,
- "submitted_at": null,
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": null,
- "auto_tags_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "pending",
- "faces_searched_at": null,
- "bedrock_retrieved_at": null,
- "custom_meta_values": [ ],
- "user": {
- "id": 1606,
- "first_name": "Chris",
- "last_name": "MacGyver",
- "created_at": "2025-06-05T20:43:58.352Z",
- "default_username": "deondaniel",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Chris MacGyver",
- "initials": "C M",
- "username": null,
- "title": null,
- "user_id": 1606,
- "lang": null,
- "notify_new_membership_requests": null
}, - "creator_tag": null,
- "storage_folder_path": "est-provident137",
- "tags": [ ],
- "aspect": null,
- "transcript": null,
- "transcript_version": null,
- "vtt_url": null,
- "transcript_output_json_url": null,
- "has_ocr_content": null,
- "description_writer": null,
- "country_code": null,
- "iptc_event_id": null,
- "organization_in_image_name": null,
- "extended_description": null,
- "iptc_job_id": null,
- "intellectual_genre": null,
- "scene": null,
- "subject_code": null,
- "instructions": null,
- "iptc_rights": null,
- "web_statement": null,
- "model_release_status": null,
- "property_release_status": null,
- "authors_position": null,
- "iptc_source": null,
- "copyright_owner": null,
- "iptc_dig_image_guid": null,
- "image_supplier": null,
- "iptc_image_supplier_image_id": null,
- "licensor": null,
- "addl_model_info": null,
- "iptc_model_release_id": null,
- "model_age": null,
- "minor_model_age_disclosure": null,
- "iptc_property_release_id": null,
- "product_in_image": null,
- "artwork_or_object": null,
- "data_versions_count": 1,
- "trashed_by": null,
- "creator_contact_info": null,
- "auto_tags_count": 0,
- "checked_in_at": null,
- "checkout_integration": null,
- "bedrock_prompt": null,
- "bedrock_data": null,
- "downloads_count": 0,
- "views_count": 0,
- "up_votes_count": 0,
- "down_votes_count": 0,
- "pdf_url": false,
- "meta_structs": [ ],
- "links": [ ],
- "permalink_url": null,
- "full_url": null,
- "download_sizes": [
- "original",
- "full",
- "medium",
- "small"
], - "storage_folder": {
- "id": 5187,
- "created_at": "2025-06-05T20:43:58.889Z",
- "name": "Manet137",
- "description": "Totam qui aliquid. Quis sunt sunt. Officiis impedit quisquam.",
- "slug": "est-provident137",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Manet137"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "est-provident137"
], - "asset_group_id": 5187,
- "has_workflow_steps": false,
- "contribution_id": 3152,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1616,
- "first_name": "Brande",
- "last_name": "Kovacek",
- "created_at": "2025-06-05T20:43:58.823Z",
- "default_username": "ka",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Brande Kovacek",
- "initials": "B K",
- "username": null,
- "title": null,
- "user_id": 1616,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 889,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 1606,
- "first_name": "Chris",
- "last_name": "MacGyver",
- "default_username": "deondaniel",
- "confirmed_at": "2025-06-05T20:43:58.351Z",
- "created_at": "2025-06-05T20:43:58.352Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Chris MacGyver",
- "initials": "C M",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1606
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:43:58.436Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 890,
- "name": "Unlimited Use",
- "rights_class": "unlimited",
- "rights_class_name": "Unlimited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "user": {
- "id": 1606,
- "first_name": "Chris",
- "last_name": "MacGyver",
- "default_username": "deondaniel",
- "confirmed_at": "2025-06-05T20:43:58.351Z",
- "created_at": "2025-06-05T20:43:58.352Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Chris MacGyver",
- "initials": "C M",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1606
}, - "rights_class_description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:43:58.437Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 891,
- "name": "Limited Use",
- "rights_class": "some",
- "rights_class_name": "Limited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has some rights to the object as spelled out in a rights agreement",
- "user": {
- "id": 1606,
- "first_name": "Chris",
- "last_name": "MacGyver",
- "default_username": "deondaniel",
- "confirmed_at": "2025-06-05T20:43:58.351Z",
- "created_at": "2025-06-05T20:43:58.352Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Chris MacGyver",
- "initials": "C M",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1606
}, - "rights_class_description": "Org has some rights to the object as spelled out in a rights agreement",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:43:58.439Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 892,
- "name": "Library Rights Only",
- "rights_class": "library",
- "rights_class_name": "Library Rights Only",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "user": {
- "id": 1606,
- "first_name": "Chris",
- "last_name": "MacGyver",
- "default_username": "deondaniel",
- "confirmed_at": "2025-06-05T20:43:58.351Z",
- "created_at": "2025-06-05T20:43:58.352Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Chris MacGyver",
- "initials": "C M",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1606
}, - "rights_class_description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:43:58.440Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 893,
- "name": "No Rights",
- "rights_class": "none",
- "rights_class_name": "No Rights",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "user": {
- "id": 1606,
- "first_name": "Chris",
- "last_name": "MacGyver",
- "default_username": "deondaniel",
- "confirmed_at": "2025-06-05T20:43:58.351Z",
- "created_at": "2025-06-05T20:43:58.352Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Chris MacGyver",
- "initials": "C M",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1606
}, - "rights_class_description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:43:58.441Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 894,
- "name": "Rights Unknown (Haven’t Searched)",
- "rights_class": "unknown_no_search",
- "rights_class_name": "Rights Unknown (Haven’t Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "user": {
- "id": 1606,
- "first_name": "Chris",
- "last_name": "MacGyver",
- "default_username": "deondaniel",
- "confirmed_at": "2025-06-05T20:43:58.351Z",
- "created_at": "2025-06-05T20:43:58.352Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Chris MacGyver",
- "initials": "C M",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1606
}, - "rights_class_description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:43:58.442Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 895,
- "name": "Rights Unknown (Have Searched)",
- "rights_class": "unknown_searched",
- "rights_class_name": "Rights Unknown (Have Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "user": {
- "id": 1606,
- "first_name": "Chris",
- "last_name": "MacGyver",
- "default_username": "deondaniel",
- "confirmed_at": "2025-06-05T20:43:58.351Z",
- "created_at": "2025-06-05T20:43:58.352Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Chris MacGyver",
- "initials": "C M",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1606
}, - "rights_class_description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:43:58.444Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 896,
- "name": "Unassigned",
- "rights_class": "unassigned",
- "rights_class_name": "Unassigned",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "user": {
- "id": 1606,
- "first_name": "Chris",
- "last_name": "MacGyver",
- "default_username": "deondaniel",
- "confirmed_at": "2025-06-05T20:43:58.351Z",
- "created_at": "2025-06-05T20:43:58.352Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Chris MacGyver",
- "initials": "C M",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1606
}, - "rights_class_description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:43:58.445Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}
], - "upload": {
- "id": 151,
- "user_id": 1606,
- "guid": "921d9514",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2025-06-05T20:43:58.897Z",
- "updated_at": "2025-06-05T20:43:58.897Z",
- "current_assets_count": 1,
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 3153,
- "agreed_at": null,
- "creator": null,
- "other_creator": null,
- "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_packages_met": true,
- "creator_tags_met": true,
- "unmet_tag_suggester_ids": [ ],
- "contribution": {
- "enabled": true,
- "id": 3153,
- "name": "labore",
- "text": "Voluptas sunt alias. In non ut. Est est cumque.",
- "featured": true,
- "slug": "minus-ut",
- "storage_folder_id": 5187,
- "auto_approve": false,
- "auto_add": false,
- "asset_group_id": null,
- "enable_comprehensive_tagging": false,
- "request_people_tags": false,
- "enable_tag_suggester": false,
- "enable_quick_upload": false,
- "create_place_name_tags": false,
- "created_at": "2025-06-05T20:43:58.896Z",
- "updated_at": "2025-06-05T20:43:58.896Z",
- "rights_package_ids": [ ],
- "require_rights_package": false,
- "require_creator_tag": false,
- "uploads_count": 1,
- "assets_count": 0,
- "user_assets_count": 0,
- "type": "link",
- "is_public": false,
- "notify_emails": [ ],
- "notify_copy": null,
- "membership_ids": [ ],
- "contribution_memberships_count": 0,
- "enable_public": false,
- "to_param": "3153-labore",
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 5187,
- "created_at": "2025-06-05T20:43:58.889Z",
- "name": "Manet137",
- "description": "Totam qui aliquid. Quis sunt sunt. Officiis impedit quisquam.",
- "slug": "est-provident137",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Manet137"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "est-provident137"
], - "asset_group_id": 5187,
- "has_workflow_steps": false,
- "contribution_id": 3152,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1616,
- "first_name": "Brande",
- "last_name": "Kovacek",
- "created_at": "2025-06-05T20:43:58.823Z",
- "default_username": "ka",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Brande Kovacek",
- "initials": "B K",
- "username": null,
- "title": null,
- "user_id": 1616,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 1
}, - "user": {
- "id": 1606,
- "first_name": "Chris",
- "last_name": "MacGyver",
- "created_at": "2025-06-05T20:43:58.352Z",
- "default_username": "deondaniel",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Chris MacGyver",
- "initials": "C M",
- "username": null,
- "title": null,
- "user_id": 1606,
- "lang": null,
- "notify_new_membership_requests": null
}
}, - "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_package_met": true,
- "creator_tag_met": true,
- "unmet_tag_suggester_ids": [ ],
- "collective_work_ids": [ ]
}
Call once the data has been fully uploaded to S3; this will start background processing of the Asset.
guid required | string The Asset GUID |
skip_meta | boolean Do not set description, tags, location, captured, by the new metadata. Useful when adding a new version. |
{- "id": 153,
- "filename": "laborum.pdf",
- "file_size": null,
- "guid": "f8cda7f0-bde0-4f84-bc85-fff55cf40c98",
- "short_guid": "f8cda7f0",
- "type": "Document",
- "ext": "pdf",
- "duration": null,
- "md5": null,
- "mime_type": "application/pdf",
- "thumb_url": null,
- "grid_url": null,
- "small_url": null,
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "expired": null,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": null,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": null,
- "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Document",
- "downloadable_previews": false,
- "block_level": 0,
- "rights_package_block_level": null,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": false,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "organization_id": 113,
- "has_alpha": false,
- "downloadable": true,
- "original_downloadable": true,
- "editable": true,
- "manageable": true,
- "rights_editable": true,
- "rights_manageable": true,
- "taggable": true,
- "description_editable": true,
- "has_document_url": true,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 152,
- "user_id": 1617,
- "aasm_state": "uploaded",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-06-05T20:43:59.660Z",
- "updated_at": "2025-06-05T20:43:59.667Z",
- "s3_upload_id": null,
- "s3_upload_key": "113/cd7b0fe6/f8cda7f0-bde0-4f84-bc85-fff55cf40c98-laborum.pdf",
- "time_to_process": null,
- "captured_at": "2025-06-04T20:43:59.658Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": null,
- "submitted_at": null,
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": null,
- "auto_tags_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "pending",
- "faces_searched_at": null,
- "bedrock_retrieved_at": null,
- "custom_meta_values": [ ],
- "user": {
- "id": 1617,
- "first_name": "Basilia",
- "last_name": "Haag",
- "created_at": "2025-06-05T20:43:59.047Z",
- "default_username": "lacy",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Basilia Haag",
- "initials": "B H",
- "username": null,
- "title": null,
- "user_id": 1617,
- "lang": null,
- "notify_new_membership_requests": null
}, - "creator_tag": null,
- "storage_folder_path": "veritatis-molestiae138",
- "tags": [ ],
- "aspect": null,
- "transcript": null,
- "transcript_version": null,
- "vtt_url": null,
- "transcript_output_json_url": null,
- "has_ocr_content": null,
- "description_writer": null,
- "country_code": null,
- "iptc_event_id": null,
- "organization_in_image_name": null,
- "extended_description": null,
- "iptc_job_id": null,
- "intellectual_genre": null,
- "scene": null,
- "subject_code": null,
- "instructions": null,
- "iptc_rights": null,
- "web_statement": null,
- "model_release_status": null,
- "property_release_status": null,
- "authors_position": null,
- "iptc_source": null,
- "copyright_owner": null,
- "iptc_dig_image_guid": null,
- "image_supplier": null,
- "iptc_image_supplier_image_id": null,
- "licensor": null,
- "addl_model_info": null,
- "iptc_model_release_id": null,
- "model_age": null,
- "minor_model_age_disclosure": null,
- "iptc_property_release_id": null,
- "product_in_image": null,
- "artwork_or_object": null,
- "data_versions_count": 1,
- "trashed_by": null,
- "creator_contact_info": null,
- "auto_tags_count": 0,
- "checked_in_at": null,
- "checkout_integration": null,
- "bedrock_prompt": null,
- "bedrock_data": null,
- "downloads_count": 0,
- "views_count": 0,
- "up_votes_count": 0,
- "down_votes_count": 0,
- "pdf_url": false,
- "meta_structs": [ ],
- "links": [ ],
- "permalink_url": null,
- "full_url": null,
- "download_sizes": [
- "original",
- "full",
- "medium",
- "small"
], - "storage_folder": {
- "id": 5222,
- "created_at": "2025-06-05T20:43:59.629Z",
- "name": "Warhol138",
- "description": "Impedit dicta molestiae. Quam sit et. Labore maiores non.",
- "slug": "veritatis-molestiae138",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Warhol138"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "veritatis-molestiae138"
], - "asset_group_id": 5222,
- "has_workflow_steps": false,
- "contribution_id": 3173,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1628,
- "first_name": "Gaynell",
- "last_name": "Howell",
- "created_at": "2025-06-05T20:43:59.529Z",
- "default_username": "stewart_prosacco",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Gaynell Howell",
- "initials": "G H",
- "username": null,
- "title": null,
- "user_id": 1628,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 897,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 1617,
- "first_name": "Basilia",
- "last_name": "Haag",
- "default_username": "lacy",
- "confirmed_at": "2025-06-05T20:43:59.047Z",
- "created_at": "2025-06-05T20:43:59.047Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Basilia Haag",
- "initials": "B H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1617
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:43:59.121Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 898,
- "name": "Unlimited Use",
- "rights_class": "unlimited",
- "rights_class_name": "Unlimited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "user": {
- "id": 1617,
- "first_name": "Basilia",
- "last_name": "Haag",
- "default_username": "lacy",
- "confirmed_at": "2025-06-05T20:43:59.047Z",
- "created_at": "2025-06-05T20:43:59.047Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Basilia Haag",
- "initials": "B H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1617
}, - "rights_class_description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:43:59.122Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 899,
- "name": "Limited Use",
- "rights_class": "some",
- "rights_class_name": "Limited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has some rights to the object as spelled out in a rights agreement",
- "user": {
- "id": 1617,
- "first_name": "Basilia",
- "last_name": "Haag",
- "default_username": "lacy",
- "confirmed_at": "2025-06-05T20:43:59.047Z",
- "created_at": "2025-06-05T20:43:59.047Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Basilia Haag",
- "initials": "B H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1617
}, - "rights_class_description": "Org has some rights to the object as spelled out in a rights agreement",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:43:59.123Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 900,
- "name": "Library Rights Only",
- "rights_class": "library",
- "rights_class_name": "Library Rights Only",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "user": {
- "id": 1617,
- "first_name": "Basilia",
- "last_name": "Haag",
- "default_username": "lacy",
- "confirmed_at": "2025-06-05T20:43:59.047Z",
- "created_at": "2025-06-05T20:43:59.047Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Basilia Haag",
- "initials": "B H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1617
}, - "rights_class_description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:43:59.125Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 901,
- "name": "No Rights",
- "rights_class": "none",
- "rights_class_name": "No Rights",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "user": {
- "id": 1617,
- "first_name": "Basilia",
- "last_name": "Haag",
- "default_username": "lacy",
- "confirmed_at": "2025-06-05T20:43:59.047Z",
- "created_at": "2025-06-05T20:43:59.047Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Basilia Haag",
- "initials": "B H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1617
}, - "rights_class_description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:43:59.126Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 902,
- "name": "Rights Unknown (Haven’t Searched)",
- "rights_class": "unknown_no_search",
- "rights_class_name": "Rights Unknown (Haven’t Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "user": {
- "id": 1617,
- "first_name": "Basilia",
- "last_name": "Haag",
- "default_username": "lacy",
- "confirmed_at": "2025-06-05T20:43:59.047Z",
- "created_at": "2025-06-05T20:43:59.047Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Basilia Haag",
- "initials": "B H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1617
}, - "rights_class_description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:43:59.127Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 903,
- "name": "Rights Unknown (Have Searched)",
- "rights_class": "unknown_searched",
- "rights_class_name": "Rights Unknown (Have Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "user": {
- "id": 1617,
- "first_name": "Basilia",
- "last_name": "Haag",
- "default_username": "lacy",
- "confirmed_at": "2025-06-05T20:43:59.047Z",
- "created_at": "2025-06-05T20:43:59.047Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Basilia Haag",
- "initials": "B H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1617
}, - "rights_class_description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:43:59.128Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 904,
- "name": "Unassigned",
- "rights_class": "unassigned",
- "rights_class_name": "Unassigned",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "user": {
- "id": 1617,
- "first_name": "Basilia",
- "last_name": "Haag",
- "default_username": "lacy",
- "confirmed_at": "2025-06-05T20:43:59.047Z",
- "created_at": "2025-06-05T20:43:59.047Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Basilia Haag",
- "initials": "B H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1617
}, - "rights_class_description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2025-06-05T20:43:59.130Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}
], - "upload": {
- "id": 152,
- "user_id": 1626,
- "guid": "cd7b0fe6",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2025-06-05T20:43:59.655Z",
- "updated_at": "2025-06-05T20:43:59.655Z",
- "current_assets_count": 1,
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 3174,
- "agreed_at": null,
- "creator": null,
- "other_creator": null,
- "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_packages_met": true,
- "creator_tags_met": true,
- "unmet_tag_suggester_ids": [ ],
- "contribution": {
- "enabled": true,
- "id": 3174,
- "name": "ullam",
- "text": "Nostrum sapiente esse. Similique ut aut. Ratione consequuntur dicta.",
- "featured": true,
- "slug": "neque_maxime",
- "storage_folder_id": 5222,
- "auto_approve": false,
- "auto_add": false,
- "asset_group_id": null,
- "enable_comprehensive_tagging": false,
- "request_people_tags": false,
- "enable_tag_suggester": false,
- "enable_quick_upload": false,
- "create_place_name_tags": false,
- "created_at": "2025-06-05T20:43:59.653Z",
- "updated_at": "2025-06-05T20:43:59.653Z",
- "rights_package_ids": [ ],
- "require_rights_package": false,
- "require_creator_tag": false,
- "uploads_count": 1,
- "assets_count": 0,
- "user_assets_count": 0,
- "type": "link",
- "is_public": false,
- "notify_emails": [ ],
- "notify_copy": null,
- "membership_ids": [ ],
- "contribution_memberships_count": 0,
- "enable_public": false,
- "to_param": "3174-ullam",
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 5222,
- "created_at": "2025-06-05T20:43:59.629Z",
- "name": "Warhol138",
- "description": "Impedit dicta molestiae. Quam sit et. Labore maiores non.",
- "slug": "veritatis-molestiae138",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Warhol138"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "veritatis-molestiae138"
], - "asset_group_id": 5222,
- "has_workflow_steps": false,
- "contribution_id": 3173,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1628,
- "first_name": "Gaynell",
- "last_name": "Howell",
- "created_at": "2025-06-05T20:43:59.529Z",
- "default_username": "stewart_prosacco",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Gaynell Howell",
- "initials": "G H",
- "username": null,
- "title": null,
- "user_id": 1628,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 0
}, - "user": {
- "id": 1626,
- "first_name": "Hilton",
- "last_name": "Hartmann",
- "created_at": "2025-06-05T20:43:59.522Z",
- "default_username": "shawn",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Hilton Hartmann",
- "initials": "H H",
- "username": null,
- "title": null,
- "user_id": 1626,
- "lang": null,
- "notify_new_membership_requests": null
}
}, - "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_package_met": true,
- "creator_tag_met": true,
- "unmet_tag_suggester_ids": [ ],
- "collective_work_ids": [ ]
}
(Optional) Call once all Assets have been uploaded. Will submit each Asset in background.
id required | integer The Upload ID |
{- "id": 153,
- "assets_count": 1,
- "unsubmitted_assets_count": 0,
- "all_requirements_met": true,
- "done": false,
- "done_at": null,
- "tag_suggesters_met": true,
- "unmet_tag_suggester_ids": [ ],
- "rights_packages_met": true,
- "creator_tags_met": true
}
Create an Upload container in the default Storage Folder; only to be used when a Contribution is not available.
object |
{- "upload": {
- "name": "string",
- "note": "string",
- "default_rights_package_id": 0
}
}
{- "id": 154,
- "user_id": 1641,
- "guid": "2c743dc0",
- "name": "Test Upload",
- "note": "API docs upload test",
- "aasm_state": null,
- "created_at": "2025-06-05T20:44:01.887Z",
- "updated_at": "2025-06-05T20:44:01.887Z",
- "current_assets_count": 0,
- "assets_count": 0,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": false,
- "contribution_id": 3196,
- "agreed_at": null,
- "creator": null,
- "other_creator": null,
- "all_requirements_met": false,
- "tag_suggesters_met": true,
- "rights_packages_met": true,
- "creator_tags_met": true,
- "unmet_tag_suggester_ids": [ ],
- "contribution": {
- "enabled": true,
- "id": 3196,
- "name": "Default",
- "text": null,
- "featured": true,
- "slug": null,
- "storage_folder_id": 5259,
- "auto_approve": false,
- "auto_add": false,
- "asset_group_id": 5259,
- "enable_comprehensive_tagging": false,
- "request_people_tags": false,
- "enable_tag_suggester": false,
- "enable_quick_upload": false,
- "create_place_name_tags": false,
- "created_at": "2025-06-05T20:44:01.460Z",
- "updated_at": "2025-06-05T20:44:01.460Z",
- "rights_package_ids": [ ],
- "require_rights_package": false,
- "require_creator_tag": false,
- "uploads_count": 0,
- "assets_count": 0,
- "user_assets_count": 0,
- "type": "storage_folder",
- "is_public": false,
- "notify_emails": [ ],
- "notify_copy": null,
- "membership_ids": [ ],
- "contribution_memberships_count": 0,
- "enable_public": false,
- "to_param": "3196-default",
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "asset_group": {
- "id": 5259,
- "name": "Default",
- "description": null,
- "type": "StorageFolder",
- "slug": "5259"
}, - "rights_packages": [ ],
- "storage_folder": {
- "id": 5259,
- "created_at": "2025-06-05T20:44:01.458Z",
- "name": "Default",
- "description": null,
- "slug": "default",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Uploads",
- "Default"
], - "parent_id": 5258,
- "ancestor_ids": [
- 5258
], - "visible_assets_count": null,
- "path_slugs": [
- "uploads",
- "default"
], - "asset_group_id": 5259,
- "has_workflow_steps": false,
- "contribution_id": 3196,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "children_sort_order": null,
- "user": {
- "id": 1641,
- "first_name": "Colton",
- "last_name": "McLaughlin",
- "created_at": "2025-06-05T20:44:01.385Z",
- "default_username": "helenaraynor",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Colton McLaughlin",
- "initials": "C M",
- "username": null,
- "title": null,
- "user_id": 1641,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 1
}, - "user": {
- "id": 1641,
- "first_name": "Colton",
- "last_name": "McLaughlin",
- "created_at": "2025-06-05T20:44:01.385Z",
- "default_username": "helenaraynor",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Colton McLaughlin",
- "initials": "C M",
- "username": null,
- "title": null,
- "user_id": 1641,
- "lang": null,
- "notify_new_membership_requests": null
}, - "aws_key": "AKIATBO5XF4E4UM4N247",
- "bucket": "tandemvault-asset-uploads-development",
- "ftp_password": "a7bb6adb",
- "ftp_url": "sftp://arlen%40witting.net:[email protected]/mediagraph-ftp-dev-2/115/9a280ac7"
}
Get your User details from your Personal Access Token or OAuth Access Token.
{- "id": 1650,
- "first_name": "Jason",
- "last_name": "Ferry",
- "default_username": "denniskiehn",
- "confirmed_at": "2025-06-05T20:44:02.046Z",
- "created_at": "2025-06-05T20:44:02.048Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Jason Ferry",
- "initials": "J F",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 1650,
- "oauth_token": null,
- "membership": null,
- "organization": null
}