POST - Upload Model
Use this endpoint to upload the model for an asset
POST
https://api.readyplayer.me/v1/assets/:id/model
This endpoint requires the body to be of type form-data, and to have a Content-Type of multipart/form-data.
Headers
Name
Type
Description
Content-Type*
multipart/form-data
Request Body
Name
Type
Description
file*
file
Must be a valid GLB file.
Example Response
Last updated
Was this helpful?