Skip to main content

Create Base Asset - Complete Upload

GET 

/api/v1/rawmodel/:rawmodel/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

    rawmodel integerrequired

    The id of base asset

    Example: 281

Header Parameters

    Authorization string
    Example: Bearer {YOUR_AUTH_KEY}
    Content-Type string
    Example: application/json
    Accept string
    Example: application/json

Responses

Schema
    data object
Loading...