# Generate temp playlist **POST /data/projects/{project_id}/playlists/temp** Generate a temporary playlist from task IDs. It's mainly used for synchronisation purpose. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** (string(uuid)) Project unique identifier ### Query parameters - **sort** (boolean) Whether to sort the playlist ### Body: application/json (object) - **task_ids** (array[string(uuid)]) List of task unique identifiers ## Responses ### 200 Temporary playlist generated #### Body: application/json (array[object]) - **id** (string(uuid)) Preview file unique identifier - **name** (string) Preview file name ### 400 Invalid task IDs [Powered by Bump.sh](https://bump.sh)