Skip to main content
POST
Check asset existence

Authorizations

Authorization
string
header
required

Gumnut API key (apikey_...) sent as a Bearer token in the Authorization header. Create and manage keys in the Gumnut app, or with the API key endpoints while signed in to it.

Query Parameters

library_id
string | null

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

Body

application/json

Request body for checking asset existence.

checksums
string[] | null

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

checksum_sha1s
string[] | null

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

deviceId
string | null

Device ID to filter assets by (required with deviceAssetIds)

deviceAssetIds
string[] | null

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

Response

Successful Response

Response for asset existence check endpoint.

assets
AssetLiteResponse · object[]
required

List of assets matching the query criteria