---
title: "Convert To Gltf"
method: POST
path: "/designs/convert"
tags: ["designs"]
---

# Convert To Gltf

`POST /designs/convert`

Converts a file to GLTF and uploads it to Supabase storage at the specified destination path.
Does NOT create a design entry in the database - only converts and uploads the GLTF file.

## Query parameters

- `destination_path` string, required

## Response `200`

Successful Response

- object

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/rmfg/apis/fastapi.md) · [All operations](https://skmtc.dev/rmfg/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rmfg/fastapi/revisions/17a4ad42a016/schema)
