Skip to main content

Get Export Infos

GET 

/api/v2/rapidmodel/:id/exports

Calling this endpoint return a list of links to download the exports and their respective infos

Please note that the export infos are generated only for glb and gltf formats

Request

Path Parameters

    id integerrequired

    The id of the rapid model

    Example: 695

Responses

Schema
    data object
    rapid.glb object
    download string
    info object
    images object[]
  • Array [
  • channels integer
    compressedByteSize integer
    height integer
    mimetype string
    slot string
    width integer
  • ]
  • rapid.usdz object
    download string
    info string
Loading...