curl --request POST \
--url https://api.musixmatch.com/ws/1.1/work.validity.post \
--header 'Content-Type: application/json' \
--data '"{\n \"data\": {\n \"identifier\": \"00001100196005\", // Your Musical Work’s unique identifier used in the work ingestion phase\n \"validity_end\": \"2024-01-01\" // End of deal, in YYYY-MM-DD format.\n }\n}"'
curl --request POST \
--url https://api.musixmatch.com/ws/1.1/work.validity.post \
--header 'Content-Type: application/json' \
--data '"{\n \"data\": {\n \"identifier\": \"00001100196005\", // Your Musical Work’s unique identifier used in the work ingestion phase\n \"validity_end\": \"2024-01-01\" // End of deal, in YYYY-MM-DD format.\n }\n}"'
Use this api to submit validity end for a work.You have to submit a payload with your unique work identifier used in the work ingestion phase, together with the validity end.Please note that you are responsible for transmitting only trustworthy and verified data.