# Create preview file **POST /data/preview-files** Create a new preview file with data provided in the request body. JSON format is expected. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Body: application/json (object) - **name** (string) - **task_id** (string(uuid)) - **revision** (integer) ## Responses ### 201 Preview file created successfully #### Body: application/json (object) - **id** (string(uuid)) - **name** (string) - **task_id** (string(uuid)) - **revision** (integer) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 400 Invalid data format or validation error [Powered by Bump.sh](https://bump.sh)