# Generate entity output file path **POST /data/entities/{entity_id}/output-file-path** Generate an output file path from file tree template based on entity parameters. Revision can be computed automatically if not provided. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **entity_id** (string(uuid)) Entity unique identifier ## Body parameters Content-type: application/json - **name** (string) File name - **mode** (string) File mode - **output_type_id** (string(uuid)) Output type identifier - **task_type_id** (string(uuid)) Task type identifier - **extension** (string) File extension - **representation** (string) File representation - **revision** (integer) File revision number - **separator** (string) Path separator ## Responses ### 200: Output file path generated successfully #### Body Parameters: application/json (object) - **folder_path** (string) Generated folder path - **file_name** (string) Generated file name ### 400: Malformed file tree [Powered by Bump.sh](https://bump.sh)