Rodin Mesh

The Rodin mesh function is designed to create 3D meshes from images based on specific prompts and settings.

The image passed to the Rodin mesh endpoint must be segmented with an alpha channel. Otherwise, the image will need to be preprocessed with image preprocessing API.

For the initial generation, images should also be wrapped in the FormData with each image binary appended under the field name images. For example, if there are two images, there should be two images fields, each followed by the binary of one image.

Also, for settings, only params marked as Mesh Generation Only need to be passed through.

Stage 1: Submit a prompt and start to generate Rodin.

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
promptstring · max: 1024Required
group_uuidstring · uuidOptional
imagesstring · binary[]Required
Responses
post
/api/task/rodin_mesh
201Success

Examples

Last updated