Integrating 3D Models from Meshy.AI into PlayCanvas Using API Endpoints

Greetings,

I’m exploring the possibility of incorporating 3D models created via third-party platforms, such as Meshy.AI, directly into a PlayCanvas project by utilizing their API endpoints. Does anyone have
experience or insights on how to effectively implement this integration? Any guidance on best practices or potential challenges would be greatly appreciated.

Thank you in advance for your assistance!

Best regards,
Kishlaya

Looks like Meshy provides a URL to download the model as a .glb or .glTF. With PlayCanvas, you can load .glbs as binary assets. There is a tutorial here.