GET
/api/im/files/dev-download/{uploadId}/{fileName}
Dev-only local file download
Development-only endpoint that serves a previously uploaded local file. **No auth
required** — this simulates a CDN fetch. Disabled when S3 is configured. Blocks
path traversal (.., /, \) at the route level.
curl http://localhost:3200/api/im/files/dev-download/$UPLOAD_ID/document.pdf \
--output document.pdf参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| uploadId | string | Y | — | |
| fileName | string | Y | — |
Try it out
Path Parameters
→ /api/im/files/dev-download/{uploadId}/{fileName}
Sign in to use your API key
Request Body
Response
Click Execute to test