Skip to main content
POST
Import a PVsyst project from a ZIP export

Authorizations

Authorization
string
header
required

Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.

Body

multipart/form-data
file
file
required

The ZIP file exactly as PVsyst exported it.

Response

The import was accepted and is now running. The Location header carries the status URL. No project exists yet.

Returned when a PVsyst import is accepted. No project exists yet — poll statusUrl until the job reaches a terminal status.

jobId
integer<int64>
required

Identifier for this import. Worth logging: it is the fastest way for support to find a specific import.

statusUrl
string

Relative URL to poll for the import status.