Skip to main content
Public SDK scene read types. These are stable SDK types that insulate users from the internal wire format. They are constructed from the internal types in beta/scene/internal/scene.py.

scene_to_upload_payload

def scene_to_upload_payload(
    internal: _Scene,
    *,
    uri_mapper: Callable[[str], str] | Mapping[str, str] | None = None
) -> dict[str, Any]
Convert an internal signed scene response into scene upload JSON.