Import data into the current job
Import Text File
Creates a new job and imports the SpaceGass text file into it. The new job will use the units defined in the imported text file — no conversion is performed.
No job must be open when calling this endpoint. If a job is already open (even an empty one), the request will return 409 Conflict — close the current job first using POST /job/close.
The file should be uploaded as multipart/form-data with the field name "file".
Example usage with curl:
Code
Import Text File › Responses
Text file imported successfully. Returns the new job status with model counts.
Read DTO for job responses. Model counts and file state are available via GET /job/status (JobStatusDto).
Current session/file state of the job.
Summary counts of all model entities in the current job.

