# Create playlist **POST /data/playlists/** Create a new playlist with data provided in the request body. JSON format is expected. Requires supervisor access to the project. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Body: application/json (object) - **name** (string) - **project_id** (string(uuid)) - **episode_id** (string(uuid)) - **task_type_id** (string(uuid)) ## Responses ### 201 Playlist created successfully #### Body: application/json (object) - **id** (string(uuid)) - **name** (string) - **project_id** (string(uuid)) - **episode_id** (string(uuid)) - **task_type_id** (string(uuid)) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 400 Invalid data format or validation error [Powered by Bump.sh](https://bump.sh)