PUT
/image/playlist/get/{identifier}/images
curl \
--request PUT 'https://call.xap3y.space/v1/image/playlist/get/{identifier}/images' \
--header "X-API-Key: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"imagesUids":["string"]}'
Request examples
{
"imagesUids": [
"string"
]
}
Response examples (200)
{
"error": true,
"timestamp": "2025-05-04T09:42:00Z",
"uniqueId": "string"
}
Response examples (400)
{
"error": true,
"timestamp": "2025-05-04T09:42:00Z",
"uniqueId": "string"
}
Response examples (401)
{
"error": true,
"timestamp": "2025-05-04T09:42:00Z",
"uniqueId": "string"
}
Response examples (404)
{
"error": true,
"timestamp": "2025-05-04T09:42:00Z",
"uniqueId": "string"
}