# Guess file tree template **POST /data/entities/guess-from-path** Get list of possible project file tree templates matching a file path and data ids corresponding to template tokens. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Body: application/json (object) - **project_id** (string(uuid)) Project unique identifier - **file_path** (string) File path to analyze - **sep** (string) Path separator ## Responses ### 200 List of possible project file tree templates matching the file path #### Body: application/json (object) - **matches** (array[object]) ### 400 Invalid project ID or file path [Powered by Bump.sh](https://bump.sh)