adobe-firefly-sdk
    Preparing search index...

    Type Alias Restv1BetaModelConvertRequest

    type Restv1BetaModelConvertRequest = {
        $schema?: string;
        format: "glb" | "gltf" | "fbx" | "usdz" | "usda" | "usdc" | "obj";
        modelEntrypoint?: string;
        sources: RestBaseMountedSource[] | null;
    }
    Index

    Properties

    $schema?: string

    A URL to the JSON schema for this object.

    format: "glb" | "gltf" | "fbx" | "usdz" | "usda" | "usdc" | "obj"

    Output format.

    modelEntrypoint?: string

    Conversion usually takes the first file that's considered a valid 3D model. Define this entry point to disambiguate when there are multiple options.

    sources: RestBaseMountedSource[] | null

    List of sources to aggregate and run the job against.