---
title: "Sign a file and return a signed URL"
method: POST
path: "/organizations/{organization_name}/file_tokens/{filename+}"
---

# Sign a file and return a signed URL

`POST /organizations/{organization_name}/file_tokens/{filename+}`

## Path parameters

- `organization_name` string, required
- `filename+` string, required

## Request body

- object
  - `method` string — The HTTP method to sign the URL for. Currently only supports GET
  - `exp` string — The expiration ttl of the signed URL in seconds

## Response `200`

Signed URL generated successfully

- object
  - `url` string

---

[API](https://skmtc.net/salad/apis/saladcloud-api.md) · [All operations](https://skmtc.net/salad/apis/saladcloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salad/saladcloud-api/versions/6ee34c3732f3/schema)
