# Create new entity output file **POST /data/entities/{entity_id}/output-files/new** Create a new output file linked to a specific entity. Output files are created when artists are satisfied with their working files. They track the source working file and require output type and task type for categorization. An output type is required for better categorization (textures, caches, ...). A task type can be set too to give the department related to the output file. The revision is automatically set. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **entity_id** (string(uuid)) Entity unique identifier ### Body: application/json (object) - **name** (string) Output file name - **mode** (string) Output file mode - **output_type_id** (string(uuid)) Output type identifier - **task_type_id** (string(uuid)) Task type identifier - **person_id** (string(uuid)) Person identifier - **working_file_id** (string(uuid)) Source working file identifier - **file_status_id** (string(uuid)) File status identifier - **comment** (string) Output file comment - **extension** (string) File extension - **representation** (string) File representation - **revision** (integer) File revision number - **nb_elements** (integer) Number of elements - **sep** (string) Path separator ## Responses ### 201 New output file created successfully #### Body: application/json (object) - **id** (string(uuid)) Output file unique identifier - **name** (string) Output file name - **path** (string) Output file path - **revision** (integer) Output file revision - **entity_id** (string(uuid)) Entity identifier - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)