---
title: "Save Blob As File"
method: POST
path: "/blobs/{uuid_str}/save-as-file"
tags: ["runtime_mutations", "blobs"]
---

# Save Blob As File

`POST /blobs/{uuid_str}/save-as-file`

Save a blob from storage as a file in the workspace.

## Path parameters

- `uuid_str` string, required

## Request body

- SaveBlobAsFileRequest
  - `filename` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.net/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quadrillion/quadrillion-cloud-api/revisions/f797030c9050/schema)
