Add existing assets to an album
Adds one or more existing assets to the specified album. Assets must already be in the same library as the album (this tool does not upload new assets). Assets already in the album are silently skipped and returned separately as duplicate_assets; missing or different-library IDs are skipped and returned as not_found_assets. Idempotent: calling with the same IDs twice leaves the album in the same state.
Up to 100 ids per request; over-cap requests return 422.
Path Parameters
Album ID (with album_ prefix) of the album to add the assets to.
Body
Asset IDs (with asset_ prefix) to associate with the album. Get IDs from list_assets, search_assets, or list_album_assets. Up to 100 ids per request.
100Response
Successful Response
Asset IDs newly added to the album by this call.
Asset IDs that were already in the album and were skipped (idempotent no-op, not an error).
Asset IDs that were skipped because they do not exist or do not belong to the album's library.