Coming soon; contact us if you need access to this API endpoint.
Deduplicate duplicate Assets, where a duplicate is an asset with the same file checksum as another asset. Duplicates are deleted. Metadata values from duplicates are merged into the original asset's metadata. For metadata multivalues, e.g. folders, the total set of values is merged. For metadata text values, the longest length text value is merged. For metadata date and date-time values, the oldest value is merged.
Security
bearerToken
- Productionhttps://api-v2.dash.app/asset-deduplication-batch-jobs
- Staginghttps://api-v2.dashstaging.app/asset-deduplication-batch-jobs
curl -i -X POST \
https://api-v2.dash.app/asset-deduplication-batch-jobs \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Success
Unique identifier of the job that has been created
Example:"be161977-d44e-4888-af3c-66522e223963"
The ID of the account the job is happening in
Example:"cfb665ca-ce35-4418-b9d5-70ee815db4bd"
The ID of the User who created the job
Example:"google-oauth2|110955770826801837334"
Response
- IN_PROGRESS
- COMPLETED
- FAILED
{ "id": "be161977-d44e-4888-af3c-66522e223963", "accountId": "cfb665ca-ce35-4418-b9d5-70ee815db4bd", "creatorId": "google-oauth2|110955770826801837334", "type": "IN_PROGRESS", "progress": { "steps": [ … ] }, "status": "PENDING" }