Use Extra Services

For the use of extra services (not CAD or renderer) the API just forwards the requests to the service. The requests are documented by each service.

Endpoints

  • POST /services/{serviceName}/{serviceCommand}
  • PUT /services/{serviceName}/{serviceCommand}
  • GET /services/{serviceName}/{serviceCommand}

Header

Authorization

Bearer {token}

X-API-KEY

{API key}

Response

The result is forwarded from the service

Example request


 POST https://api.paramate.trinckle.com/services/step-converter/configSessions/5297c305-3e66-4c0c-856a-10b562018ab5/files/bWFpbjpm?ld=0.01&ad=0.349066
 -H Authorization: Bearer eyJhbGciOiJIUzI1Ni ... 3H8gC1k2DIKNEeJpb72yvmdY
 [raw STP file data]

 

Output


 HTTP/1.1 202 Accepted