Skip to main content
POST
Re-Enrich Rejected Items
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/checklist/enrichment/re-enrich Re-queues previously rejected enrichment items for a fresh Spotify/Deezer lookup. Items are reset to pending status with updated enrichment data and a new batch ID. Only items with rejected status are eligible. 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

application/json
itemIds
string<uuid>[]
required

IDs of rejected items to re-enrich

Response

Re-enrichment job queued

status
string
Example:

"success"

message
string
Example:

"Re-enrichment queued for 5 items"

data
object