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=361 Asset ID |
include_renditions | boolean Example: include_renditions=true Include list of downloadable sizes and formats |
[- {
- "id": 364,
- "asset_id": 361,
- "user_id": 2151,
- "number": 2,
- "file_size": null,
- "width": null,
- "height": null,
- "filename": "autem.xlsx",
- "ppi": null,
- "captured_at": null,
- "meta": null,
- "duration": null,
- "frame_rate": null,
- "md5": null,
- "ext": "xlsx",
- "created_via": null,
- "previews_generated_at": null,
- "thumbs_count": null,
- "created_at": "2025-05-17T14:09:53.090Z",
- "updated_at": "2025-05-17T14:09:53.090Z",
- "thumb_url": null,
- "is_head": true,
- "aasm_state": "pending",
- "user": {
- "id": 2151,
- "first_name": "Corazon",
- "last_name": "Kuhn",
- "default_username": "refugioolson",
- "confirmed_at": "2025-05-17T14:09:52.246Z",
- "created_at": "2025-05-17T14:09:52.247Z",
- "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": "Corazon Kuhn",
- "initials": "C K",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2151
}, - "grid_url": null,
- "type": "Document",
- "mime_type": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
- "created_via_id": null,
- "created_via_meta": null,
- "is_version": true,
- "storage_folder_path": "cupiditate-enim1",
- "full_url": null,
- "renditions": [
- {
- "name": "original",
- "ext": "xlsx"
}
]
}, - {
- "id": 363,
- "asset_id": 361,
- "user_id": 2151,
- "number": 1,
- "file_size": null,
- "width": null,
- "height": null,
- "filename": "est.jpg",
- "ppi": null,
- "captured_at": null,
- "meta": null,
- "duration": null,
- "frame_rate": null,
- "md5": null,
- "ext": "jpg",
- "created_via": null,
- "previews_generated_at": "2025-05-17T14:09:52.806Z",
- "thumbs_count": null,
- "created_at": "2025-05-17T14:09:52.538Z",
- "updated_at": "2025-05-17T14:09:52.807Z",
- "is_head": false,
- "aasm_state": "processed",
- "user": {
- "id": 2151,
- "first_name": "Corazon",
- "last_name": "Kuhn",
- "default_username": "refugioolson",
- "confirmed_at": "2025-05-17T14:09:52.246Z",
- "created_at": "2025-05-17T14:09:52.247Z",
- "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": "Corazon Kuhn",
- "initials": "C K",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2151
}, - "type": "Image",
- "mime_type": "image/jpeg",
- "created_via_id": null,
- "created_via_meta": null,
- "is_version": true,
- "storage_folder_path": "cupiditate-enim1",
- "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=362 Asset ID |
number | integer Example: number=2 Asset Data Version Number |
{- "id": 366,
- "asset_id": 362,
- "user_id": 2164,
- "number": 2,
- "file_size": null,
- "width": null,
- "height": null,
- "filename": "quisquam.gif",
- "ppi": null,
- "captured_at": null,
- "meta": null,
- "duration": null,
- "frame_rate": null,
- "md5": null,
- "ext": "gif",
- "created_via": null,
- "previews_generated_at": null,
- "thumbs_count": null,
- "created_at": "2025-05-17T14:09:54.617Z",
- "updated_at": "2025-05-17T14:09:54.617Z",
- "thumb_url": null,
- "is_head": true,
- "aasm_state": "pending",
- "user": {
- "id": 2164,
- "first_name": "Anthony",
- "last_name": "Bernier",
- "default_username": "karrie_oconner",
- "confirmed_at": "2025-05-17T14:09:53.979Z",
- "created_at": "2025-05-17T14:09:53.980Z",
- "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": "Anthony Bernier",
- "initials": "A B",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2164
}, - "grid_url": null,
- "type": "Video",
- "mime_type": "image/gif",
- "created_via_id": null,
- "created_via_meta": null,
- "is_version": true,
- "storage_folder_path": "molestiae-laudantium2",
- "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": 1747490999043,
- "to_as_string": "2025-05-17T14:09:59.043Z",
- "doc_count": 3
}, - {
- "key": "Last 30 Days",
- "from": 1744848000000,
- "from_as_string": "2025-04-17T00:00:00.000Z",
- "to": 1747490999043,
- "to_as_string": "2025-05-17T14:09:59.043Z",
- "doc_count": 3
}, - {
- "key": "Last 2 Weeks",
- "from": 1746230400000,
- "from_as_string": "2025-05-03T00:00:00.000Z",
- "to": 1747490999043,
- "to_as_string": "2025-05-17T14:09:59.043Z",
- "doc_count": 3
}, - {
- "key": "Today",
- "from": 1747440000000,
- "from_as_string": "2025-05-17T00:00:00.000Z",
- "to": 1747490999043,
- "to_as_string": "2025-05-17T14:09:59.043Z",
- "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": 1747490999043,
- "to_as_string": "2025-05-17T14:09:59.043Z",
- "doc_count": 3
}, - {
- "key": "Last 30 Days",
- "from": 1744848000000,
- "from_as_string": "2025-04-17T00:00:00.000Z",
- "to": 1747490999043,
- "to_as_string": "2025-05-17T14:09:59.043Z",
- "doc_count": 3
}, - {
- "key": "Last 2 Weeks",
- "from": 1746230400000,
- "from_as_string": "2025-05-03T00:00:00.000Z",
- "to": 1747490999043,
- "to_as_string": "2025-05-17T14:09:59.043Z",
- "doc_count": 3
}, - {
- "key": "Today",
- "from": 1747440000000,
- "from_as_string": "2025-05-17T00:00:00.000Z",
- "to": 1747490999043,
- "to_as_string": "2025-05-17T14:09:59.043Z",
- "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": "Philadelphia Maki 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": 577,
- "key_as_string": "Owned by Organization",
- "doc_count": 1,
- "parent": "Owned by Organization"
}, - {
- "key": 579,
- "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": 365,
- "filename": "aliquid.jpg",
- "file_size": null,
- "guid": "fbcb87f4-f166-4fd7-8ae5-ab663a432adf",
- "short_guid": "fbcb87f4",
- "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": 73,
- "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": 363,
- "user_id": 2185,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-05-17T14:09:57.376Z",
- "updated_at": "2025-05-17T14:09:57.737Z",
- "s3_upload_id": null,
- "s3_upload_key": "73/ca6d3930/fbcb87f4-f166-4fd7-8ae5-ab663a432adf-aliquid.jpg",
- "time_to_process": 0,
- "captured_at": "2025-05-16T14:09:57.373Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": 579,
- "submitted_at": "2025-05-17T02:09:57.373Z",
- "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": 100,
- "text": "Philadelphia Maki 7",
- "color_label": null,
- "date": null,
- "custom_meta_field_id": 130
}
], - "user": {
- "id": 2185,
- "first_name": "Jena",
- "last_name": "McClure",
- "created_at": "2025-05-17T14:09:57.037Z",
- "default_username": "felicebergnaum",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Jena McClure",
- "initials": "J M",
- "username": null,
- "title": null,
- "user_id": 2185,
- "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": "fuga-qui5",
- "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": "fbcb87f4-f166-4fd7-8ae5-ab663a432adf",
- "originalDocumentId": null,
- "iccProfileDescription": null,
- "instanceId": 369,
- "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": [
- "Philadelphia Maki 7"
]
}, - "others": { }
},
}, - {
- "id": 364,
- "filename": "laudantium.txt",
- "file_size": null,
- "guid": "8e5d08e5-8ef3-4ea9-a71d-803bee51634f",
- "short_guid": "8e5d08e5",
- "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-05-17T14:09:57.706Z",
- "updated_at": "2025-05-17T14:09:57.706Z"
}, - "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": 73,
- "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": 362,
- "user_id": 2181,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-05-17T14:09:56.701Z",
- "updated_at": "2025-05-17T14:09:57.837Z",
- "s3_upload_id": null,
- "s3_upload_key": "73/1d887039/8e5d08e5-8ef3-4ea9-a71d-803bee51634f-laudantium.txt",
- "time_to_process": 0,
- "captured_at": "2025-05-16T14:09:56.699Z",
- "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-05-17T02:09:56.699Z",
- "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": 2181,
- "first_name": "Nickolas",
- "last_name": "Zieme",
- "created_at": "2025-05-17T14:09:56.430Z",
- "default_username": "mauricepfeffer",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Nickolas Zieme",
- "initials": "N Z",
- "username": null,
- "title": null,
- "user_id": 2181,
- "lang": null,
- "notify_new_membership_requests": null
}, - "creator_tag": null,
- "storage_folder_path": "est-magnam4",
- "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": "8e5d08e5-8ef3-4ea9-a71d-803bee51634f",
- "originalDocumentId": null,
- "iccProfileDescription": null,
- "instanceId": 368,
- "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": 363,
- "filename": "voluptas.jpg",
- "file_size": null,
- "guid": "097856d3-1cda-4d4e-93b8-42c053f6c98b",
- "short_guid": "097856d3",
- "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-05-17T14:09:57.704Z",
- "updated_at": "2025-05-17T14:09:57.704Z"
}, - "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": 73,
- "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": 361,
- "user_id": 2177,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-05-17T14:09:56.038Z",
- "updated_at": "2025-05-17T14:09:56.052Z",
- "s3_upload_id": null,
- "s3_upload_key": "73/94b8c187/097856d3-1cda-4d4e-93b8-42c053f6c98b-voluptas.jpg",
- "time_to_process": 0,
- "captured_at": "2025-05-16T14:09:56.035Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": 577,
- "submitted_at": "2025-05-17T02:09:56.035Z",
- "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": 2177,
- "first_name": "Elouise",
- "last_name": "Hammes",
- "created_at": "2025-05-17T14:09:55.713Z",
- "default_username": "audrieortiz",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Elouise Hammes",
- "initials": "E H",
- "username": null,
- "title": null,
- "user_id": 2177,
- "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": "rerum_sit3",
- "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": "097856d3-1cda-4d4e-93b8-42c053f6c98b",
- "originalDocumentId": null,
- "iccProfileDescription": null,
- "instanceId": 367,
- "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": 381,
- "filename": "possimus.jpg",
- "file_size": null,
- "guid": "551cea60-79fb-45e7-9c73-1fedc380147a",
- "short_guid": "551cea60",
- "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-05-17T14:10:18.593Z",
- "updated_at": "2025-05-17T14:10:18.593Z"
}, - "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": 78,
- "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": 379,
- "user_id": 2300,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-05-17T14:10:17.322Z",
- "updated_at": "2025-05-17T14:10:17.330Z",
- "s3_upload_id": null,
- "s3_upload_key": "78/15b96286/551cea60-79fb-45e7-9c73-1fedc380147a-possimus.jpg",
- "time_to_process": 0,
- "captured_at": "2025-05-16T14:10:17.320Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": 617,
- "submitted_at": "2025-05-17T02:10:17.320Z",
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": "2025-05-17T14:10:18.629Z",
- "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": 2300,
- "first_name": "Kelvin",
- "last_name": "Zemlak",
- "created_at": "2025-05-17T14:10:17.064Z",
- "default_username": "lee",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Kelvin Zemlak",
- "initials": "K Z",
- "username": null,
- "title": null,
- "user_id": 2300,
- "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": "nostrum-eos23",
- "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": 7121,
- "created_at": "2025-05-17T14:10:17.303Z",
- "name": "Titian23",
- "description": "Voluptas non quas. Consequatur nemo sed. Placeat officia voluptatem.",
- "slug": "nostrum-eos23",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Titian23"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "nostrum-eos23"
], - "asset_group_id": 7121,
- "has_workflow_steps": false,
- "contribution_id": 4612,
- "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": 2303,
- "first_name": "Lorriane",
- "last_name": "Schinner",
- "created_at": "2025-05-17T14:10:17.202Z",
- "default_username": "koryschmeler",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Lorriane Schinner",
- "initials": "L S",
- "username": null,
- "title": null,
- "user_id": 2303,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 617,
- "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": 2291,
- "first_name": "Erich",
- "last_name": "Hackett",
- "default_username": "sam_schuster",
- "confirmed_at": "2025-05-17T14:10:16.424Z",
- "created_at": "2025-05-17T14:10:16.425Z",
- "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": "Erich Hackett",
- "initials": "E H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2291
}, - "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-05-17T14:10:16.520Z",
- "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": 618,
- "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": 2291,
- "first_name": "Erich",
- "last_name": "Hackett",
- "default_username": "sam_schuster",
- "confirmed_at": "2025-05-17T14:10:16.424Z",
- "created_at": "2025-05-17T14:10:16.425Z",
- "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": "Erich Hackett",
- "initials": "E H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2291
}, - "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-05-17T14:10:16.522Z",
- "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": 619,
- "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": 2291,
- "first_name": "Erich",
- "last_name": "Hackett",
- "default_username": "sam_schuster",
- "confirmed_at": "2025-05-17T14:10:16.424Z",
- "created_at": "2025-05-17T14:10:16.425Z",
- "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": "Erich Hackett",
- "initials": "E H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2291
}, - "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-05-17T14:10:16.523Z",
- "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": 620,
- "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": 2291,
- "first_name": "Erich",
- "last_name": "Hackett",
- "default_username": "sam_schuster",
- "confirmed_at": "2025-05-17T14:10:16.424Z",
- "created_at": "2025-05-17T14:10:16.425Z",
- "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": "Erich Hackett",
- "initials": "E H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2291
}, - "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-05-17T14:10:16.525Z",
- "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": 621,
- "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": 2291,
- "first_name": "Erich",
- "last_name": "Hackett",
- "default_username": "sam_schuster",
- "confirmed_at": "2025-05-17T14:10:16.424Z",
- "created_at": "2025-05-17T14:10:16.425Z",
- "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": "Erich Hackett",
- "initials": "E H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2291
}, - "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-05-17T14:10:16.527Z",
- "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": 622,
- "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": 2291,
- "first_name": "Erich",
- "last_name": "Hackett",
- "default_username": "sam_schuster",
- "confirmed_at": "2025-05-17T14:10:16.424Z",
- "created_at": "2025-05-17T14:10:16.425Z",
- "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": "Erich Hackett",
- "initials": "E H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2291
}, - "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-05-17T14:10:16.529Z",
- "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": 623,
- "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": 2291,
- "first_name": "Erich",
- "last_name": "Hackett",
- "default_username": "sam_schuster",
- "confirmed_at": "2025-05-17T14:10:16.424Z",
- "created_at": "2025-05-17T14:10:16.425Z",
- "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": "Erich Hackett",
- "initials": "E H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2291
}, - "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-05-17T14:10:16.530Z",
- "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": 624,
- "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": 2291,
- "first_name": "Erich",
- "last_name": "Hackett",
- "default_username": "sam_schuster",
- "confirmed_at": "2025-05-17T14:10:16.424Z",
- "created_at": "2025-05-17T14:10:16.425Z",
- "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": "Erich Hackett",
- "initials": "E H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2291
}, - "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-05-17T14:10:16.532Z",
- "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": 617,
- "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": 2291,
- "first_name": "Erich",
- "last_name": "Hackett",
- "default_username": "sam_schuster",
- "confirmed_at": "2025-05-17T14:10:16.424Z",
- "created_at": "2025-05-17T14:10:16.425Z",
- "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": "Erich Hackett",
- "initials": "E H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2291
}, - "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-05-17T14:10:16.520Z",
- "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": 379,
- "user_id": 2301,
- "guid": "15b96286",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2025-05-17T14:10:17.316Z",
- "updated_at": "2025-05-17T14:10:17.316Z",
- "current_assets_count": 1,
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 4613,
- "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": 4613,
- "name": "saepe",
- "text": "Distinctio itaque odio. Facilis quae rerum. Id ut accusantium.",
- "featured": true,
- "slug": "nisi-distinctio",
- "storage_folder_id": 7121,
- "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-05-17T14:10:17.314Z",
- "updated_at": "2025-05-17T14:10:17.314Z",
- "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": "4613-saepe",
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 7121,
- "created_at": "2025-05-17T14:10:17.303Z",
- "name": "Titian23",
- "description": "Voluptas non quas. Consequatur nemo sed. Placeat officia voluptatem.",
- "slug": "nostrum-eos23",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Titian23"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "nostrum-eos23"
], - "asset_group_id": 7121,
- "has_workflow_steps": false,
- "contribution_id": 4612,
- "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": 2303,
- "first_name": "Lorriane",
- "last_name": "Schinner",
- "created_at": "2025-05-17T14:10:17.202Z",
- "default_username": "koryschmeler",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Lorriane Schinner",
- "initials": "L S",
- "username": null,
- "title": null,
- "user_id": 2303,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 0
}, - "user": {
- "id": 2301,
- "first_name": "Wes",
- "last_name": "Streich",
- "created_at": "2025-05-17T14:10:17.191Z",
- "default_username": "cherrylgutmann",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Wes Streich",
- "initials": "W S",
- "username": null,
- "title": null,
- "user_id": 2301,
- "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": "Pappardelle alla Bolognese",
- "Custom Meta Field 41": [
- "Lasagne 33"
]
}, - "block_level": 0
}, - "sync": true
}
{- "id": 393,
- "filename": "necessitatibus.jpg",
- "file_size": null,
- "guid": "0bb4b956-7c65-4e94-9665-e8771fa381c0",
- "short_guid": "0bb4b956",
- "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-05-17T14:10:34.709Z",
- "updated_at": "2025-05-17T14:10:34.709Z"
}, - "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": 82,
- "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": 391,
- "user_id": 2384,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-05-17T14:10:33.517Z",
- "updated_at": "2025-05-17T14:10:38.970Z",
- "s3_upload_id": null,
- "s3_upload_key": "82/d6ae8581/0bb4b956-7c65-4e94-9665-e8771fa381c0-necessitatibus.jpg",
- "time_to_process": 0,
- "captured_at": "2025-05-16T14:10:33.515Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": 649,
- "submitted_at": "2025-05-17T02:10:33.515Z",
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": "2025-05-17T14:10:41.867Z",
- "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": 126,
- "text": "Lasagne 33",
- "color_label": null,
- "date": null,
- "custom_meta_field_id": 161
}, - {
- "id": 128,
- "text": "Pappardelle alla Bolognese",
- "color_label": null,
- "date": null,
- "custom_meta_field_id": 160
}
], - "user": {
- "id": 2384,
- "first_name": "Ray",
- "last_name": "Steuber",
- "created_at": "2025-05-17T14:10:33.245Z",
- "default_username": "eladia_muller",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Ray Steuber",
- "initials": "R S",
- "username": null,
- "title": null,
- "user_id": 2384,
- "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": "et_est35",
- "tags": [
- {
- "id": 5,
- "name": "New Tag 1",
- "description": null,
- "link": null,
- "list": "visible",
- "tag_id": 5,
- "tagged_at": "2025-05-17T14:10:38.930Z",
- "tag_updated_at": "2025-05-17T14:10:38.934Z",
- "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": 6,
- "name": "New Tag 2",
- "description": null,
- "link": null,
- "list": "visible",
- "tag_id": 6,
- "tagged_at": "2025-05-17T14:10:38.943Z",
- "tag_updated_at": "2025-05-17T14:10:38.947Z",
- "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": 4,
- "created_at": "2025-05-17T14:10:38.915Z",
- "title": "Mediagraph",
- "image": null,
- "description": null,
- "author": null,
- "spidered_at": "2025-05-17T14:10:41.742Z",
- "meta_error": null
}
], - "download_sizes": [
- "original",
- "full",
- "medium",
- "small"
], - "storage_folder": {
- "id": 7369,
- "created_at": "2025-05-17T14:10:33.493Z",
- "name": "Bernini35",
- "description": "Velit qui consectetur. Itaque laboriosam accusamus. Ad velit consequuntur.",
- "slug": "et_est35",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Bernini35"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "et_est35"
], - "asset_group_id": 7369,
- "has_workflow_steps": false,
- "contribution_id": 4772,
- "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": 2387,
- "first_name": "Connie",
- "last_name": "Schneider",
- "created_at": "2025-05-17T14:10:33.385Z",
- "default_username": "neal_reynolds",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Connie Schneider",
- "initials": "C S",
- "username": null,
- "title": null,
- "user_id": 2387,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 649,
- "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": 2375,
- "first_name": "Jessika",
- "last_name": "Ruecker",
- "default_username": "williemae",
- "confirmed_at": "2025-05-17T14:10:32.406Z",
- "created_at": "2025-05-17T14:10:32.407Z",
- "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": "Jessika Ruecker",
- "initials": "J R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2375
}, - "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-05-17T14:10:32.570Z",
- "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": 650,
- "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": 2375,
- "first_name": "Jessika",
- "last_name": "Ruecker",
- "default_username": "williemae",
- "confirmed_at": "2025-05-17T14:10:32.406Z",
- "created_at": "2025-05-17T14:10:32.407Z",
- "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": "Jessika Ruecker",
- "initials": "J R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2375
}, - "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-05-17T14:10:32.572Z",
- "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": 651,
- "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": 2375,
- "first_name": "Jessika",
- "last_name": "Ruecker",
- "default_username": "williemae",
- "confirmed_at": "2025-05-17T14:10:32.406Z",
- "created_at": "2025-05-17T14:10:32.407Z",
- "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": "Jessika Ruecker",
- "initials": "J R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2375
}, - "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-05-17T14:10:32.573Z",
- "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": 652,
- "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": 2375,
- "first_name": "Jessika",
- "last_name": "Ruecker",
- "default_username": "williemae",
- "confirmed_at": "2025-05-17T14:10:32.406Z",
- "created_at": "2025-05-17T14:10:32.407Z",
- "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": "Jessika Ruecker",
- "initials": "J R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2375
}, - "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-05-17T14:10:32.575Z",
- "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": 653,
- "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": 2375,
- "first_name": "Jessika",
- "last_name": "Ruecker",
- "default_username": "williemae",
- "confirmed_at": "2025-05-17T14:10:32.406Z",
- "created_at": "2025-05-17T14:10:32.407Z",
- "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": "Jessika Ruecker",
- "initials": "J R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2375
}, - "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-05-17T14:10:32.577Z",
- "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": 654,
- "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": 2375,
- "first_name": "Jessika",
- "last_name": "Ruecker",
- "default_username": "williemae",
- "confirmed_at": "2025-05-17T14:10:32.406Z",
- "created_at": "2025-05-17T14:10:32.407Z",
- "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": "Jessika Ruecker",
- "initials": "J R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2375
}, - "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-05-17T14:10:32.578Z",
- "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": 655,
- "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": 2375,
- "first_name": "Jessika",
- "last_name": "Ruecker",
- "default_username": "williemae",
- "confirmed_at": "2025-05-17T14:10:32.406Z",
- "created_at": "2025-05-17T14:10:32.407Z",
- "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": "Jessika Ruecker",
- "initials": "J R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2375
}, - "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-05-17T14:10:32.580Z",
- "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": 656,
- "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": 2375,
- "first_name": "Jessika",
- "last_name": "Ruecker",
- "default_username": "williemae",
- "confirmed_at": "2025-05-17T14:10:32.406Z",
- "created_at": "2025-05-17T14:10:32.407Z",
- "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": "Jessika Ruecker",
- "initials": "J R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2375
}, - "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-05-17T14:10:32.582Z",
- "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": 649,
- "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": 2375,
- "first_name": "Jessika",
- "last_name": "Ruecker",
- "default_username": "williemae",
- "confirmed_at": "2025-05-17T14:10:32.406Z",
- "created_at": "2025-05-17T14:10:32.407Z",
- "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": "Jessika Ruecker",
- "initials": "J R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2375
}, - "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-05-17T14:10:32.570Z",
- "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": 391,
- "user_id": 2385,
- "guid": "d6ae8581",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2025-05-17T14:10:33.509Z",
- "updated_at": "2025-05-17T14:10:33.509Z",
- "current_assets_count": 1,
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 4773,
- "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": 4773,
- "name": "fugiat",
- "text": "Numquam rerum voluptatum. Numquam sed architecto. Sint a delectus.",
- "featured": true,
- "slug": "ex_expedita",
- "storage_folder_id": 7369,
- "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-05-17T14:10:33.508Z",
- "updated_at": "2025-05-17T14:10:33.508Z",
- "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": "4773-fugiat",
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 7369,
- "created_at": "2025-05-17T14:10:33.493Z",
- "name": "Bernini35",
- "description": "Velit qui consectetur. Itaque laboriosam accusamus. Ad velit consequuntur.",
- "slug": "et_est35",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Bernini35"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "et_est35"
], - "asset_group_id": 7369,
- "has_workflow_steps": false,
- "contribution_id": 4772,
- "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": 2387,
- "first_name": "Connie",
- "last_name": "Schneider",
- "created_at": "2025-05-17T14:10:33.385Z",
- "default_username": "neal_reynolds",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Connie Schneider",
- "initials": "C S",
- "username": null,
- "title": null,
- "user_id": 2387,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 0
}, - "user": {
- "id": 2385,
- "first_name": "Scot",
- "last_name": "Fritsch",
- "created_at": "2025-05-17T14:10:33.372Z",
- "default_username": "keenamayer",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Scot Fritsch",
- "initials": "S F",
- "username": null,
- "title": null,
- "user_id": 2385,
- "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) |
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": 399,
- "filename": "est.jpg",
- "file_size": null,
- "guid": "cb2bfde1-3335-43d3-bb1b-90ffe69e49d3",
- "short_guid": "cb2bfde1",
- "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-05-17T14:10:46.884Z",
- "updated_at": "2025-05-17T14:10:46.884Z"
}, - "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": 84,
- "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": 397,
- "user_id": 2426,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-05-17T14:10:45.578Z",
- "updated_at": "2025-05-17T14:10:46.902Z",
- "s3_upload_id": null,
- "s3_upload_key": "84/db7330dd/cb2bfde1-3335-43d3-bb1b-90ffe69e49d3-est.jpg",
- "time_to_process": 0,
- "captured_at": "2025-05-16T14:10:45.576Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": 665,
- "submitted_at": "2025-05-17T02:10:45.576Z",
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": "2025-05-17T14:10:46.898Z",
- "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": 2426,
- "first_name": "Kaleigh",
- "last_name": "Wolf",
- "created_at": "2025-05-17T14:10:45.373Z",
- "default_username": "emory_halvorson",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Kaleigh Wolf",
- "initials": "K W",
- "username": null,
- "title": null,
- "user_id": 2426,
- "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": "doloremque_error41",
- "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": 2417,
- "first_name": "Gary",
- "last_name": "Von",
- "default_username": "tyrone",
- "confirmed_at": "2025-05-17T14:10:44.581Z",
- "created_at": "2025-05-17T14:10:44.582Z",
- "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": "Gary Von",
- "initials": "G V",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2417
}, - "pdf_url": false,
- "meta_structs": [ ],
- "links": [ ],
- "download_sizes": [
- "original",
- "full",
- "medium",
- "small"
], - "storage_folder": {
- "id": 7493,
- "created_at": "2025-05-17T14:10:45.562Z",
- "name": "Cassatt41",
- "description": "Blanditiis delectus at. Aperiam expedita quos. Eaque aut eum.",
- "slug": "doloremque_error41",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Cassatt41"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "doloremque_error41"
], - "asset_group_id": 7493,
- "has_workflow_steps": false,
- "contribution_id": 4852,
- "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": 2429,
- "first_name": "Thurman",
- "last_name": "Tillman",
- "created_at": "2025-05-17T14:10:45.475Z",
- "default_username": "annabelle",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Thurman Tillman",
- "initials": "T T",
- "username": null,
- "title": null,
- "user_id": 2429,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 665,
- "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": 2417,
- "first_name": "Gary",
- "last_name": "Von",
- "default_username": "tyrone",
- "confirmed_at": "2025-05-17T14:10:44.581Z",
- "created_at": "2025-05-17T14:10:44.582Z",
- "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": "Gary Von",
- "initials": "G V",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2417
}, - "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-05-17T14:10:44.681Z",
- "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": 666,
- "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": 2417,
- "first_name": "Gary",
- "last_name": "Von",
- "default_username": "tyrone",
- "confirmed_at": "2025-05-17T14:10:44.581Z",
- "created_at": "2025-05-17T14:10:44.582Z",
- "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": "Gary Von",
- "initials": "G V",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2417
}, - "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-05-17T14:10:44.683Z",
- "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": 667,
- "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": 2417,
- "first_name": "Gary",
- "last_name": "Von",
- "default_username": "tyrone",
- "confirmed_at": "2025-05-17T14:10:44.581Z",
- "created_at": "2025-05-17T14:10:44.582Z",
- "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": "Gary Von",
- "initials": "G V",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2417
}, - "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-05-17T14:10:44.685Z",
- "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": 668,
- "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": 2417,
- "first_name": "Gary",
- "last_name": "Von",
- "default_username": "tyrone",
- "confirmed_at": "2025-05-17T14:10:44.581Z",
- "created_at": "2025-05-17T14:10:44.582Z",
- "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": "Gary Von",
- "initials": "G V",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2417
}, - "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-05-17T14:10:44.687Z",
- "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": 669,
- "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": 2417,
- "first_name": "Gary",
- "last_name": "Von",
- "default_username": "tyrone",
- "confirmed_at": "2025-05-17T14:10:44.581Z",
- "created_at": "2025-05-17T14:10:44.582Z",
- "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": "Gary Von",
- "initials": "G V",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2417
}, - "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-05-17T14:10:44.689Z",
- "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": 670,
- "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": 2417,
- "first_name": "Gary",
- "last_name": "Von",
- "default_username": "tyrone",
- "confirmed_at": "2025-05-17T14:10:44.581Z",
- "created_at": "2025-05-17T14:10:44.582Z",
- "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": "Gary Von",
- "initials": "G V",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2417
}, - "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-05-17T14:10:44.691Z",
- "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": 671,
- "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": 2417,
- "first_name": "Gary",
- "last_name": "Von",
- "default_username": "tyrone",
- "confirmed_at": "2025-05-17T14:10:44.581Z",
- "created_at": "2025-05-17T14:10:44.582Z",
- "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": "Gary Von",
- "initials": "G V",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2417
}, - "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-05-17T14:10:44.693Z",
- "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": 672,
- "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": 2417,
- "first_name": "Gary",
- "last_name": "Von",
- "default_username": "tyrone",
- "confirmed_at": "2025-05-17T14:10:44.581Z",
- "created_at": "2025-05-17T14:10:44.582Z",
- "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": "Gary Von",
- "initials": "G V",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2417
}, - "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-05-17T14:10:44.695Z",
- "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": 665,
- "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": 2417,
- "first_name": "Gary",
- "last_name": "Von",
- "default_username": "tyrone",
- "confirmed_at": "2025-05-17T14:10:44.581Z",
- "created_at": "2025-05-17T14:10:44.582Z",
- "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": "Gary Von",
- "initials": "G V",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2417
}, - "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-05-17T14:10:44.681Z",
- "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": 397,
- "user_id": 2427,
- "guid": "db7330dd",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2025-05-17T14:10:45.572Z",
- "updated_at": "2025-05-17T14:10:45.572Z",
- "current_assets_count": 1,
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 4853,
- "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": 4853,
- "name": "totam",
- "text": "Dolores et perferendis. Qui nesciunt consequatur. Illum mollitia voluptate.",
- "featured": true,
- "slug": "et_omnis",
- "storage_folder_id": 7493,
- "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-05-17T14:10:45.571Z",
- "updated_at": "2025-05-17T14:10:45.571Z",
- "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": "4853-totam",
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 7493,
- "created_at": "2025-05-17T14:10:45.562Z",
- "name": "Cassatt41",
- "description": "Blanditiis delectus at. Aperiam expedita quos. Eaque aut eum.",
- "slug": "doloremque_error41",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Cassatt41"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "doloremque_error41"
], - "asset_group_id": 7493,
- "has_workflow_steps": false,
- "contribution_id": 4852,
- "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": 2429,
- "first_name": "Thurman",
- "last_name": "Tillman",
- "created_at": "2025-05-17T14:10:45.475Z",
- "default_username": "annabelle",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Thurman Tillman",
- "initials": "T T",
- "username": null,
- "title": null,
- "user_id": 2429,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 0
}, - "user": {
- "id": 2427,
- "first_name": "Regan",
- "last_name": "Labadie",
- "created_at": "2025-05-17T14:10:45.466Z",
- "default_username": "vernice",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Regan Labadie",
- "initials": "R L",
- "username": null,
- "title": null,
- "user_id": 2427,
- "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": 402,
- "filename": "modi.jpg",
- "file_size": null,
- "guid": "01ad1500-c49a-41bf-b8ee-f98ef018af4a",
- "short_guid": "01ad1500",
- "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-05-17T14:10:50.456Z",
- "updated_at": "2025-05-17T14:10:50.456Z"
}, - "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": 85,
- "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": 400,
- "user_id": 2447,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-05-17T14:10:49.106Z",
- "updated_at": "2025-05-17T14:10:50.482Z",
- "s3_upload_id": null,
- "s3_upload_key": "85/f56a479f/01ad1500-c49a-41bf-b8ee-f98ef018af4a-modi.jpg",
- "time_to_process": 0,
- "captured_at": "2025-05-16T14:10:49.105Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": 673,
- "submitted_at": "2025-05-17T02:10:49.105Z",
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": "2025-05-17T14:10:50.476Z",
- "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": 2447,
- "first_name": "Orville",
- "last_name": "Reilly",
- "created_at": "2025-05-17T14:10:48.771Z",
- "default_username": "pierreleannon",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Orville Reilly",
- "initials": "O R",
- "username": null,
- "title": null,
- "user_id": 2447,
- "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": "quo-rem44",
- "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": 2438,
- "first_name": "Carmelita",
- "last_name": "Zemlak",
- "default_username": "mariloutorp",
- "confirmed_at": "2025-05-17T14:10:47.167Z",
- "created_at": "2025-05-17T14:10:47.171Z",
- "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": "Carmelita Zemlak",
- "initials": "C Z",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2438
}, - "pdf_url": false,
- "meta_structs": [ ],
- "links": [ ],
- "download_sizes": [
- "original",
- "full",
- "medium",
- "small"
], - "storage_folder": {
- "id": 7555,
- "created_at": "2025-05-17T14:10:49.088Z",
- "name": "Escher44",
- "description": "Et aut delectus. Sint debitis laborum. Voluptate architecto consequatur.",
- "slug": "quo-rem44",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Escher44"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "quo-rem44"
], - "asset_group_id": 7555,
- "has_workflow_steps": false,
- "contribution_id": 4892,
- "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": 2450,
- "first_name": "Gisela",
- "last_name": "Hirthe",
- "created_at": "2025-05-17T14:10:48.975Z",
- "default_username": "rosemarie",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Gisela Hirthe",
- "initials": "G H",
- "username": null,
- "title": null,
- "user_id": 2450,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 673,
- "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": 2438,
- "first_name": "Carmelita",
- "last_name": "Zemlak",
- "default_username": "mariloutorp",
- "confirmed_at": "2025-05-17T14:10:47.167Z",
- "created_at": "2025-05-17T14:10:47.171Z",
- "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": "Carmelita Zemlak",
- "initials": "C Z",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2438
}, - "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-05-17T14:10:47.426Z",
- "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": 674,
- "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": 2438,
- "first_name": "Carmelita",
- "last_name": "Zemlak",
- "default_username": "mariloutorp",
- "confirmed_at": "2025-05-17T14:10:47.167Z",
- "created_at": "2025-05-17T14:10:47.171Z",
- "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": "Carmelita Zemlak",
- "initials": "C Z",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2438
}, - "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-05-17T14:10:47.433Z",
- "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": 675,
- "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": 2438,
- "first_name": "Carmelita",
- "last_name": "Zemlak",
- "default_username": "mariloutorp",
- "confirmed_at": "2025-05-17T14:10:47.167Z",
- "created_at": "2025-05-17T14:10:47.171Z",
- "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": "Carmelita Zemlak",
- "initials": "C Z",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2438
}, - "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-05-17T14:10:47.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": 676,
- "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": 2438,
- "first_name": "Carmelita",
- "last_name": "Zemlak",
- "default_username": "mariloutorp",
- "confirmed_at": "2025-05-17T14:10:47.167Z",
- "created_at": "2025-05-17T14:10:47.171Z",
- "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": "Carmelita Zemlak",
- "initials": "C Z",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2438
}, - "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-05-17T14:10:47.443Z",
- "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": 677,
- "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": 2438,
- "first_name": "Carmelita",
- "last_name": "Zemlak",
- "default_username": "mariloutorp",
- "confirmed_at": "2025-05-17T14:10:47.167Z",
- "created_at": "2025-05-17T14:10:47.171Z",
- "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": "Carmelita Zemlak",
- "initials": "C Z",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2438
}, - "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-05-17T14:10:47.451Z",
- "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": 678,
- "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": 2438,
- "first_name": "Carmelita",
- "last_name": "Zemlak",
- "default_username": "mariloutorp",
- "confirmed_at": "2025-05-17T14:10:47.167Z",
- "created_at": "2025-05-17T14:10:47.171Z",
- "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": "Carmelita Zemlak",
- "initials": "C Z",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2438
}, - "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-05-17T14:10:47.458Z",
- "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": 679,
- "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": 2438,
- "first_name": "Carmelita",
- "last_name": "Zemlak",
- "default_username": "mariloutorp",
- "confirmed_at": "2025-05-17T14:10:47.167Z",
- "created_at": "2025-05-17T14:10:47.171Z",
- "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": "Carmelita Zemlak",
- "initials": "C Z",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2438
}, - "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-05-17T14:10:47.467Z",
- "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": 680,
- "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": 2438,
- "first_name": "Carmelita",
- "last_name": "Zemlak",
- "default_username": "mariloutorp",
- "confirmed_at": "2025-05-17T14:10:47.167Z",
- "created_at": "2025-05-17T14:10:47.171Z",
- "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": "Carmelita Zemlak",
- "initials": "C Z",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2438
}, - "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-05-17T14:10:47.471Z",
- "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": 673,
- "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": 2438,
- "first_name": "Carmelita",
- "last_name": "Zemlak",
- "default_username": "mariloutorp",
- "confirmed_at": "2025-05-17T14:10:47.167Z",
- "created_at": "2025-05-17T14:10:47.171Z",
- "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": "Carmelita Zemlak",
- "initials": "C Z",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2438
}, - "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-05-17T14:10:47.426Z",
- "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": 400,
- "user_id": 2448,
- "guid": "f56a479f",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2025-05-17T14:10:49.102Z",
- "updated_at": "2025-05-17T14:10:49.102Z",
- "current_assets_count": 1,
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 4893,
- "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": 4893,
- "name": "laboriosam",
- "text": "Iusto esse sint. Aut quia modi. Ratione blanditiis in.",
- "featured": true,
- "slug": "repellendus_iusto",
- "storage_folder_id": 7555,
- "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-05-17T14:10:49.100Z",
- "updated_at": "2025-05-17T14:10:49.100Z",
- "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": "4893-laboriosam",
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 7555,
- "created_at": "2025-05-17T14:10:49.088Z",
- "name": "Escher44",
- "description": "Et aut delectus. Sint debitis laborum. Voluptate architecto consequatur.",
- "slug": "quo-rem44",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Escher44"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "quo-rem44"
], - "asset_group_id": 7555,
- "has_workflow_steps": false,
- "contribution_id": 4892,
- "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": 2450,
- "first_name": "Gisela",
- "last_name": "Hirthe",
- "created_at": "2025-05-17T14:10:48.975Z",
- "default_username": "rosemarie",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Gisela Hirthe",
- "initials": "G H",
- "username": null,
- "title": null,
- "user_id": 2450,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 0
}, - "user": {
- "id": 2448,
- "first_name": "Bethann",
- "last_name": "Schamberger",
- "created_at": "2025-05-17T14:10:48.944Z",
- "default_username": "stanley",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Bethann Schamberger",
- "initials": "B S",
- "username": null,
- "title": null,
- "user_id": 2448,
- "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": 405,
- "filename": "asperiores.jpg",
- "file_size": null,
- "guid": "0b630e32-af2d-415f-8e39-7426e2b02147",
- "short_guid": "0b630e32",
- "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-05-17T14:10:52.930Z",
- "updated_at": "2025-05-17T14:10:52.930Z"
}, - "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": 86,
- "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": 403,
- "user_id": 2468,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-05-17T14:10:51.612Z",
- "updated_at": "2025-05-17T14:10:51.627Z",
- "s3_upload_id": null,
- "s3_upload_key": "86/31396170/0b630e32-af2d-415f-8e39-7426e2b02147-asperiores.jpg",
- "time_to_process": 0,
- "captured_at": "2025-05-16T14:10:51.607Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": 681,
- "submitted_at": "2025-05-17T02:10:51.607Z",
- "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": 2468,
- "first_name": "Hilde",
- "last_name": "Stanton",
- "created_at": "2025-05-17T14:10:51.377Z",
- "default_username": "darin",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Hilde Stanton",
- "initials": "H S",
- "username": null,
- "title": null,
- "user_id": 2468,
- "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": "delectus_impedit47",
- "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": 7617,
- "created_at": "2025-05-17T14:10:51.575Z",
- "name": "Donatello47",
- "description": "Eum consequatur cumque. Libero iste reprehenderit. Aut optio qui.",
- "slug": "delectus_impedit47",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Donatello47"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "delectus_impedit47"
], - "asset_group_id": 7617,
- "has_workflow_steps": false,
- "contribution_id": 4932,
- "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": 2471,
- "first_name": "Dallas",
- "last_name": "Mraz",
- "created_at": "2025-05-17T14:10:51.476Z",
- "default_username": "benton",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Dallas Mraz",
- "initials": "D M",
- "username": null,
- "title": null,
- "user_id": 2471,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 681,
- "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": 2459,
- "first_name": "Johnny",
- "last_name": "Kohler",
- "default_username": "vincent",
- "confirmed_at": "2025-05-17T14:10:50.702Z",
- "created_at": "2025-05-17T14:10:50.704Z",
- "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": "Johnny Kohler",
- "initials": "J K",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2459
}, - "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-05-17T14:10:50.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": 682,
- "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": 2459,
- "first_name": "Johnny",
- "last_name": "Kohler",
- "default_username": "vincent",
- "confirmed_at": "2025-05-17T14:10:50.702Z",
- "created_at": "2025-05-17T14:10:50.704Z",
- "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": "Johnny Kohler",
- "initials": "J K",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2459
}, - "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-05-17T14:10:50.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": 683,
- "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": 2459,
- "first_name": "Johnny",
- "last_name": "Kohler",
- "default_username": "vincent",
- "confirmed_at": "2025-05-17T14:10:50.702Z",
- "created_at": "2025-05-17T14:10:50.704Z",
- "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": "Johnny Kohler",
- "initials": "J K",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2459
}, - "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-05-17T14:10:50.815Z",
- "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": 684,
- "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": 2459,
- "first_name": "Johnny",
- "last_name": "Kohler",
- "default_username": "vincent",
- "confirmed_at": "2025-05-17T14:10:50.702Z",
- "created_at": "2025-05-17T14:10:50.704Z",
- "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": "Johnny Kohler",
- "initials": "J K",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2459
}, - "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-05-17T14:10:50.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": 685,
- "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": 2459,
- "first_name": "Johnny",
- "last_name": "Kohler",
- "default_username": "vincent",
- "confirmed_at": "2025-05-17T14:10:50.702Z",
- "created_at": "2025-05-17T14:10:50.704Z",
- "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": "Johnny Kohler",
- "initials": "J K",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2459
}, - "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-05-17T14:10:50.818Z",
- "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": 686,
- "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": 2459,
- "first_name": "Johnny",
- "last_name": "Kohler",
- "default_username": "vincent",
- "confirmed_at": "2025-05-17T14:10:50.702Z",
- "created_at": "2025-05-17T14:10:50.704Z",
- "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": "Johnny Kohler",
- "initials": "J K",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2459
}, - "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-05-17T14:10:50.820Z",
- "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": 687,
- "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": 2459,
- "first_name": "Johnny",
- "last_name": "Kohler",
- "default_username": "vincent",
- "confirmed_at": "2025-05-17T14:10:50.702Z",
- "created_at": "2025-05-17T14:10:50.704Z",
- "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": "Johnny Kohler",
- "initials": "J K",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2459
}, - "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-05-17T14:10:50.822Z",
- "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": 688,
- "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": 2459,
- "first_name": "Johnny",
- "last_name": "Kohler",
- "default_username": "vincent",
- "confirmed_at": "2025-05-17T14:10:50.702Z",
- "created_at": "2025-05-17T14:10:50.704Z",
- "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": "Johnny Kohler",
- "initials": "J K",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2459
}, - "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-05-17T14:10:50.824Z",
- "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": 681,
- "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": 2459,
- "first_name": "Johnny",
- "last_name": "Kohler",
- "default_username": "vincent",
- "confirmed_at": "2025-05-17T14:10:50.702Z",
- "created_at": "2025-05-17T14:10:50.704Z",
- "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": "Johnny Kohler",
- "initials": "J K",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2459
}, - "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-05-17T14:10:50.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,
- "contracts": [ ]
}, - "upload": {
- "id": 403,
- "user_id": 2469,
- "guid": "31396170",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2025-05-17T14:10:51.601Z",
- "updated_at": "2025-05-17T14:10:51.601Z",
- "current_assets_count": 1,
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 4933,
- "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": 4933,
- "name": "pariatur",
- "text": "Harum praesentium non. Autem ut exercitationem. Delectus ut alias.",
- "featured": true,
- "slug": "qui_fugit",
- "storage_folder_id": 7617,
- "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-05-17T14:10:51.597Z",
- "updated_at": "2025-05-17T14:10:51.597Z",
- "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": "4933-pariatur",
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 7617,
- "created_at": "2025-05-17T14:10:51.575Z",
- "name": "Donatello47",
- "description": "Eum consequatur cumque. Libero iste reprehenderit. Aut optio qui.",
- "slug": "delectus_impedit47",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Donatello47"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "delectus_impedit47"
], - "asset_group_id": 7617,
- "has_workflow_steps": false,
- "contribution_id": 4932,
- "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": 2471,
- "first_name": "Dallas",
- "last_name": "Mraz",
- "created_at": "2025-05-17T14:10:51.476Z",
- "default_username": "benton",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Dallas Mraz",
- "initials": "D M",
- "username": null,
- "title": null,
- "user_id": 2471,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 0
}, - "user": {
- "id": 2469,
- "first_name": "Johnathon",
- "last_name": "Roberts",
- "created_at": "2025-05-17T14:10:51.468Z",
- "default_username": "ella",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Johnathon Roberts",
- "initials": "J R",
- "username": null,
- "title": null,
- "user_id": 2469,
- "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": 411,
- "filename": "voluptatem.jpg",
- "file_size": null,
- "guid": "3bf0490f-a67f-4c94-9987-34682cb15edc",
- "short_guid": "3bf0490f",
- "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": 87,
- "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": 409,
- "user_id": 2501,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-05-17T14:10:55.461Z",
- "updated_at": "2025-05-17T14:10:55.802Z",
- "s3_upload_id": null,
- "s3_upload_key": "87/635dc157/3bf0490f-a67f-4c94-9987-34682cb15edc-voluptatem.jpg",
- "time_to_process": 0,
- "captured_at": "2025-05-16T14:10:55.459Z",
- "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-05-17T02:10:55.459Z",
- "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": 2501,
- "first_name": "Ethan",
- "last_name": "Cruickshank",
- "created_at": "2025-05-17T14:10:55.239Z",
- "default_username": "valentinefisher",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Ethan Cruickshank",
- "initials": "E C",
- "username": null,
- "title": null,
- "user_id": 2501,
- "lang": null,
- "notify_new_membership_requests": null
}, - "creator_tag": null,
- "storage_folder_path": "quas-eum53",
- "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": 7712,
- "created_at": "2025-05-17T14:10:55.445Z",
- "name": "Raphael53",
- "description": "Sed enim praesentium. Aut tempora eius. Omnis non vel.",
- "slug": "quas-eum53",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Raphael53"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "quas-eum53"
], - "asset_group_id": 7712,
- "has_workflow_steps": false,
- "contribution_id": 4996,
- "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": 2504,
- "first_name": "William",
- "last_name": "Streich",
- "created_at": "2025-05-17T14:10:55.349Z",
- "default_username": "sherly_nicolas",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "William Streich",
- "initials": "W S",
- "username": null,
- "title": null,
- "user_id": 2504,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 689,
- "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": 2480,
- "first_name": "April",
- "last_name": "Lesch",
- "default_username": "arlie",
- "confirmed_at": "2025-05-17T14:10:53.147Z",
- "created_at": "2025-05-17T14:10:53.148Z",
- "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": "April Lesch",
- "initials": "A L",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2480
}, - "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-05-17T14:10:53.237Z",
- "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": 690,
- "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": 2480,
- "first_name": "April",
- "last_name": "Lesch",
- "default_username": "arlie",
- "confirmed_at": "2025-05-17T14:10:53.147Z",
- "created_at": "2025-05-17T14:10:53.148Z",
- "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": "April Lesch",
- "initials": "A L",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2480
}, - "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-05-17T14:10:53.238Z",
- "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": 691,
- "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": 2480,
- "first_name": "April",
- "last_name": "Lesch",
- "default_username": "arlie",
- "confirmed_at": "2025-05-17T14:10:53.147Z",
- "created_at": "2025-05-17T14:10:53.148Z",
- "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": "April Lesch",
- "initials": "A L",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2480
}, - "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-05-17T14:10:53.240Z",
- "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": 692,
- "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": 2480,
- "first_name": "April",
- "last_name": "Lesch",
- "default_username": "arlie",
- "confirmed_at": "2025-05-17T14:10:53.147Z",
- "created_at": "2025-05-17T14:10:53.148Z",
- "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": "April Lesch",
- "initials": "A L",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2480
}, - "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-05-17T14:10:53.242Z",
- "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": 693,
- "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": 2480,
- "first_name": "April",
- "last_name": "Lesch",
- "default_username": "arlie",
- "confirmed_at": "2025-05-17T14:10:53.147Z",
- "created_at": "2025-05-17T14:10:53.148Z",
- "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": "April Lesch",
- "initials": "A L",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2480
}, - "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-05-17T14:10:53.243Z",
- "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": 694,
- "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": 2480,
- "first_name": "April",
- "last_name": "Lesch",
- "default_username": "arlie",
- "confirmed_at": "2025-05-17T14:10:53.147Z",
- "created_at": "2025-05-17T14:10:53.148Z",
- "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": "April Lesch",
- "initials": "A L",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2480
}, - "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-05-17T14:10:53.245Z",
- "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": 695,
- "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": 2480,
- "first_name": "April",
- "last_name": "Lesch",
- "default_username": "arlie",
- "confirmed_at": "2025-05-17T14:10:53.147Z",
- "created_at": "2025-05-17T14:10:53.148Z",
- "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": "April Lesch",
- "initials": "A L",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2480
}, - "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-05-17T14:10:53.247Z",
- "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": 696,
- "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": 2480,
- "first_name": "April",
- "last_name": "Lesch",
- "default_username": "arlie",
- "confirmed_at": "2025-05-17T14:10:53.147Z",
- "created_at": "2025-05-17T14:10:53.148Z",
- "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": "April Lesch",
- "initials": "A L",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2480
}, - "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-05-17T14:10:53.249Z",
- "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": 409,
- "user_id": 2502,
- "guid": "635dc157",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2025-05-17T14:10:55.457Z",
- "updated_at": "2025-05-17T14:10:55.457Z",
- "current_assets_count": 1,
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 4997,
- "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": 4997,
- "name": "quam",
- "text": "Et velit perspiciatis. Sunt accusantium provident. Nostrum nihil eos.",
- "featured": true,
- "slug": "ut_velit",
- "storage_folder_id": 7712,
- "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-05-17T14:10:55.456Z",
- "updated_at": "2025-05-17T14:10:55.456Z",
- "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": "4997-quam",
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 7712,
- "created_at": "2025-05-17T14:10:55.445Z",
- "name": "Raphael53",
- "description": "Sed enim praesentium. Aut tempora eius. Omnis non vel.",
- "slug": "quas-eum53",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Raphael53"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "quas-eum53"
], - "asset_group_id": 7712,
- "has_workflow_steps": false,
- "contribution_id": 4996,
- "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": 2504,
- "first_name": "William",
- "last_name": "Streich",
- "created_at": "2025-05-17T14:10:55.349Z",
- "default_username": "sherly_nicolas",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "William Streich",
- "initials": "W S",
- "username": null,
- "title": null,
- "user_id": 2504,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 0
}, - "user": {
- "id": 2502,
- "first_name": "Dallas",
- "last_name": "Zemlak",
- "created_at": "2025-05-17T14:10:55.340Z",
- "default_username": "shaquana_morar",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Dallas Zemlak",
- "initials": "D Z",
- "username": null,
- "title": null,
- "user_id": 2502,
- "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": 412,
- "filename": "alias.jpg",
- "file_size": null,
- "guid": "33d36f11-bf21-44c9-9796-6a6235d230eb",
- "short_guid": "33d36f11",
- "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-05-17T14:10:58.221Z",
- "updated_at": "2025-05-17T14:10:58.221Z"
}, - "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": 88,
- "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": 410,
- "user_id": 2514,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-05-17T14:10:56.767Z",
- "updated_at": "2025-05-17T14:10:58.553Z",
- "s3_upload_id": null,
- "s3_upload_key": "88/1010dd45/33d36f11-bf21-44c9-9796-6a6235d230eb-alias.jpg",
- "time_to_process": 0,
- "captured_at": "2025-05-16T14:10:56.765Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": 697,
- "submitted_at": "2025-05-17T02:10:56.765Z",
- "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": 2514,
- "first_name": "Mose",
- "last_name": "Fay",
- "created_at": "2025-05-17T14:10:56.573Z",
- "default_username": "jermainethiel",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Mose Fay",
- "initials": "M F",
- "username": null,
- "title": null,
- "user_id": 2514,
- "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": "voluptatem_ut54",
- "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": 7752,
- "created_at": "2025-05-17T14:10:56.751Z",
- "name": "Bernini54",
- "description": "Et occaecati est. Blanditiis voluptate possimus. Quia at et.",
- "slug": "voluptatem_ut54",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Bernini54"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "voluptatem_ut54"
], - "asset_group_id": 7752,
- "has_workflow_steps": false,
- "contribution_id": 5020,
- "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": 2517,
- "first_name": "Vivan",
- "last_name": "Hudson",
- "created_at": "2025-05-17T14:10:56.669Z",
- "default_username": "chia_langworth",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Vivan Hudson",
- "initials": "V H",
- "username": null,
- "title": null,
- "user_id": 2517,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 697,
- "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": 2505,
- "first_name": "Suzann",
- "last_name": "Jast",
- "default_username": "leopoldo",
- "confirmed_at": "2025-05-17T14:10:55.982Z",
- "created_at": "2025-05-17T14:10:55.984Z",
- "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": "Suzann Jast",
- "initials": "S J",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2505
}, - "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-05-17T14:10:56.075Z",
- "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": 698,
- "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": 2505,
- "first_name": "Suzann",
- "last_name": "Jast",
- "default_username": "leopoldo",
- "confirmed_at": "2025-05-17T14:10:55.982Z",
- "created_at": "2025-05-17T14:10:55.984Z",
- "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": "Suzann Jast",
- "initials": "S J",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2505
}, - "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-05-17T14:10:56.076Z",
- "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": 699,
- "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": 2505,
- "first_name": "Suzann",
- "last_name": "Jast",
- "default_username": "leopoldo",
- "confirmed_at": "2025-05-17T14:10:55.982Z",
- "created_at": "2025-05-17T14:10:55.984Z",
- "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": "Suzann Jast",
- "initials": "S J",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2505
}, - "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-05-17T14:10:56.080Z",
- "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": 700,
- "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": 2505,
- "first_name": "Suzann",
- "last_name": "Jast",
- "default_username": "leopoldo",
- "confirmed_at": "2025-05-17T14:10:55.982Z",
- "created_at": "2025-05-17T14:10:55.984Z",
- "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": "Suzann Jast",
- "initials": "S J",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2505
}, - "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-05-17T14:10:56.082Z",
- "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": 701,
- "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": 2505,
- "first_name": "Suzann",
- "last_name": "Jast",
- "default_username": "leopoldo",
- "confirmed_at": "2025-05-17T14:10:55.982Z",
- "created_at": "2025-05-17T14:10:55.984Z",
- "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": "Suzann Jast",
- "initials": "S J",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2505
}, - "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-05-17T14:10:56.084Z",
- "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": 702,
- "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": 2505,
- "first_name": "Suzann",
- "last_name": "Jast",
- "default_username": "leopoldo",
- "confirmed_at": "2025-05-17T14:10:55.982Z",
- "created_at": "2025-05-17T14:10:55.984Z",
- "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": "Suzann Jast",
- "initials": "S J",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2505
}, - "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-05-17T14:10:56.085Z",
- "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": 703,
- "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": 2505,
- "first_name": "Suzann",
- "last_name": "Jast",
- "default_username": "leopoldo",
- "confirmed_at": "2025-05-17T14:10:55.982Z",
- "created_at": "2025-05-17T14:10:55.984Z",
- "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": "Suzann Jast",
- "initials": "S J",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2505
}, - "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-05-17T14:10:56.087Z",
- "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": 704,
- "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": 2505,
- "first_name": "Suzann",
- "last_name": "Jast",
- "default_username": "leopoldo",
- "confirmed_at": "2025-05-17T14:10:55.982Z",
- "created_at": "2025-05-17T14:10:55.984Z",
- "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": "Suzann Jast",
- "initials": "S J",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2505
}, - "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-05-17T14:10:56.088Z",
- "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": 697,
- "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": 2505,
- "first_name": "Suzann",
- "last_name": "Jast",
- "default_username": "leopoldo",
- "confirmed_at": "2025-05-17T14:10:55.982Z",
- "created_at": "2025-05-17T14:10:55.984Z",
- "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": "Suzann Jast",
- "initials": "S J",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2505
}, - "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-05-17T14:10:56.075Z",
- "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": 410,
- "user_id": 2515,
- "guid": "1010dd45",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2025-05-17T14:10:56.762Z",
- "updated_at": "2025-05-17T14:10:56.762Z",
- "current_assets_count": 1,
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 5021,
- "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": 5021,
- "name": "ratione",
- "text": "Rem deserunt aspernatur. Dolores soluta eveniet. Aut quo id.",
- "featured": true,
- "slug": "quod-omnis",
- "storage_folder_id": 7752,
- "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-05-17T14:10:56.761Z",
- "updated_at": "2025-05-17T14:10:56.761Z",
- "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": "5021-ratione",
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 7752,
- "created_at": "2025-05-17T14:10:56.751Z",
- "name": "Bernini54",
- "description": "Et occaecati est. Blanditiis voluptate possimus. Quia at et.",
- "slug": "voluptatem_ut54",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Bernini54"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "voluptatem_ut54"
], - "asset_group_id": 7752,
- "has_workflow_steps": false,
- "contribution_id": 5020,
- "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": 2517,
- "first_name": "Vivan",
- "last_name": "Hudson",
- "created_at": "2025-05-17T14:10:56.669Z",
- "default_username": "chia_langworth",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Vivan Hudson",
- "initials": "V H",
- "username": null,
- "title": null,
- "user_id": 2517,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 0
}, - "user": {
- "id": 2515,
- "first_name": "Jacinto",
- "last_name": "Zulauf",
- "created_at": "2025-05-17T14:10:56.660Z",
- "default_username": "celestine",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Jacinto Zulauf",
- "initials": "J Z",
- "username": null,
- "title": null,
- "user_id": 2515,
- "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": [
- 413,
- 414
], - "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) |
[- 424
]
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": 5408,
- "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": "Mushroom Risotto",
- "Custom Meta Field 83": [
- "Pasta Carbonara 61"
]
}, - "block_level": 0
}
}
[- {
- "id": 447,
- "filename": null,
- "file_size": null,
- "guid": "0c46fdee-1e9e-4cb1-a0e8-e5aa99fac40c",
- "short_guid": "0c46fdee",
- "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": 96,
- "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": 445,
- "user_id": 2699,
- "aasm_state": "pending",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-05-17T14:11:21.873Z",
- "updated_at": "2025-05-17T14:11:21.917Z",
- "s3_upload_id": null,
- "s3_upload_key": "96/cad89f36/0c46fdee-1e9e-4cb1-a0e8-e5aa99fac40c-",
- "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": 155,
- "text": "Pasta Carbonara 61",
- "color_label": null,
- "date": null,
- "custom_meta_field_id": 203
}, - {
- "id": 157,
- "text": "Mushroom Risotto",
- "color_label": null,
- "date": null,
- "custom_meta_field_id": 202
}
], - "user": {
- "id": 2699,
- "first_name": "Destiny",
- "last_name": "Nicolas",
- "created_at": "2025-05-17T14:11:19.109Z",
- "default_username": "florencio",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Destiny Nicolas",
- "initials": "D N",
- "username": null,
- "title": null,
- "user_id": 2699,
- "lang": null,
- "notify_new_membership_requests": null
}, - "creator_tag": null,
- "storage_folder_path": "fugit-quia89",
- "tags": [ ]
}, - {
- "id": 448,
- "filename": null,
- "file_size": null,
- "guid": "63221644-f781-4b25-97cc-787ea343c9bf",
- "short_guid": "63221644",
- "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": 96,
- "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": 445,
- "user_id": 2699,
- "aasm_state": "pending",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-05-17T14:11:53.165Z",
- "updated_at": "2025-05-17T14:11:53.204Z",
- "s3_upload_id": null,
- "s3_upload_key": "96/cad89f36/63221644-f781-4b25-97cc-787ea343c9bf-",
- "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": 158,
- "text": "Mushroom Risotto",
- "color_label": null,
- "date": null,
- "custom_meta_field_id": 202
}, - {
- "id": 155,
- "text": "Pasta Carbonara 61",
- "color_label": null,
- "date": null,
- "custom_meta_field_id": 203
}
], - "user": {
- "id": 2699,
- "first_name": "Destiny",
- "last_name": "Nicolas",
- "created_at": "2025-05-17T14:11:19.109Z",
- "default_username": "florencio",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Destiny Nicolas",
- "initials": "D N",
- "username": null,
- "title": null,
- "user_id": 2699,
- "lang": null,
- "notify_new_membership_requests": null
}, - "creator_tag": null,
- "storage_folder_path": "fugit-quia89",
- "tags": [ ]
}
]
q | string Search by name |
parent_id | integer Parent Collection ID |
[- {
- "id": 8507,
- "created_at": "2025-05-17T14:13:39.372Z",
- "path_names": [
- "Ansel Adams98"
], - "path_slugs": [
- "consequatur_voluptas98"
], - "slug": "consequatur_voluptas98",
- "sandbox": false,
- "organizer": false,
- "type": "Collection",
- "has_children": false,
- "parent_id": null,
- "ancestor_ids": [ ],
- "permission_ids": [ ],
- "visible_assets_count": 0,
- "asset_group_id": 8507,
- "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": 99,
- "organization_slug": "dietrich-and-sons",
- "user": {
- "id": 2776,
- "first_name": "Marsha",
- "last_name": "Reinger",
- "created_at": "2025-05-17T14:13:39.177Z",
- "default_username": "carolastokes",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Marsha Reinger",
- "initials": "M R",
- "username": null,
- "title": null,
- "user_id": 2776,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "can_update_assets": true,
- "name": "Ansel Adams98",
- "description": "Neque nobis tempore. Sint id consequuntur. Vel est occaecati."
}
]
{- "collection": {
- "name": "Test Collection",
- "description": "string",
- "parent_id": 8618,
- "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": 8619,
- "created_at": "2025-05-17T14:13:42.199Z",
- "path_names": [
- "Dali102",
- "Test Collection"
], - "path_slugs": [
- "quia-voluptate102",
- "test-collection"
], - "slug": "test-collection",
- "sandbox": false,
- "organizer": null,
- "type": "Collection",
- "has_children": false,
- "parent_id": 8618,
- "ancestor_ids": [
- 8618
], - "permission_ids": [ ],
- "visible_assets_count": null,
- "asset_group_id": 8619,
- "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": 102,
- "organization_slug": "larson-bechtelar-and-cremin",
- "user": {
- "id": 2798,
- "first_name": "Tran",
- "last_name": "Shields",
- "created_at": "2025-05-17T14:13:41.357Z",
- "default_username": "aida",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Tran Shields",
- "initials": "T S",
- "username": null,
- "title": null,
- "user_id": 2798,
- "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": 8542,
- "created_at": "2025-05-17T14:13:40.369Z",
- "path_names": [
- "Botticelli99"
], - "path_slugs": [
- "numquam-eum99"
], - "slug": "numquam-eum99",
- "sandbox": false,
- "organizer": false,
- "type": "Collection",
- "has_children": false,
- "parent_id": null,
- "ancestor_ids": [ ],
- "permission_ids": [ ],
- "visible_assets_count": 0,
- "asset_group_id": 8542,
- "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": 100,
- "organization_slug": "pfannerstilldonnelly",
- "user": {
- "id": 2786,
- "first_name": "Lona",
- "last_name": "Deckow",
- "created_at": "2025-05-17T14:13:40.258Z",
- "default_username": "tad",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Lona Deckow",
- "initials": "L D",
- "username": null,
- "title": null,
- "user_id": 2786,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "can_update_assets": true,
- "name": "Botticelli99",
- "description": "Corrupti laudantium non. Voluptatibus repellat fugit. Ut at reprehenderit."
}, - {
- "id": 8548,
- "created_at": "2025-05-17T14:13:40.524Z",
- "path_names": [
- "Vincent100"
], - "path_slugs": [
- "delectus-ullam100"
], - "slug": "delectus-ullam100",
- "sandbox": false,
- "organizer": false,
- "type": "Collection",
- "has_children": false,
- "parent_id": null,
- "ancestor_ids": [ ],
- "permission_ids": [ ],
- "visible_assets_count": 0,
- "asset_group_id": 8548,
- "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": 100,
- "organization_slug": "pfannerstilldonnelly",
- "user": {
- "id": 2787,
- "first_name": "Tania",
- "last_name": "Greenfelder",
- "created_at": "2025-05-17T14:13:40.381Z",
- "default_username": "cierawalsh",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Tania Greenfelder",
- "initials": "T G",
- "username": null,
- "title": null,
- "user_id": 2787,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "can_update_assets": true,
- "name": "Vincent100",
- "description": "Beatae rerum numquam. Dignissimos et sed. Dolores delectus error."
}
]
{- "id": 8583,
- "created_at": "2025-05-17T14:13:41.305Z",
- "path_names": [
- "Rothko101"
], - "path_slugs": [
- "enim_quo101"
], - "slug": "enim_quo101",
- "sandbox": false,
- "organizer": false,
- "type": "Collection",
- "has_children": false,
- "parent_id": null,
- "ancestor_ids": [ ],
- "permission_ids": [ ],
- "visible_assets_count": 0,
- "asset_group_id": 8583,
- "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": 101,
- "organization_slug": "kihn-inc",
- "user": {
- "id": 2797,
- "first_name": "Harrison",
- "last_name": "Sanford",
- "created_at": "2025-05-17T14:13:41.211Z",
- "default_username": "tangela_okon",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Harrison Sanford",
- "initials": "H S",
- "username": null,
- "title": null,
- "user_id": 2797,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "can_update_assets": true,
- "name": "Rothko101",
- "description": "Et occaecati provident. Et et aut. Esse dolorum placeat.",
- "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": 20,
- "asset_group_id": 8654,
- "asset_id": 457,
- "user_id": 2808,
- "created_at": "2025-05-17T14:13:43.738Z",
- "updated_at": "2025-05-17T14:13:43.738Z",
- "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": "f2b025d0208a6cee5a7bb791d511db97",
- "filename": "tillmanhauck-mediagraph-download-#5.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-05-17T14:13:52.479Z",
- "organizer": false,
- "type": "Lightbox",
- "asset_group_id": 8772,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": true,
- "comments_count": 0,
- "commentable_id": 8772,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": true,
- "folder_root_id": 8772,
- "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": 106,
- "access_request_id": null,
- "user": {
- "id": 2856,
- "first_name": "Charis",
- "last_name": "Cole",
- "created_at": "2025-05-17T14:13:52.296Z",
- "default_username": "luanne_haley",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Charis Cole",
- "initials": "C C",
- "username": null,
- "title": null,
- "user_id": 2856,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "8772-1550-my-first-lightbox",
- "id": 4650,
- "path_names": [
- "My First Lightbox"
], - "path_slugs": [
- "4650-1550-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-05-17T14:13:52.518Z",
- "organizer": true,
- "type": "Lightbox",
- "asset_group_id": 8775,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": false,
- "comments_count": 0,
- "commentable_id": 8775,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": false,
- "folder_root_id": 8775,
- "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": 106,
- "access_request_id": null,
- "user": {
- "id": 2856,
- "first_name": "Charis",
- "last_name": "Cole",
- "created_at": "2025-05-17T14:13:52.296Z",
- "default_username": "luanne_haley",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Charis Cole",
- "initials": "C C",
- "username": null,
- "title": null,
- "user_id": 2856,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "8775-1550-shared-with-me",
- "id": 4651,
- "path_names": [
- "Shared with me"
], - "path_slugs": [
- "4651-1550-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-05-17T14:13:52.525Z",
- "organizer": true,
- "type": "Lightbox",
- "asset_group_id": 8776,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": false,
- "comments_count": 0,
- "commentable_id": 8776,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": false,
- "folder_root_id": 8776,
- "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": 106,
- "access_request_id": null,
- "user": {
- "id": 2856,
- "first_name": "Charis",
- "last_name": "Cole",
- "created_at": "2025-05-17T14:13:52.296Z",
- "default_username": "luanne_haley",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Charis Cole",
- "initials": "C C",
- "username": null,
- "title": null,
- "user_id": 2856,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "8776-1550-archive",
- "id": 4652,
- "path_names": [
- "Archive"
], - "path_slugs": [
- "4652-1550-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": "Pissarro109",
- "sub_type": null,
- "description": "Iusto rerum et. Ad aut blanditiis. Pariatur ipsa sit.",
- "created_at": "2025-05-17T14:13:53.153Z",
- "organizer": false,
- "type": "Lightbox",
- "asset_group_id": 8797,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": true,
- "comments_count": 0,
- "commentable_id": 8797,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": true,
- "folder_root_id": 8797,
- "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": 106,
- "access_request_id": null,
- "user": {
- "id": 2856,
- "first_name": "Charis",
- "last_name": "Cole",
- "created_at": "2025-05-17T14:13:52.296Z",
- "default_username": "luanne_haley",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Charis Cole",
- "initials": "C C",
- "username": null,
- "title": null,
- "user_id": 2856,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "8797-modi_beatae109",
- "id": 4665,
- "path_names": [
- "Pissarro109"
], - "path_slugs": [
- "4665-modi_beatae109"
], - "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-05-17T14:13:53.484Z",
- "organizer": true,
- "type": "Lightbox",
- "asset_group_id": 8806,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": false,
- "comments_count": 0,
- "commentable_id": 8806,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": false,
- "folder_root_id": 8806,
- "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": 107,
- "access_request_id": null,
- "user": {
- "id": 2865,
- "first_name": "Dianna",
- "last_name": "Hilll",
- "created_at": "2025-05-17T14:13:53.272Z",
- "default_username": "greg",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Dianna Hilll",
- "initials": "D H",
- "username": null,
- "title": null,
- "user_id": 2865,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "8806-1555-archive",
- "id": 4668,
- "path_names": [
- "Archive"
], - "path_slugs": [
- "4668-1555-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": "Cezanne111",
- "sub_type": null,
- "description": "Qui blanditiis debitis. Reprehenderit vero veritatis. Non laudantium deserunt.",
- "created_at": "2025-05-17T14:13:54.055Z",
- "organizer": false,
- "type": "Lightbox",
- "asset_group_id": 8828,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": true,
- "comments_count": 0,
- "commentable_id": 8828,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": true,
- "folder_root_id": 8828,
- "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": 107,
- "access_request_id": null,
- "user": {
- "id": 2865,
- "first_name": "Dianna",
- "last_name": "Hilll",
- "created_at": "2025-05-17T14:13:53.272Z",
- "default_username": "greg",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Dianna Hilll",
- "initials": "D H",
- "username": null,
- "title": null,
- "user_id": 2865,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "8828-quia-cupiditate111",
- "id": 4682,
- "path_names": [
- "Cezanne111"
], - "path_slugs": [
- "4682-quia-cupiditate111"
], - "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": "My First Lightbox",
- "sub_type": "home",
- "description": null,
- "created_at": "2025-05-17T14:13:53.435Z",
- "organizer": false,
- "type": "Lightbox",
- "asset_group_id": 8802,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": true,
- "comments_count": 0,
- "commentable_id": 8802,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": true,
- "folder_root_id": 8802,
- "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": 107,
- "access_request_id": null,
- "user": {
- "id": 2865,
- "first_name": "Dianna",
- "last_name": "Hilll",
- "created_at": "2025-05-17T14:13:53.272Z",
- "default_username": "greg",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Dianna Hilll",
- "initials": "D H",
- "username": null,
- "title": null,
- "user_id": 2865,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "8802-1555-my-first-lightbox",
- "id": 4666,
- "path_names": [
- "My First Lightbox"
], - "path_slugs": [
- "4666-1555-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": "Picasso110",
- "sub_type": null,
- "description": "Ut atque quia. Fugit animi enim. Occaecati non quo.",
- "created_at": "2025-05-17T14:13:54.036Z",
- "organizer": false,
- "type": "Lightbox",
- "asset_group_id": 8827,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": true,
- "comments_count": 0,
- "commentable_id": 8827,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": true,
- "folder_root_id": 8827,
- "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": 107,
- "access_request_id": null,
- "user": {
- "id": 2865,
- "first_name": "Dianna",
- "last_name": "Hilll",
- "created_at": "2025-05-17T14:13:53.272Z",
- "default_username": "greg",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Dianna Hilll",
- "initials": "D H",
- "username": null,
- "title": null,
- "user_id": 2865,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "8827-facere-autem110",
- "id": 4681,
- "path_names": [
- "Picasso110"
], - "path_slugs": [
- "4681-facere-autem110"
], - "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": "Shared with me",
- "sub_type": "shared",
- "description": null,
- "created_at": "2025-05-17T14:13:53.477Z",
- "organizer": true,
- "type": "Lightbox",
- "asset_group_id": 8805,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": false,
- "comments_count": 0,
- "commentable_id": 8805,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": false,
- "folder_root_id": 8805,
- "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": 107,
- "access_request_id": null,
- "user": {
- "id": 2865,
- "first_name": "Dianna",
- "last_name": "Hilll",
- "created_at": "2025-05-17T14:13:53.272Z",
- "default_username": "greg",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Dianna Hilll",
- "initials": "D H",
- "username": null,
- "title": null,
- "user_id": 2865,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "8805-1555-shared-with-me",
- "id": 4667,
- "path_names": [
- "Shared with me"
], - "path_slugs": [
- "4667-1555-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": "Edward Hopper122",
- "sub_type": null,
- "description": "Qui consequatur voluptatem. Quisquam doloremque vero. Asperiores incidunt ab.",
- "created_at": "2025-05-17T14:13:56.676Z",
- "organizer": false,
- "type": "Lightbox",
- "asset_group_id": 8926,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": true,
- "comments_count": 0,
- "commentable_id": 8926,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": true,
- "folder_root_id": 8926,
- "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": 110,
- "access_request_id": null,
- "user": {
- "id": 2892,
- "first_name": "Annabelle",
- "last_name": "Mayer",
- "created_at": "2025-05-17T14:13:55.758Z",
- "default_username": "zacharygibson",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Annabelle Mayer",
- "initials": "A M",
- "username": null,
- "title": null,
- "user_id": 2892,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "8926-quis-eos122",
- "id": 4732,
- "path_names": [
- "Edward Hopper122"
], - "path_slugs": [
- "4732-quis-eos122"
], - "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": [
- "8926-quis-eos122"
], - "workflow_steps": [ ],
- "users": [
- {
- "role": "viewer",
- "id": 2892,
- "first_name": "Annabelle",
- "last_name": "Mayer",
- "created_at": "2025-05-17T14:13:55.758Z",
- "default_username": "zacharygibson",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Annabelle Mayer",
- "initials": "A M",
- "username": null,
- "title": null,
- "user_id": 2892,
- "lang": null,
- "notify_new_membership_requests": null
}
], - "links": [ ],
- "webhooks": [ ]
}
[- {
- "id": 1587,
- "created_at": "2025-05-17T14:13:59.566Z",
- "updated_at": "2025-05-17T14:13:59.566Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 2921,
- "first_name": "Loriann",
- "last_name": "Considine",
- "default_username": "zandra_ledner",
- "confirmed_at": "2025-05-17T14:13:59.561Z",
- "created_at": "2025-05-17T14:13:59.563Z",
- "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": "Loriann Considine",
- "initials": "L C",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2921,
- "username": "zandra_ledner",
- "notify_new_membership_requests": true
}, - "role_level": "general",
- "role_level_name": "General",
- "initials": "L C",
- "tester": false,
- "username": "zandra_ledner",
- "title": null,
- "last_login_at": null,
- "is_owner": false,
- "otp_required_for_login": null,
- "name": "Loriann Considine",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": true
}, - {
- "id": 1586,
- "created_at": "2025-05-17T14:13:59.442Z",
- "updated_at": "2025-05-17T14:13:59.442Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 2920,
- "first_name": "Georgette",
- "last_name": "Hansen",
- "default_username": "ronaldsauer",
- "confirmed_at": "2025-05-17T14:13:59.437Z",
- "created_at": "2025-05-17T14:13:59.438Z",
- "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": "Georgette Hansen",
- "initials": "G H",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2920,
- "username": "ronaldsauer",
- "notify_new_membership_requests": true
}, - "role_level": "general",
- "role_level_name": "General",
- "initials": "G H",
- "tester": false,
- "username": "ronaldsauer",
- "title": null,
- "last_login_at": null,
- "is_owner": false,
- "otp_required_for_login": null,
- "name": "Georgette Hansen",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": true
}, - {
- "id": 1585,
- "created_at": "2025-05-17T14:13:59.321Z",
- "updated_at": "2025-05-17T14:13:59.321Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 2919,
- "first_name": "Daniella",
- "last_name": "Luettgen",
- "default_username": "sterling",
- "confirmed_at": "2025-05-17T14:13:59.319Z",
- "created_at": "2025-05-17T14:13:59.319Z",
- "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": "Daniella Luettgen",
- "initials": "D L",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2919,
- "username": "sterling",
- "notify_new_membership_requests": true
}, - "role_level": "general",
- "role_level_name": "General",
- "initials": "D L",
- "tester": false,
- "username": "sterling",
- "title": null,
- "last_login_at": null,
- "is_owner": false,
- "otp_required_for_login": null,
- "name": "Daniella Luettgen",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": true
}, - {
- "id": 1584,
- "created_at": "2025-05-17T14:13:59.128Z",
- "updated_at": "2025-05-17T14:13:59.128Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 2914,
- "first_name": "Mayert, Weber and Tromp Test",
- "last_name": "Global Tagger",
- "default_username": null,
- "confirmed_at": "2025-05-17T14:13:59.121Z",
- "created_at": "2025-05-17T14:13:59.124Z",
- "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": "Mayert, Weber and Tromp Test Global Tagger",
- "initials": "M G",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2914,
- "username": null,
- "notify_new_membership_requests": true
}, - "role_level": "global_tagger",
- "role_level_name": "Global Tagger",
- "initials": "M G",
- "tester": true,
- "username": null,
- "title": null,
- "last_login_at": null,
- "is_owner": false,
- "otp_required_for_login": null,
- "name": "Mayert, Weber and Tromp Test Global Tagger",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": true
}, - {
- "id": 1583,
- "created_at": "2025-05-17T14:13:59.016Z",
- "updated_at": "2025-05-17T14:13:59.016Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 2913,
- "first_name": "Mayert, Weber and Tromp Test",
- "last_name": "Global Library Manager",
- "default_username": null,
- "confirmed_at": "2025-05-17T14:13:59.011Z",
- "created_at": "2025-05-17T14:13:59.013Z",
- "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": "Mayert, Weber and Tromp Test Global Library Manager",
- "initials": "M G",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2913,
- "username": null,
- "notify_new_membership_requests": true
}, - "role_level": "global_library",
- "role_level_name": "Global Library",
- "initials": "M G",
- "tester": true,
- "username": null,
- "title": null,
- "last_login_at": null,
- "is_owner": false,
- "otp_required_for_login": null,
- "name": "Mayert, Weber and Tromp Test Global Library Manager",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": true
}, - {
- "id": 1582,
- "created_at": "2025-05-17T14:13:58.918Z",
- "updated_at": "2025-05-17T14:13:58.918Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 2912,
- "first_name": "Mayert, Weber and Tromp Test",
- "last_name": "Global Content Manager",
- "default_username": null,
- "confirmed_at": "2025-05-17T14:13:58.914Z",
- "created_at": "2025-05-17T14:13:58.916Z",
- "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": "Mayert, Weber and Tromp Test Global Content Manager",
- "initials": "M G",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2912,
- "username": null,
- "notify_new_membership_requests": true
}, - "role_level": "global_content",
- "role_level_name": "Global Content",
- "initials": "M G",
- "tester": true,
- "username": null,
- "title": null,
- "last_login_at": null,
- "is_owner": false,
- "otp_required_for_login": null,
- "name": "Mayert, Weber and Tromp Test Global Content Manager",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": true
}, - {
- "id": 1581,
- "created_at": "2025-05-17T14:13:58.835Z",
- "updated_at": "2025-05-17T14:13:58.835Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 2911,
- "first_name": "Mayert, Weber and Tromp Test",
- "last_name": "General Member",
- "default_username": null,
- "confirmed_at": "2025-05-17T14:13:58.831Z",
- "created_at": "2025-05-17T14:13:58.833Z",
- "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": "Mayert, Weber and Tromp Test General Member",
- "initials": "M G",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2911,
- "username": null,
- "notify_new_membership_requests": true
}, - "role_level": "general",
- "role_level_name": "General",
- "initials": "M G",
- "tester": true,
- "username": null,
- "title": null,
- "last_login_at": null,
- "is_owner": false,
- "otp_required_for_login": null,
- "name": "Mayert, Weber and Tromp Test General Member",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": true
}, - {
- "id": 1580,
- "created_at": "2025-05-17T14:13:58.745Z",
- "updated_at": "2025-05-17T14:13:58.745Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 2910,
- "first_name": "Nita",
- "last_name": "Carroll",
- "default_username": "alisha",
- "confirmed_at": "2025-05-17T14:13:58.510Z",
- "created_at": "2025-05-17T14:13:58.511Z",
- "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": "Nita Carroll",
- "initials": "N C",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2910,
- "username": "alisha",
- "notify_new_membership_requests": true
}, - "role_level": "admin",
- "role_level_name": "Admin",
- "initials": "N C",
- "tester": false,
- "username": "alisha",
- "title": null,
- "last_login_at": null,
- "is_owner": true,
- "otp_required_for_login": null,
- "name": "Nita Carroll",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": false
}
]
{- "id": 1593,
- "created_at": "2025-05-17T14:14:00.706Z",
- "updated_at": "2025-05-17T14:14:00.706Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 2931,
- "first_name": "Stephine",
- "last_name": "Bergstrom",
- "default_username": "todbogan",
- "confirmed_at": "2025-05-17T14:14:00.703Z",
- "created_at": "2025-05-17T14:14:00.704Z",
- "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": "Stephine Bergstrom",
- "initials": "S B",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 2931,
- "username": "todbogan",
- "notify_new_membership_requests": true
}, - "role_level": "general",
- "role_level_name": "General",
- "initials": "S B",
- "tester": false,
- "username": "todbogan",
- "title": null,
- "last_login_at": null,
- "is_owner": false,
- "otp_required_for_login": null,
- "name": "Stephine Bergstrom",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": true
}
id required | integer |
object |
{- "membership": {
- "role_level": "global_library"
}
}
{- "organization_id": 114,
- "id": 1599,
- "user_id": 2941,
- "invite_id": null,
- "aasm_state": "active",
- "created_at": "2025-05-17T14:14:01.601Z",
- "updated_at": "2025-05-17T14:14:01.709Z",
- "role_level": "global_library",
- "username": "micahstiedemann",
- "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": "Lupe Emmerich",
- "initials": "L E",
- "avatar_url": null,
- "user_group_ids": [ ]
}
id required | integer |
status | string Enum: "active" "deactivated" Status |
{- "organization_id": 115,
- "id": 1605,
- "user_id": 2951,
- "invite_id": null,
- "aasm_state": "deactivated",
- "created_at": "2025-05-17T14:14:02.426Z",
- "updated_at": "2025-05-17T14:14:02.584Z",
- "role_level": "general",
- "username": "alesha",
- "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": "Hermina O'Keefe",
- "initials": "H O",
- "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": 116,
- "title": "D'Amore-Murazik",
- "domain": null,
- "slug": "damoremurazik",
- "created_at": "2025-05-17T14:14:02.827Z",
- "updated_at": "2025-05-17T14:14:03.809Z",
- "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": "054f5921",
- "plan_has_sso": true,
- "plan_has_group_content_managers": true,
- "plan_has_multiple_tag_trees": true,
- "free": false,
- "trial_ends_at": "2025-06-16T14:14:03.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": 2952,
- "first_name": "Karole",
- "last_name": "Kunde",
- "created_at": "2025-05-17T14:14:02.812Z",
- "default_username": "maura_bednar",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Karole Kunde",
- "initials": "K K",
- "username": null,
- "title": null,
- "user_id": 2952,
- "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": 116
}
}, - {
- "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": 116
}
}
}, - {
- "action": [
- "manage"
], - "subject": [
- "TaxonomyImport"
], - "inverted": true
}, - {
- "action": [
- "manage"
], - "subject": [
- "TaxonomyImport"
], - "conditions": {
- "taxonomy": {
- "organization_id": 116
}
}
}, - {
- "action": [
- "manage"
], - "subject": [
- "Tagging"
], - "inverted": true
}, - {
- "action": [
- "manage"
], - "subject": [
- "Tagging"
], - "conditions": {
- "tag": {
- "organization_id": 116
}
}
}, - {
- "action": [
- "manage"
], - "subject": [
- "Organization"
], - "conditions": {
- "id": 116
}
}, - {
- "action": [
- "manage"
], - "subject": [
- "CropPreset"
], - "conditions": {
- "organization_id": 116
}
}, - {
- "action": [
- "manage"
], - "subject": [
- "Content"
], - "inverted": true
}, - {
- "action": [
- "manage"
], - "subject": [
- "User"
], - "inverted": true
}, - {
- "action": [
- "switch_to_user"
], - "subject": [
- "User"
]
}
]
}
id | integer Example: id=117 The ID of the Organization |
{- "id": 117,
- "title": "Moore Group",
- "domain": null,
- "slug": "moore-group",
- "created_at": "2025-05-17T14:14:03.944Z",
- "updated_at": "2025-05-17T14:14:04.608Z",
- "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": "38a71670",
- "plan_has_sso": true,
- "plan_has_group_content_managers": true,
- "plan_has_multiple_tag_trees": true,
- "free": false,
- "trial_ends_at": "2025-06-16T14:14:04.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": 2961,
- "first_name": "Shirleen",
- "last_name": "Ullrich",
- "created_at": "2025-05-17T14:14:03.936Z",
- "default_username": "alexander",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Shirleen Ullrich",
- "initials": "S U",
- "username": null,
- "title": null,
- "user_id": 2961,
- "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": 9174,
- "created_at": "2025-05-17T14:14:05.161Z",
- "name": "My First Lightbox",
- "description": null,
- "slug": "my-first-lightbox-3",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "parent_id": 9173,
- "ancestor_ids": [
- 9165,
- 9173
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "tester-4b006f88-mediagraph-io",
- "my-first-lightbox-3"
], - "asset_group_id": 9174,
- "has_workflow_steps": false,
- "contribution_id": 5883,
- "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": 2971,
- "first_name": "Hartmann Group Test",
- "last_name": "General Member",
- "created_at": "2025-05-17T14:14:05.121Z",
- "default_username": null,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Hartmann Group Test General Member",
- "initials": "H G",
- "username": null,
- "title": null,
- "user_id": 2971,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9163,
- "created_at": "2025-05-17T14:14:04.933Z",
- "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": 9163,
- "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": 2970,
- "first_name": "Delila",
- "last_name": "Dickens",
- "created_at": "2025-05-17T14:14:04.850Z",
- "default_username": "kirstenstokes",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Delila Dickens",
- "initials": "D D",
- "username": null,
- "title": null,
- "user_id": 2970,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9164,
- "created_at": "2025-05-17T14:14:04.944Z",
- "name": "Default",
- "description": null,
- "slug": "default",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Uploads",
- "Default"
], - "parent_id": 9163,
- "ancestor_ids": [
- 9163
], - "visible_assets_count": null,
- "path_slugs": [
- "uploads",
- "default"
], - "asset_group_id": 9164,
- "has_workflow_steps": false,
- "contribution_id": 5877,
- "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": 2970,
- "first_name": "Delila",
- "last_name": "Dickens",
- "created_at": "2025-05-17T14:14:04.850Z",
- "default_username": "kirstenstokes",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Delila Dickens",
- "initials": "D D",
- "username": null,
- "title": null,
- "user_id": 2970,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9165,
- "created_at": "2025-05-17T14:14:04.960Z",
- "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": 9165,
- "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": 2970,
- "first_name": "Delila",
- "last_name": "Dickens",
- "created_at": "2025-05-17T14:14:04.850Z",
- "default_username": "kirstenstokes",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Delila Dickens",
- "initials": "D D",
- "username": null,
- "title": null,
- "user_id": 2970,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9168,
- "created_at": "2025-05-17T14:14:05.047Z",
- "description": null,
- "slug": "cole-abbott-aufderhar-biz",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "parent_id": 9165,
- "ancestor_ids": [
- 9165
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "cole-abbott-aufderhar-biz"
], - "asset_group_id": 9168,
- "has_workflow_steps": false,
- "contribution_id": 5879,
- "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": 2970,
- "first_name": "Delila",
- "last_name": "Dickens",
- "created_at": "2025-05-17T14:14:04.850Z",
- "default_username": "kirstenstokes",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Delila Dickens",
- "initials": "D D",
- "username": null,
- "title": null,
- "user_id": 2970,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9169,
- "created_at": "2025-05-17T14:14:05.064Z",
- "name": "My First Lightbox",
- "description": null,
- "slug": "my-first-lightbox",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "parent_id": 9168,
- "ancestor_ids": [
- 9165,
- 9168
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "cole-abbott-aufderhar-biz",
- "my-first-lightbox"
], - "asset_group_id": 9169,
- "has_workflow_steps": false,
- "contribution_id": 5880,
- "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": 2970,
- "first_name": "Delila",
- "last_name": "Dickens",
- "created_at": "2025-05-17T14:14:04.850Z",
- "default_username": "kirstenstokes",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Delila Dickens",
- "initials": "D D",
- "username": null,
- "title": null,
- "user_id": 2970,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9173,
- "created_at": "2025-05-17T14:14:05.142Z",
- "description": null,
- "slug": "tester-4b006f88-mediagraph-io",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "parent_id": 9165,
- "ancestor_ids": [
- 9165
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "tester-4b006f88-mediagraph-io"
], - "asset_group_id": 9173,
- "has_workflow_steps": false,
- "contribution_id": 5882,
- "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": 2971,
- "first_name": "Hartmann Group Test",
- "last_name": "General Member",
- "created_at": "2025-05-17T14:14:05.121Z",
- "default_username": null,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Hartmann Group Test General Member",
- "initials": "H G",
- "username": null,
- "title": null,
- "user_id": 2971,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9178,
- "created_at": "2025-05-17T14:14:05.252Z",
- "description": null,
- "slug": "tester-d879b973-mediagraph-io",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "parent_id": 9165,
- "ancestor_ids": [
- 9165
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "tester-d879b973-mediagraph-io"
], - "asset_group_id": 9178,
- "has_workflow_steps": false,
- "contribution_id": 5885,
- "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": 2972,
- "first_name": "Hartmann Group Test",
- "last_name": "Global Content Manager",
- "created_at": "2025-05-17T14:14:05.228Z",
- "default_username": null,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Hartmann Group Test Global Content Manager",
- "initials": "H G",
- "username": null,
- "title": null,
- "user_id": 2972,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9179,
- "created_at": "2025-05-17T14:14:05.269Z",
- "name": "My First Lightbox",
- "description": null,
- "slug": "my-first-lightbox-4",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "parent_id": 9178,
- "ancestor_ids": [
- 9165,
- 9178
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "tester-d879b973-mediagraph-io",
- "my-first-lightbox-4"
], - "asset_group_id": 9179,
- "has_workflow_steps": false,
- "contribution_id": 5886,
- "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": 2972,
- "first_name": "Hartmann Group Test",
- "last_name": "Global Content Manager",
- "created_at": "2025-05-17T14:14:05.228Z",
- "default_username": null,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Hartmann Group Test Global Content Manager",
- "initials": "H G",
- "username": null,
- "title": null,
- "user_id": 2972,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9183,
- "created_at": "2025-05-17T14:14:05.356Z",
- "description": null,
- "slug": "tester-665417c1-mediagraph-io",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "parent_id": 9165,
- "ancestor_ids": [
- 9165
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "tester-665417c1-mediagraph-io"
], - "asset_group_id": 9183,
- "has_workflow_steps": false,
- "contribution_id": 5888,
- "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": 2973,
- "first_name": "Hartmann Group Test",
- "last_name": "Global Library Manager",
- "created_at": "2025-05-17T14:14:05.340Z",
- "default_username": null,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Hartmann Group Test Global Library Manager",
- "initials": "H G",
- "username": null,
- "title": null,
- "user_id": 2973,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9184,
- "created_at": "2025-05-17T14:14:05.375Z",
- "name": "My First Lightbox",
- "description": null,
- "slug": "my-first-lightbox-5",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "parent_id": 9183,
- "ancestor_ids": [
- 9165,
- 9183
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "tester-665417c1-mediagraph-io",
- "my-first-lightbox-5"
], - "asset_group_id": 9184,
- "has_workflow_steps": false,
- "contribution_id": 5889,
- "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": 2973,
- "first_name": "Hartmann Group Test",
- "last_name": "Global Library Manager",
- "created_at": "2025-05-17T14:14:05.340Z",
- "default_username": null,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Hartmann Group Test Global Library Manager",
- "initials": "H G",
- "username": null,
- "title": null,
- "user_id": 2973,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9188,
- "created_at": "2025-05-17T14:14:05.450Z",
- "description": null,
- "slug": "tester-2144b774-mediagraph-io",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "parent_id": 9165,
- "ancestor_ids": [
- 9165
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "tester-2144b774-mediagraph-io"
], - "asset_group_id": 9188,
- "has_workflow_steps": false,
- "contribution_id": 5891,
- "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": 2974,
- "first_name": "Hartmann Group Test",
- "last_name": "Global Tagger",
- "created_at": "2025-05-17T14:14:05.433Z",
- "default_username": null,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Hartmann Group Test Global Tagger",
- "initials": "H G",
- "username": null,
- "title": null,
- "user_id": 2974,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9189,
- "created_at": "2025-05-17T14:14:05.469Z",
- "name": "My First Lightbox",
- "description": null,
- "slug": "my-first-lightbox-6",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "parent_id": 9188,
- "ancestor_ids": [
- 9165,
- 9188
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "tester-2144b774-mediagraph-io",
- "my-first-lightbox-6"
], - "asset_group_id": 9189,
- "has_workflow_steps": false,
- "contribution_id": 5892,
- "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": 2974,
- "first_name": "Hartmann Group Test",
- "last_name": "Global Tagger",
- "created_at": "2025-05-17T14:14:05.433Z",
- "default_username": null,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Hartmann Group Test Global Tagger",
- "initials": "H G",
- "username": null,
- "title": null,
- "user_id": 2974,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9193,
- "created_at": "2025-05-17T14:14:05.609Z",
- "description": null,
- "slug": "shona_herzog-wolff-hammes-biz",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "parent_id": 9165,
- "ancestor_ids": [
- 9165
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "shona_herzog-wolff-hammes-biz"
], - "asset_group_id": 9193,
- "has_workflow_steps": false,
- "contribution_id": 5894,
- "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": 2979,
- "first_name": "Jenise",
- "last_name": "Johnson",
- "created_at": "2025-05-17T14:14:05.582Z",
- "default_username": "bernardo_skiles",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Jenise Johnson",
- "initials": "J J",
- "username": null,
- "title": null,
- "user_id": 2979,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9194,
- "created_at": "2025-05-17T14:14:05.632Z",
- "name": "My First Lightbox",
- "description": null,
- "slug": "my-first-lightbox-7",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "parent_id": 9193,
- "ancestor_ids": [
- 9165,
- 9193
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "shona_herzog-wolff-hammes-biz",
- "my-first-lightbox-7"
], - "asset_group_id": 9194,
- "has_workflow_steps": false,
- "contribution_id": 5895,
- "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": 2979,
- "first_name": "Jenise",
- "last_name": "Johnson",
- "created_at": "2025-05-17T14:14:05.582Z",
- "default_username": "bernardo_skiles",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Jenise Johnson",
- "initials": "J J",
- "username": null,
- "title": null,
- "user_id": 2979,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9197,
- "created_at": "2025-05-17T14:14:05.715Z",
- "name": "Raphael126",
- "description": "Neque consequatur voluptatem. Fuga occaecati quod. Quod quae voluptatem.",
- "slug": "voluptatem-dolore126",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Raphael126"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "voluptatem-dolore126"
], - "asset_group_id": 9197,
- "has_workflow_steps": false,
- "contribution_id": 5896,
- "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": 2979,
- "first_name": "Jenise",
- "last_name": "Johnson",
- "created_at": "2025-05-17T14:14:05.582Z",
- "default_username": "bernardo_skiles",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Jenise Johnson",
- "initials": "J J",
- "username": null,
- "title": null,
- "user_id": 2979,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}
]
object |
{- "storage_folder": {
- "name": "Test Folder",
- "description": "string",
- "parent_id": 9365,
- "organizer": true,
- "publish_type": "l",
- "publish_user_name": "string"
}
}
{- "id": 9366,
- "created_at": "2025-05-17T14:14:10.895Z",
- "name": "Test Folder",
- "description": null,
- "slug": "test-folder",
- "organizer": null,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Cezanne133",
- "Test Folder"
], - "parent_id": 9365,
- "ancestor_ids": [
- 9365
], - "visible_assets_count": null,
- "path_slugs": [
- "culpa_recusandae133",
- "test-folder"
], - "asset_group_id": 9366,
- "has_workflow_steps": false,
- "contribution_id": 5997,
- "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": 3019,
- "first_name": "Mai",
- "last_name": "DuBuque",
- "created_at": "2025-05-17T14:14:10.001Z",
- "default_username": "carylhomenick",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Mai DuBuque",
- "initials": "M D",
- "username": null,
- "title": null,
- "user_id": 3019,
- "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": 9238,
- "created_at": "2025-05-17T14:14:06.910Z",
- "name": "Botticelli128",
- "description": "Possimus fugit culpa. Reprehenderit ea aut. Quis quidem inventore.",
- "slug": "minima-molestiae128",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Botticelli128"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "minima-molestiae128"
], - "asset_group_id": 9238,
- "has_workflow_steps": false,
- "contribution_id": 5920,
- "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": 2990,
- "first_name": "Cassandra",
- "last_name": "Orn",
- "created_at": "2025-05-17T14:14:06.757Z",
- "default_username": "boyce",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Cassandra Orn",
- "initials": "C O",
- "username": null,
- "title": null,
- "user_id": 2990,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9232,
- "created_at": "2025-05-17T14:14:06.740Z",
- "name": "Klimt127",
- "description": "Ipsam nesciunt iusto. Doloremque iste illum. Id magni quos.",
- "slug": "quae-et127",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Klimt127"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "quae-et127"
], - "asset_group_id": 9232,
- "has_workflow_steps": false,
- "contribution_id": 5916,
- "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": 2989,
- "first_name": "Andy",
- "last_name": "Wiza",
- "created_at": "2025-05-17T14:14:06.630Z",
- "default_username": "marcelino",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Andy Wiza",
- "initials": "A W",
- "username": null,
- "title": null,
- "user_id": 2989,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9200,
- "created_at": "2025-05-17T14:14:06.040Z",
- "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": 9200,
- "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": 2980,
- "first_name": "Ofelia",
- "last_name": "Reynolds",
- "created_at": "2025-05-17T14:14:05.948Z",
- "default_username": "orpha",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Ofelia Reynolds",
- "initials": "O R",
- "username": null,
- "title": null,
- "user_id": 2980,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9198,
- "created_at": "2025-05-17T14:14:06.018Z",
- "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": 9198,
- "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": 2980,
- "first_name": "Ofelia",
- "last_name": "Reynolds",
- "created_at": "2025-05-17T14:14:05.948Z",
- "default_username": "orpha",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Ofelia Reynolds",
- "initials": "O R",
- "username": null,
- "title": null,
- "user_id": 2980,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}
]
{- "id": 9330,
- "created_at": "2025-05-17T14:14:09.924Z",
- "name": "Da Vinci132",
- "description": "Deserunt repellat harum. Alias et veniam. Omnis suscipit magni.",
- "slug": "hic_non132",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Da Vinci132"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "hic_non132"
], - "asset_group_id": 9330,
- "has_workflow_steps": false,
- "contribution_id": 5976,
- "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": 3018,
- "first_name": "Odell",
- "last_name": "Sawayn",
- "created_at": "2025-05-17T14:14:09.793Z",
- "default_username": "mignon",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Odell Sawayn",
- "initials": "O S",
- "username": null,
- "title": null,
- "user_id": 3018,
- "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": 9401,
- "created_at": "2025-05-17T14:14:11.803Z",
- "name": "Test Folder Edit",
- "description": "Quae ipsam nostrum. Odio libero et. Non in soluta.",
- "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": 9401,
- "has_workflow_steps": false,
- "contribution_id": 6017,
- "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": 3038,
- "first_name": "Carlee",
- "last_name": "Koepp",
- "created_at": "2025-05-17T14:14:11.680Z",
- "default_username": "orlandorenner",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Carlee Koepp",
- "initials": "C K",
- "username": null,
- "title": null,
- "user_id": 3038,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ],
- "block_destroy": false,
- "total_file_size": 0,
- "links": [ ],
- "webhooks": [ ]
}
[- {
- "id": 133,
- "organization_id": 130,
- "name": "voluptatem",
- "description": null,
- "user_id": 3112,
- "created_at": "2025-05-17T14:14:18.566Z",
- "updated_at": "2025-05-17T14:14:18.566Z",
- "user": {
- "id": 3112,
- "first_name": "Ai",
- "last_name": "Reynolds",
- "default_username": "michalegrady",
- "confirmed_at": "2025-05-17T14:14:18.560Z",
- "created_at": "2025-05-17T14:14:18.561Z",
- "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": "Ai Reynolds",
- "initials": "A R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 3112
}, - "user_group_ids": [ ],
- "taxonomy_tag_roots": [ ],
- "editable": true
}, - {
- "id": 132,
- "organization_id": 130,
- "name": "aliquid",
- "description": null,
- "user_id": 3111,
- "created_at": "2025-05-17T14:14:18.555Z",
- "updated_at": "2025-05-17T14:14:18.555Z",
- "user": {
- "id": 3111,
- "first_name": "Yan",
- "last_name": "Kovacek",
- "default_username": "phillip",
- "confirmed_at": "2025-05-17T14:14:18.551Z",
- "created_at": "2025-05-17T14:14:18.552Z",
- "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": "Yan Kovacek",
- "initials": "Y K",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 3111
}, - "user_group_ids": [ ],
- "taxonomy_tag_roots": [ ],
- "editable": true
}, - {
- "id": 131,
- "organization_id": 130,
- "name": "rerum",
- "description": null,
- "user_id": 3110,
- "created_at": "2025-05-17T14:14:18.546Z",
- "updated_at": "2025-05-17T14:14:18.546Z",
- "user": {
- "id": 3110,
- "first_name": "Yi",
- "last_name": "Mraz",
- "default_username": "jae",
- "confirmed_at": "2025-05-17T14:14:18.542Z",
- "created_at": "2025-05-17T14:14:18.543Z",
- "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": "Yi Mraz",
- "initials": "Y M",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 3110
}, - "user_group_ids": [ ],
- "taxonomy_tag_roots": [ ],
- "editable": true
}, - {
- "id": 130,
- "organization_id": 130,
- "name": "Global Tag Tree",
- "description": null,
- "user_id": 3101,
- "created_at": "2025-05-17T14:14:17.824Z",
- "updated_at": "2025-05-17T14:14:17.824Z",
- "user": {
- "id": 3101,
- "first_name": "Viola",
- "last_name": "Predovic",
- "default_username": "gene_stiedemann",
- "confirmed_at": "2025-05-17T14:14:17.652Z",
- "created_at": "2025-05-17T14:14:17.654Z",
- "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": "Viola Predovic",
- "initials": "V P",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 3101
}, - "user_group_ids": [ ],
- "taxonomy_tag_roots": [ ],
- "editable": true
}
]
{- "taxonomy": {
- "name": "Main Taxonomy",
- "description": "string"
}
}
{- "id": 138,
- "organization_id": 132,
- "name": "Main Taxonomy",
- "description": null,
- "user_id": 3123,
- "created_at": "2025-05-17T14:14:20.188Z",
- "updated_at": "2025-05-17T14:14:20.188Z",
- "user": {
- "id": 3123,
- "first_name": "Cleveland",
- "last_name": "Yost",
- "default_username": "jani",
- "confirmed_at": "2025-05-17T14:14:19.432Z",
- "created_at": "2025-05-17T14:14:19.433Z",
- "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": "Cleveland Yost",
- "initials": "C Y",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 3123
}, - "user_group_ids": [ ],
- "taxonomy_tag_roots": [ ],
- "editable": true,
- "user_groups": [ ]
}
{- "id": 135,
- "organization_id": 131,
- "name": "inventore",
- "description": null,
- "user_id": 3122,
- "created_at": "2025-05-17T14:14:19.399Z",
- "updated_at": "2025-05-17T14:14:19.399Z",
- "user": {
- "id": 3122,
- "first_name": "Gerald",
- "last_name": "Berge",
- "default_username": "marcus",
- "confirmed_at": "2025-05-17T14:14:19.395Z",
- "created_at": "2025-05-17T14:14:19.396Z",
- "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": "Gerald Berge",
- "initials": "G B",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 3122
}, - "user_group_ids": [ ],
- "taxonomy_tag_roots": [ ],
- "editable": true,
- "user_groups": [ ]
}
id required | integer |
object |
{- "taxonomy": {
- "name": "Main Taxonomy Edit",
- "description": "string"
}
}
{- "id": 140,
- "organization_id": 133,
- "name": "Main Taxonomy Edit",
- "description": null,
- "user_id": 3142,
- "created_at": "2025-05-17T14:14:20.909Z",
- "updated_at": "2025-05-17T14:14:20.919Z",
- "user": {
- "id": 3142,
- "first_name": "Haley",
- "last_name": "Williamson",
- "default_username": "jeroldrolfson",
- "confirmed_at": "2025-05-17T14:14:20.905Z",
- "created_at": "2025-05-17T14:14:20.906Z",
- "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": "Haley Williamson",
- "initials": "H W",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 3142
}, - "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": 460,
- "user_id": 3229,
- "guid": "a9aba9f8",
- "name": "Test Upload",
- "note": "API docs upload test",
- "aasm_state": null,
- "created_at": "2025-05-17T14:14:28.325Z",
- "updated_at": "2025-05-17T14:14:28.325Z",
- "current_assets_count": 0,
- "assets_count": 0,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 6314,
- "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": 6314,
- "name": "ipsa",
- "text": "Voluptatum amet neque. Sit aut impedit. Cumque tempora animi.",
- "featured": true,
- "slug": "corporis-est",
- "storage_folder_id": 9935,
- "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-05-17T14:14:28.316Z",
- "updated_at": "2025-05-17T14:14:28.316Z",
- "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": "6314-ipsa",
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 9935,
- "created_at": "2025-05-17T14:14:28.308Z",
- "name": "El Greco136",
- "description": "Tempore optio quia. Sapiente placeat blanditiis. Quasi velit fugit.",
- "slug": "et-aliquid136",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "El Greco136"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "et-aliquid136"
], - "asset_group_id": 9935,
- "has_workflow_steps": false,
- "contribution_id": 6313,
- "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": 3238,
- "first_name": "Shamika",
- "last_name": "Weimann",
- "created_at": "2025-05-17T14:14:28.229Z",
- "default_username": "marandachamplin",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Shamika Weimann",
- "initials": "S W",
- "username": null,
- "title": null,
- "user_id": 3238,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 1
}, - "user": {
- "id": 3229,
- "first_name": "Deshawn",
- "last_name": "Windler",
- "created_at": "2025-05-17T14:14:27.524Z",
- "default_username": "clairwisozk",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Deshawn Windler",
- "initials": "D W",
- "username": null,
- "title": null,
- "user_id": 3229,
- "lang": null,
- "notify_new_membership_requests": null
}, - "aws_key": "AKIATBO5XF4E4UM4N247",
- "bucket": "tandemvault-asset-uploads-development",
- "ftp_password": "8e549e09",
- "ftp_url": "sftp://eric_emmerich%40bosco.org:[email protected]/mediagraph-ftp-dev-2/141/7869ce52"
}
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": 464,
- "filename": "test.jpg",
- "file_size": 10000,
- "guid": "e6b28260-fa84-4f35-8b10-db611df52848",
- "short_guid": "e6b28260",
- "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": 142,
- "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": 461,
- "user_id": 3239,
- "aasm_state": "pending",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-05-17T14:14:29.289Z",
- "updated_at": "2025-05-17T14:14:29.302Z",
- "s3_upload_id": null,
- "s3_upload_key": "142/5b146350/e6b28260-fa84-4f35-8b10-db611df52848-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": 3239,
- "first_name": "Phebe",
- "last_name": "Raynor",
- "created_at": "2025-05-17T14:14:28.363Z",
- "default_username": "valentina_satterfield",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Phebe Raynor",
- "initials": "P R",
- "username": null,
- "title": null,
- "user_id": 3239,
- "lang": null,
- "notify_new_membership_requests": null
}, - "creator_tag": null,
- "storage_folder_path": "minima-eius137",
- "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": 9970,
- "created_at": "2025-05-17T14:14:29.256Z",
- "name": "Monet137",
- "description": "Inventore quasi voluptatem. Aperiam perferendis necessitatibus. Placeat nostrum nihil.",
- "slug": "minima-eius137",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Monet137"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "minima-eius137"
], - "asset_group_id": 9970,
- "has_workflow_steps": false,
- "contribution_id": 6334,
- "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": 3249,
- "first_name": "Dwight",
- "last_name": "Jenkins",
- "created_at": "2025-05-17T14:14:29.136Z",
- "default_username": "jessie",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Dwight Jenkins",
- "initials": "D J",
- "username": null,
- "title": null,
- "user_id": 3249,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 1129,
- "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": 3239,
- "first_name": "Phebe",
- "last_name": "Raynor",
- "default_username": "valentina_satterfield",
- "confirmed_at": "2025-05-17T14:14:28.362Z",
- "created_at": "2025-05-17T14:14:28.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": "Phebe Raynor",
- "initials": "P R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 3239
}, - "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-05-17T14:14:28.454Z",
- "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": 1130,
- "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": 3239,
- "first_name": "Phebe",
- "last_name": "Raynor",
- "default_username": "valentina_satterfield",
- "confirmed_at": "2025-05-17T14:14:28.362Z",
- "created_at": "2025-05-17T14:14:28.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": "Phebe Raynor",
- "initials": "P R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 3239
}, - "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-05-17T14:14:28.456Z",
- "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": 1131,
- "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": 3239,
- "first_name": "Phebe",
- "last_name": "Raynor",
- "default_username": "valentina_satterfield",
- "confirmed_at": "2025-05-17T14:14:28.362Z",
- "created_at": "2025-05-17T14:14:28.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": "Phebe Raynor",
- "initials": "P R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 3239
}, - "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-05-17T14:14:28.459Z",
- "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": 1132,
- "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": 3239,
- "first_name": "Phebe",
- "last_name": "Raynor",
- "default_username": "valentina_satterfield",
- "confirmed_at": "2025-05-17T14:14:28.362Z",
- "created_at": "2025-05-17T14:14:28.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": "Phebe Raynor",
- "initials": "P R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 3239
}, - "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-05-17T14:14:28.461Z",
- "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": 1133,
- "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": 3239,
- "first_name": "Phebe",
- "last_name": "Raynor",
- "default_username": "valentina_satterfield",
- "confirmed_at": "2025-05-17T14:14:28.362Z",
- "created_at": "2025-05-17T14:14:28.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": "Phebe Raynor",
- "initials": "P R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 3239
}, - "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-05-17T14:14:28.463Z",
- "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": 1134,
- "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": 3239,
- "first_name": "Phebe",
- "last_name": "Raynor",
- "default_username": "valentina_satterfield",
- "confirmed_at": "2025-05-17T14:14:28.362Z",
- "created_at": "2025-05-17T14:14:28.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": "Phebe Raynor",
- "initials": "P R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 3239
}, - "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-05-17T14:14:28.464Z",
- "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": 1135,
- "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": 3239,
- "first_name": "Phebe",
- "last_name": "Raynor",
- "default_username": "valentina_satterfield",
- "confirmed_at": "2025-05-17T14:14:28.362Z",
- "created_at": "2025-05-17T14:14:28.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": "Phebe Raynor",
- "initials": "P R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 3239
}, - "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-05-17T14:14:28.466Z",
- "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": 1136,
- "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": 3239,
- "first_name": "Phebe",
- "last_name": "Raynor",
- "default_username": "valentina_satterfield",
- "confirmed_at": "2025-05-17T14:14:28.362Z",
- "created_at": "2025-05-17T14:14:28.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": "Phebe Raynor",
- "initials": "P R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 3239
}, - "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-05-17T14:14:28.468Z",
- "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": 461,
- "user_id": 3239,
- "guid": "5b146350",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2025-05-17T14:14:29.272Z",
- "updated_at": "2025-05-17T14:14:29.272Z",
- "current_assets_count": 1,
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 6335,
- "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": 6335,
- "name": "et",
- "text": "Earum ipsam ullam. Deleniti veniam soluta. Voluptas quod quis.",
- "featured": true,
- "slug": "aliquam_tempore",
- "storage_folder_id": 9970,
- "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-05-17T14:14:29.270Z",
- "updated_at": "2025-05-17T14:14:29.270Z",
- "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": "6335-et",
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 9970,
- "created_at": "2025-05-17T14:14:29.256Z",
- "name": "Monet137",
- "description": "Inventore quasi voluptatem. Aperiam perferendis necessitatibus. Placeat nostrum nihil.",
- "slug": "minima-eius137",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Monet137"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "minima-eius137"
], - "asset_group_id": 9970,
- "has_workflow_steps": false,
- "contribution_id": 6334,
- "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": 3249,
- "first_name": "Dwight",
- "last_name": "Jenkins",
- "created_at": "2025-05-17T14:14:29.136Z",
- "default_username": "jessie",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Dwight Jenkins",
- "initials": "D J",
- "username": null,
- "title": null,
- "user_id": 3249,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 1
}, - "user": {
- "id": 3239,
- "first_name": "Phebe",
- "last_name": "Raynor",
- "created_at": "2025-05-17T14:14:28.363Z",
- "default_username": "valentina_satterfield",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Phebe Raynor",
- "initials": "P R",
- "username": null,
- "title": null,
- "user_id": 3239,
- "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": 465,
- "filename": "voluptas.csv",
- "file_size": null,
- "guid": "3d4b4e9b-1284-4db4-81ef-be61bdad6653",
- "short_guid": "3d4b4e9b",
- "type": "Text",
- "ext": "csv",
- "duration": null,
- "md5": null,
- "mime_type": "text/csv",
- "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": "Text",
- "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": 143,
- "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": 462,
- "user_id": 3250,
- "aasm_state": "uploaded",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2025-05-17T14:14:30.326Z",
- "updated_at": "2025-05-17T14:14:30.334Z",
- "s3_upload_id": null,
- "s3_upload_key": "143/91a5c0cc/3d4b4e9b-1284-4db4-81ef-be61bdad6653-voluptas.csv",
- "time_to_process": null,
- "captured_at": "2025-05-16T14:14:30.324Z",
- "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": 3250,
- "first_name": "Loyd",
- "last_name": "Raynor",
- "created_at": "2025-05-17T14:14:29.525Z",
- "default_username": "criselda_robel",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Loyd Raynor",
- "initials": "L R",
- "username": null,
- "title": null,
- "user_id": 3250,
- "lang": null,
- "notify_new_membership_requests": null
}, - "creator_tag": null,
- "storage_folder_path": "molestiae-et138",
- "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": 10005,
- "created_at": "2025-05-17T14:14:30.309Z",
- "name": "Munch138",
- "description": "Facere provident occaecati. Sit quisquam odit. Ut odit repellat.",
- "slug": "molestiae-et138",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Munch138"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "molestiae-et138"
], - "asset_group_id": 10005,
- "has_workflow_steps": false,
- "contribution_id": 6355,
- "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": 3261,
- "first_name": "Guillermo",
- "last_name": "Collins",
- "created_at": "2025-05-17T14:14:30.204Z",
- "default_username": "micah_kautzer",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Guillermo Collins",
- "initials": "G C",
- "username": null,
- "title": null,
- "user_id": 3261,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 1137,
- "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": 3250,
- "first_name": "Loyd",
- "last_name": "Raynor",
- "default_username": "criselda_robel",
- "confirmed_at": "2025-05-17T14:14:29.524Z",
- "created_at": "2025-05-17T14:14:29.525Z",
- "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": "Loyd Raynor",
- "initials": "L R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 3250
}, - "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-05-17T14:14:29.623Z",
- "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": 1138,
- "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": 3250,
- "first_name": "Loyd",
- "last_name": "Raynor",
- "default_username": "criselda_robel",
- "confirmed_at": "2025-05-17T14:14:29.524Z",
- "created_at": "2025-05-17T14:14:29.525Z",
- "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": "Loyd Raynor",
- "initials": "L R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 3250
}, - "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-05-17T14:14:29.625Z",
- "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": 1139,
- "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": 3250,
- "first_name": "Loyd",
- "last_name": "Raynor",
- "default_username": "criselda_robel",
- "confirmed_at": "2025-05-17T14:14:29.524Z",
- "created_at": "2025-05-17T14:14:29.525Z",
- "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": "Loyd Raynor",
- "initials": "L R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 3250
}, - "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-05-17T14:14:29.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": 1140,
- "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": 3250,
- "first_name": "Loyd",
- "last_name": "Raynor",
- "default_username": "criselda_robel",
- "confirmed_at": "2025-05-17T14:14:29.524Z",
- "created_at": "2025-05-17T14:14:29.525Z",
- "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": "Loyd Raynor",
- "initials": "L R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 3250
}, - "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-05-17T14:14:29.628Z",
- "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": 1141,
- "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": 3250,
- "first_name": "Loyd",
- "last_name": "Raynor",
- "default_username": "criselda_robel",
- "confirmed_at": "2025-05-17T14:14:29.524Z",
- "created_at": "2025-05-17T14:14:29.525Z",
- "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": "Loyd Raynor",
- "initials": "L R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 3250
}, - "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-05-17T14:14:29.630Z",
- "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": 1142,
- "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": 3250,
- "first_name": "Loyd",
- "last_name": "Raynor",
- "default_username": "criselda_robel",
- "confirmed_at": "2025-05-17T14:14:29.524Z",
- "created_at": "2025-05-17T14:14:29.525Z",
- "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": "Loyd Raynor",
- "initials": "L R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 3250
}, - "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-05-17T14:14:29.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": 1143,
- "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": 3250,
- "first_name": "Loyd",
- "last_name": "Raynor",
- "default_username": "criselda_robel",
- "confirmed_at": "2025-05-17T14:14:29.524Z",
- "created_at": "2025-05-17T14:14:29.525Z",
- "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": "Loyd Raynor",
- "initials": "L R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 3250
}, - "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-05-17T14:14:29.632Z",
- "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": 1144,
- "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": 3250,
- "first_name": "Loyd",
- "last_name": "Raynor",
- "default_username": "criselda_robel",
- "confirmed_at": "2025-05-17T14:14:29.524Z",
- "created_at": "2025-05-17T14:14:29.525Z",
- "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": "Loyd Raynor",
- "initials": "L R",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 3250
}, - "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-05-17T14:14:29.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
}
], - "upload": {
- "id": 462,
- "user_id": 3259,
- "guid": "91a5c0cc",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2025-05-17T14:14:30.320Z",
- "updated_at": "2025-05-17T14:14:30.320Z",
- "current_assets_count": 1,
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 6356,
- "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": 6356,
- "name": "quibusdam",
- "text": "Nam alias ut. Minima enim laudantium. Quos ut recusandae.",
- "featured": true,
- "slug": "aspernatur_nisi",
- "storage_folder_id": 10005,
- "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-05-17T14:14:30.319Z",
- "updated_at": "2025-05-17T14:14:30.319Z",
- "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": "6356-quibusdam",
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 10005,
- "created_at": "2025-05-17T14:14:30.309Z",
- "name": "Munch138",
- "description": "Facere provident occaecati. Sit quisquam odit. Ut odit repellat.",
- "slug": "molestiae-et138",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Munch138"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "molestiae-et138"
], - "asset_group_id": 10005,
- "has_workflow_steps": false,
- "contribution_id": 6355,
- "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": 3261,
- "first_name": "Guillermo",
- "last_name": "Collins",
- "created_at": "2025-05-17T14:14:30.204Z",
- "default_username": "micah_kautzer",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Guillermo Collins",
- "initials": "G C",
- "username": null,
- "title": null,
- "user_id": 3261,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 0
}, - "user": {
- "id": 3259,
- "first_name": "Bernadine",
- "last_name": "Cole",
- "created_at": "2025-05-17T14:14:30.195Z",
- "default_username": "buck",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Bernadine Cole",
- "initials": "B C",
- "username": null,
- "title": null,
- "user_id": 3259,
- "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": 463,
- "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": 464,
- "user_id": 3274,
- "guid": "98ed4b2a",
- "name": "Test Upload",
- "note": "API docs upload test",
- "aasm_state": null,
- "created_at": "2025-05-17T14:14:35.642Z",
- "updated_at": "2025-05-17T14:14:35.642Z",
- "current_assets_count": 0,
- "assets_count": 0,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": false,
- "contribution_id": 6378,
- "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": 6378,
- "name": "Default",
- "text": null,
- "featured": true,
- "slug": null,
- "storage_folder_id": 10042,
- "auto_approve": false,
- "auto_add": false,
- "asset_group_id": 10042,
- "enable_comprehensive_tagging": false,
- "request_people_tags": false,
- "enable_tag_suggester": false,
- "enable_quick_upload": false,
- "create_place_name_tags": false,
- "created_at": "2025-05-17T14:14:35.039Z",
- "updated_at": "2025-05-17T14:14:35.039Z",
- "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": "6378-default",
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "asset_group": {
- "id": 10042,
- "name": "Default",
- "description": null,
- "type": "StorageFolder",
- "slug": "10042"
}, - "rights_packages": [ ],
- "storage_folder": {
- "id": 10042,
- "created_at": "2025-05-17T14:14:35.036Z",
- "name": "Default",
- "description": null,
- "slug": "default",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Uploads",
- "Default"
], - "parent_id": 10041,
- "ancestor_ids": [
- 10041
], - "visible_assets_count": null,
- "path_slugs": [
- "uploads",
- "default"
], - "asset_group_id": 10042,
- "has_workflow_steps": false,
- "contribution_id": 6378,
- "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": 3274,
- "first_name": "Dawna",
- "last_name": "Stroman",
- "created_at": "2025-05-17T14:14:34.955Z",
- "default_username": "adolph",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Dawna Stroman",
- "initials": "D S",
- "username": null,
- "title": null,
- "user_id": 3274,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 1
}, - "user": {
- "id": 3274,
- "first_name": "Dawna",
- "last_name": "Stroman",
- "created_at": "2025-05-17T14:14:34.955Z",
- "default_username": "adolph",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Dawna Stroman",
- "initials": "D S",
- "username": null,
- "title": null,
- "user_id": 3274,
- "lang": null,
- "notify_new_membership_requests": null
}, - "aws_key": "AKIATBO5XF4E4UM4N247",
- "bucket": "tandemvault-asset-uploads-development",
- "ftp_password": "39dbeb05",
- "ftp_url": "sftp://vella%40davis.co:[email protected]/mediagraph-ftp-dev-2/145/03760aad"
}
Get your User details from your Personal Access Token or OAuth Access Token.
{- "id": 3283,
- "first_name": "Hayden",
- "last_name": "Beatty",
- "default_username": "larhonda_rice",
- "confirmed_at": "2025-05-17T14:14:35.837Z",
- "created_at": "2025-05-17T14:14:35.840Z",
- "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": "Hayden Beatty",
- "initials": "H B",
- "user_group_ids": [ ],
- "last_organization": null,
- "title": null,
- "user_id": 3283,
- "oauth_token": null,
- "membership": null,
- "organization": null
}