dev-ng.3dcadservice.roxtec.com Open in urlscan Pro
34.54.76.134  Public Scan

Submitted URL: https://dev-ng.3dcadservice.roxtec.com/
Effective URL: https://dev-ng.3dcadservice.roxtec.com/swagger/index.html
Submission: On October 01 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

<form class="download-url-wrapper"><label class="select-label" for="select"><span>Select a definition</span><select id="select">
      <option value="/swagger/v1/swagger.json">3DCadService V1</option>
    </select></label></form>

Text Content

Select a definition3DCadService V1


3DCADSERVICE API DOCUMENTATION

 v1 

OAS3

/swagger/v1/swagger.json

This is the API documentation for 3DCadService. All APIs use JWT authentication.
To call an API, obtain an access token from Auth0 and use in the Authorization
header.

Note that it is only necessary to construct the initial create-job URL manually.
Upon successful job creation, the data.links.self property will contain the URL
for checking status. Similarly, when the job is finished, the
data.relationships.download.related property will contain the download URL.

The output of the download endpoint has content type multipart/byteranges. To
consume the output in a .NET application, install the
Microsoft.AspNet.WebApi.Client NuGet package and use
response.Content.ReadAsMultipartAsync. Please not that a Swagger client
generator such as NSwag is unlikely to generate code that can read a multipart
response out of the box. Therefore it is recommended to call the download
endpoint directly using the URL in a status response for a finished job.

Authorize



JOBS

POST/api/jobs
Creates a new job.

GET/api/jobs/{jobId}
Checks the status of an existing job.

GET/api/jobs/{jobId}/download
Serves the files generated by a finished job.


SCHEMAS

CreateJobInputDocument
CreateJobResource
CreateJobResourceAttributes
CreateJobResourceOpening
CreateJobResourcePart
CreateJobResourceProperties
CreateJobResourceSolution
Error
ErrorList
ErrorSource
JobStatusOutputDocument
JobStatusResource
JobStatusResourceAttributes
JobStatusResourceRelationships
ResourceLinkageRelationshipLinks
ResourceLinks