Skip to main content

Create Base Asset - Complete Upload

GET 

/api/v2/rawmodel/:id/api-upload/complete

Call this endpoint with the received base asset id from the "Create Base Asset - Get Upload Link" endpoint after uploading the base asset files

You can use our "analysis_finished" webhook to get notified when your model is ready to be optimized

Request

Path Parameters

    id integerrequired

    The id of base asset

    Example: 281

Responses

Schema
    data object
    id integer
    name string
    processing boolean
    upload_status string
    size integer
    created_at string
    rapid_models integer[]
    scale_factor string
    downloads object
    error.log string
    info.log string
    metrics.json string
    rpd_info.json string
    teapot.obj string
    thumb.jpg string
Loading...