Import Project from PVsyst
Projects
Import Project from PVsyst
Import a PVsyst project package into Daly platform objects
POST
Import Project from PVsyst
POST /projects/import
Imports a PVsyst project package (individual files or a zip archive) and automatically creates corresponding Daly platform resources.Notes
- Requires workspace write access.
- Accepts one or more uploaded files via multipart form data. A
.prjfile is required. - If a zip archive is included, supported PVsyst sub-files (
.prj,.pan,.ond,.shd,.met, etc.) are extracted automatically. - On success, the response includes all created resources:
project,location,modules,inverters,shadingScenes,weatherData, andenergyModels. - The
filesProcessedfield lists which uploaded files were parsed, andwarningscontains any non-fatal issues encountered during import. - Returns
400if required files are missing or the upload cannot be parsed.
This endpoint creates a location automatically from PVsyst geographic data. You do not need to create a location first.
