πŸ”„Convert

Learn how to convert assets with a query.

The Convert API is available in the Custom plan.

Convert a 3D asset

POST https://api.echo3D.com/convert

This endpoint allows you to convert a 3D model.

Request Body

NameTypeDescription

key

string

Your API key.

hologramFileType

string

A type of hologram. Only 2 for MODEL_HOLOGRAM is supported.

toType

string

The output file format. Options: obj, fbx, gltf, glb, usdz, center (for a centered version of your model), and screenshot (which returns a png file).

fileToConvert

object

The model file to convert. Supported formats include .obj, .fbx, .glft, .glb, and .zip.

secKey

string

Your Secret key. Only if enabled through the Security page.

N/A

Last updated