Returns hash signed links for the quality control images generated after importing the Rawmodel.
GEThttps://api.rapidpipeline.com/api/v2/rawmodel/:id/renders
The keys of the images are built with the following reasoning: <format>-<name of the image>.png
<format> refers to the 3D input format to be optimized
With that said, the keys of the images for an input usdz will be:
- "usdz-back.png"
- "usdz-bottom.png"
- "usdz-front.png"
- "usdz-left.png"
- "usdz-right.png"
- "usdz-top.png"
Request
Path Parameters
id integerrequired
The id of the Rawmodel
Example: 281
Responses
- 200
- 404
success
- text/plain
- Schema
Schema
string
error
- text/plain
- Schema
Schema
string
Authorization: http
name: defaulttype: httpscheme: bearerdescription: You can create your API token <a href="https://app.rapidpipeline.com/api_tokens">here</a>. <br /> Our REST API, excluding upload related endpoints, is subject to rate limits (2000 requests per minute per User or IP)
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://api.rapidpipeline.com/api/v2/rawmodel/:id/renders' \
-H 'Accept: text/plain' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear