---
title: "Serve Temp Media"
method: GET
path: "/api/media/temp/{token}"
---

# Serve Temp Media

`GET /api/media/temp/{token}`

Serve a temporarily staged media file. No auth required.

The token stays valid for the full TTL (5 minutes) and can be
fetched multiple times. External services like CompanyCam may
download the image more than once (original + thumbnails).

## Path parameters

- `token` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.net/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/versions/327e305858ac/schema)
