POST - Upload Asset Files
Use this endpoint to upload asset models and icons
POST
https://api.readyplayer.me/v1/temporary-media
If the model and icon files you wish to use for your assets aren't available on a public URL, you can use this endpoint to upload the files to Ready Player Me. This endpoint will return a URL for each file upload which you can then use in POST - Create Asset, or PATCH - Update Asset.
Headers
Name | Type | Description |
---|---|---|
Content-Type* | multipart/form-data |
Request Body
Name | Type | Description |
---|---|---|
file* | file |
Please note, that this is only temporary storage. Files uploaded to this endpoint are being removed after 24h
Example Response
Last updated