Skip to main content

Add converted formats to the model

POST 

/api/v2/rawmodel/:id/addFormats

This endpoint starts the conversion process to the provided target formats. The conversion process is asynchronous and can take some time to complete. The status of the conversion can be checked using the processedFormats endpoint.

Request

Path Parameters

    id integerrequired

    The id of the base asset

    Example: 281

Body

required
    formats string[]required

    An array of formats to convert the model to.

Responses

success

Schema
    message string
    formats string[]
Loading...