Skip to main content
POST
Preview a DMP export before importing
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

POST /dmp/import/preview Description: Parses the uploaded DMP works JSON (and optional acknowledgements CSV), without writing anything to the database, and returns entity counts, a 10-work sample, and conflict counts against the tenant’s existing catalog (matched by ISWC, IPI name number, and ISRC). Authorization:
  • Required role: admin or higher
Method: POST

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

multipart/form-data
worksFile
file
required

DMP works JSON export: { "works": [...] }.

acknowledgementsFile
file

Optional DMP acknowledgements CSV export.

Response

Preview generated

message
string
Example:

"DMP export preview generated"

preview
object