v72

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-076576348.0 KB
assets

Check asset existence

Checks which assets exist in the user's library based on checksums or device identifiers. Provide exactly one of: checksums, checksum_sha1s, or (deviceId AND deviceAssetIds). List parameters are limited to 5000 items.

post/api/assets/exist

Query parameters

library_idstring nullable

Library to check assets in. Optional if the user has a single live (non-trashed) library; required when they have multiple.

Library to check assets in. Optional if the user has a single live (non-trashed) library; required when they have multiple.

Request body

checksumsstring[] nullable

List of base64-encoded SHA-256 checksums to check for existence

checksum_sha1sstring[] nullable

List of base64-encoded SHA-1 checksums to check for existence

deviceIdstring nullable

Device ID to filter assets by (required with deviceAssetIds)

deviceAssetIdsstring[] nullable

List of device asset IDs to check for existence (requires deviceId)

Response

Successful Response