Hi there, is there an api to integrate the metahuman generator into my own page?
AFAIK, there is no simple, easy way to integrate metahumans into a web page. I believe there is no API as such.
Pixel Streaming in Unreal Engine streams a server-run Unreal application directly to web browsers, letting users interact with high-quality graphics, like MetaHumans, without installations. After setting up the Unreal project with MetaHumans and enabling Pixel Streaming, you package the application, launch it with a signaling server for client connections, and embed the client-side (HTML5/JavaScript) into your webpage. This allows users to interact with MetaHumans seamlessly on your site, but considerations about server resources, latency, and potential traffic must be addressed for optimal user experience.
For more on this topic, see the Virtual Beings Facebook group.