Skip to main content

Returns hash signed links for the quality control images generated after importing the Rawmodel.

GET 

https://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

success

Schema

    string

Authorization: http

name: defaulttype: httpscheme: bearerdescription: You can create your API token &lt;a href="https://app.rapidpipeline.com/api_tokens"&gt;here&lt;/a&gt;. &lt;br /&gt; Our REST API, excluding upload related endpoints, is subject to rate limits (2000 requests per minute per User or IP)
curl -L 'https://api.rapidpipeline.com/api/v2/rawmodel/:id/renders' \
-H 'Accept: text/plain' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://api.rapidpipeline.com
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!