Access denied Access granted Authentification Draft Deprecated
playlist : create
Last change: 2023-01-20 14:16:19
Create a new playlist
Parameter
Value
Description
title
Title of the playlist
description
Description of the playlist
status
Status of the playlist (0=PUBLIC, 1=UNLISTED, 2=PRIVATE) ; Default is public
type
Type of the playlist (0=SUBSCRIPTION, 1=FREE, 2=PREMIUM, 3=INACTIVE, 4=MULTIPLAYER) ; Default is FREE
image_512
base64 encoded 512*512 image of the playlist (only png, jpg, jpeg accepted)
image_1024
base64 encoded 1024*256 image of the playlist (only png, jpg, jpeg accepted)
outputFormat
Output format - Default: xml
Call
https://api.kinomap.com/playlist/create?
Response Body
An error occured!

	
Response : Valid / Success
  • status: OK when no errors
Response : Error / Failed
Response status is replaced by one of the following:
  • NOT_AUTHENTICATED: You need to be authenticated in order to use this API
  • INVALID_TITLE: Title cannot be empty
  • INVALID_DESCRIPTION: Description should not be empty
  • INVALID_STATUS: Status is invalid
  • INVALID_TYPE: Type is invalid
  • INVALID_IMAGE_EXTENSION: One (or more) image has invalid extension
  • UNABLE_SAVE_PLAYLIST: Unable to save the playlist in the database
  • UNABLE_SAVE_AMAZON: Unable to upload images on S3
  • ALREADY_USED_TITLE: Title already used by user
Sign in